Skip to content

Commit 5fcef7e

Browse files
authored
Merge pull request #180 from coreui/dev-vnext
v2.1.7
2 parents e5d84e0 + 5f3380d commit 5fcef7e

File tree

5 files changed

+17490
-15
lines changed

5 files changed

+17490
-15
lines changed

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22

33
# dependencies
44
/node_modules
5-
package-lock.json
65

76
# testing
87
/coverage

CHANGELOG.md

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

3+
##### `v2.1.7`
4+
- maintenance release for use with:
5+
- react-router `v4.3.x`
6+
- reactstrap `v7.x`
7+
- @coreui/react `~2.1.7`
8+
- chore: add `package-lock.json` with updated `tar` dependency
9+
- chore: fix `test:cov` script
10+
- fix(Popovers): add `trigger="legacy" delay={0}` (breaking change in reactstrap)
11+
###### dependencies update
12+
- update: `@coreui/react` to `~2.1.7`
13+
- update: `@coreui/coreui-plugin-chartjs-custom-tooltips` to `^1.3.0`
14+
- update: `enzyme-adapter-react-16` to `^1.13.0`
15+
- update: `node-sass` to `^4.12.0`
16+
- update: `react` to `^16.8.6`
17+
- update: `react-app-polyfill` to `^1.0.1`
18+
- update: `react-chartjs-2` to `^2.7.6`
19+
- update: `react-dom` to `^16.8.6`
20+
- update: `react-test-renderer` to `^16.8.6`
21+
- update: `react-scripts` to `^3.0.1`
22+
323
##### `v2.1.6`
424
- fix(App): remove redundant react-loadable - thanks @sergeyt
525
- fix(routes) remove circular dependency - thanks @sergeyt

0 commit comments

Comments
 (0)