We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 64680ce commit 476f88cCopy full SHA for 476f88c
CHANGELOG.md
@@ -3,6 +3,12 @@
3
> All notable changes to this project are documented in this file. This project
4
> adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
5
6
+## [[v3.0.1]](https://github.com/springload/react-accessible-accordion/releases/tag/v3.0.1)
7
+
8
+### CHANGED
9
10
+- Modified usage for `Array.prototype.findIndex` to `Array.prototype.indexOf` across the library to remove the need for polyfill for IE 11.
11
12
## [[v3.0.0]](https://github.com/springload/react-accessible-accordion/releases/tag/v3.0.0)
13
14
This release is the culmination of a massive amount of work, resulting in some
0 commit comments