Skip to content

Commit 17e98cb

Browse files
committed
Ship: v2.5.2
1 parent 0c9f57c commit 17e98cb

File tree

2 files changed

+18
-2
lines changed

2 files changed

+18
-2
lines changed

CHANGELOG.md

+17-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,23 @@
11
### [@coreui/react](https://coreui.io/) changelog
22

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`
419

20+
##### `v2.5.1`
521
- fix(SidebarNav): add missing `class` and `attributes` to navDropdown item
622
- fix(HeaderDropdown): add missing Dropdown.propTypes
723
- refactor(demo): AppHeaderDropdown remove style right auto

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@coreui/react",
3-
"version": "2.5.1",
3+
"version": "2.5.2",
44
"description": "CoreUI React Bootstrap 4 components",
55
"license": "MIT",
66
"author": {

0 commit comments

Comments
 (0)