File tree 2 files changed +14
-1
lines changed
2 files changed +14
-1
lines changed Original file line number Diff line number Diff line change 3
3
> All notable changes to this project are documented in this file. This project
4
4
> adheres to [ Semantic Versioning] ( http://semver.org/spec/v2.0.0.html ) .
5
5
6
+ ## [[ v3.2.0]] ( https://github.com/springload/react-accessible-accordion/releases/tag/v3.2.0 )
7
+
8
+ ### Added
9
+
10
+ - Use ` console.error ` when provided with invalid HTML5 ids
11
+
12
+ ## [[ v3.1.1]] ( https://github.com/springload/react-accessible-accordion/releases/tag/v3.1.1 )
13
+
14
+ ### Fixed
15
+
16
+ - Use ` hidden ` capabilities rather than something needing custom css
17
+ everywhere.
18
+
6
19
## [[ v3.1.0]] ( https://github.com/springload/react-accessible-accordion/releases/tag/v3.1.0 )
7
20
8
21
### Added
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " react-accessible-accordion" ,
3
- "version" : " 3.1.1 " ,
3
+ "version" : " 3.2.0 " ,
4
4
"description" : " Accessible Accordion component for React" ,
5
5
"main" : " dist/umd/index.js" ,
6
6
"module" : " dist/es/index.js" ,
You can’t perform that action at this time.
0 commit comments