Skip to content

Commit 0a1716d

Browse files
authored
Merge pull request #271 from springload/chore/release-3.1.0
chore(release): create new release
2 parents 80e21c8 + 139ff32 commit 0a1716d

File tree

2 files changed

+19
-2
lines changed

2 files changed

+19
-2
lines changed

CHANGELOG.md

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,28 @@
33
> All notable changes to this project are documented in this file. This project
44
> adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
55
6+
## [[v3.1.0]](https://github.com/springload/react-accessible-accordion/releases/tag/v3.1.0)
7+
8+
### Added
9+
10+
- New `AccordionItem` property: `dangerouslySetExpanded` enabling external
11+
control of the expansion.
12+
- New `AccordionItem` property: `activeClassName` to support expansion-related
13+
styles
14+
15+
### Fixed
16+
17+
- `hidden` support on Microsoft Edge
18+
619
## [[v3.0.1]](https://github.com/springload/react-accessible-accordion/releases/tag/v3.0.1)
720

821
### FIXED
922

10-
- Refactor away `Array.prototype.findIndex` in favour of `Array.prototype.indexOf` to reinstate IE 11 support without use of a polyfill (https://github.com/springload/react-accessible-accordion/issues/237, https://github.com/springload/react-accessible-accordion/issues/224).
23+
- Refactor away `Array.prototype.findIndex` in favour of
24+
`Array.prototype.indexOf` to reinstate IE 11 support without use of a
25+
polyfill
26+
(https://github.com/springload/react-accessible-accordion/issues/237,
27+
https://github.com/springload/react-accessible-accordion/issues/224).
1128

1229
## [[v3.0.0]](https://github.com/springload/react-accessible-accordion/releases/tag/v3.0.0)
1330

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-accessible-accordion",
3-
"version": "3.0.1",
3+
"version": "3.1.0",
44
"description": "Accessible Accordion component for React",
55
"main": "dist/umd/index.js",
66
"module": "dist/es/index.js",

0 commit comments

Comments
 (0)