File tree 2 files changed +18
-2
lines changed
2 files changed +18
-2
lines changed Original file line number Diff line number Diff line change 1
1
### [ @coreui/react ] ( https://coreui.io/ ) changelog
2
2
3
- ##### ` v2.5.1 `
3
+ ##### ` v2.5.2 `
4
+ - fix(Switch): does not provide any keyboard accessibility - thanks @roastery-zz close #44
5
+ - fix(Switch): checked props and state out of sync - thanks @gravitymedianet @jinixx
6
+ - fix(Switch): uncontrolled mode with defaultChecked
7
+
8
+ ###### dependencies update
9
+ - update ` core-js ` to ` ^2.6.9 `
10
+ - update ` react-perfect-scrollbar ` to ` ^1.5.3 `
11
+ - update ` reactstrap ` to `^8.0.1"
12
+ - update ` babel-eslint ` to ` ^10.0.2 `
13
+ - update ` enzyme ` to ` ^3.10.0 `
14
+ - update ` enzyme-adapter-react-16 ` to ` ^1.14.0 `
15
+ - update ` eslint-plugin-import ` to ` ^2.18.2 `
16
+ - update ` eslint-plugin-react ` to ` ^7.14.3 `
17
+ - update ` react-router-dom ` to ` ^5.0.1 `
18
+ - update ` webpack-dev-server ` to ` ^3.7.2 `
4
19
20
+ ##### ` v2.5.1 `
5
21
- fix(SidebarNav): add missing ` class ` and ` attributes ` to navDropdown item
6
22
- fix(HeaderDropdown): add missing Dropdown.propTypes
7
23
- refactor(demo): AppHeaderDropdown remove style right auto
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @coreui/react" ,
3
- "version" : " 2.5.1 " ,
3
+ "version" : " 2.5.2 " ,
4
4
"description" : " CoreUI React Bootstrap 4 components" ,
5
5
"license" : " MIT" ,
6
6
"author" : {
You can’t perform that action at this time.
0 commit comments