Skip to content

Commit 2217609

Browse files
committed
Ship: v2.1.5
1 parent 02d4648 commit 2217609

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
### [@coreui/react](https://coreui.io/) changelog
22

3+
##### `v2.1.5`
4+
- fix: iOS 9 Safari sidebar toggle force issue #61 - thanks @Tubek
5+
- refactor(toggle-classes): keep `force` for the toggle method
6+
- refactor(layout): drop second parameter for `classList.toggle()`
7+
8+
###### dependencies update
9+
- update `enzyme-adapter-react-16` to `^1.10.0`
10+
- update `eslint` to `^5.15.1`
11+
- update `react` to `^16.8.3`
12+
- update `react-dom` to `^16.8.3`
13+
314
##### `v2.1.4`
415
- fix(Sidebar): *How to set left sidebar is minimized as default* [#145](https://github.com/coreui/coreui-free-react-admin-template/issues/145)
516
- refactor(Layout): `LayoutHelper` germ

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@coreui/react",
3-
"version": "2.1.4",
3+
"version": "2.1.5",
44
"description": "CoreUI React Bootstrap 4 components",
55
"license": "MIT",
66
"author": {

0 commit comments

Comments
 (0)