Skip to content

Commit

Permalink
chore(release): create new release
Browse files Browse the repository at this point in the history
  • Loading branch information
synecdokey committed Jul 1, 2020
1 parent 80e21c8 commit 139ff32
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 2 deletions.
19 changes: 18 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,28 @@
> All notable changes to this project are documented in this file. This project
> adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
## [[v3.1.0]](https://github.com/springload/react-accessible-accordion/releases/tag/v3.1.0)

### Added

- New `AccordionItem` property: `dangerouslySetExpanded` enabling external
control of the expansion.
- New `AccordionItem` property: `activeClassName` to support expansion-related
styles

### Fixed

- `hidden` support on Microsoft Edge

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

### FIXED

- 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).
- 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).

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

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-accessible-accordion",
"version": "3.0.1",
"version": "3.1.0",
"description": "Accessible Accordion component for React",
"main": "dist/umd/index.js",
"module": "dist/es/index.js",
Expand Down

0 comments on commit 139ff32

Please sign in to comment.