|
1 | 1 | ## [CoreUI for Vue.js](./README.md) version `changelog`
|
2 | 2 |
|
| 3 | +##### `v2.1.4` |
| 4 | +- fix(jest.config): babel-jest can't process import statement |
| 5 | +- chore(package.json): add missing `repository` url |
| 6 | +- refactor(DefaultContainer): SidebarToggler add defaultOpen prop example |
| 7 | +- test: update snapshots |
| 8 | +- chore: add ie polyfills |
| 9 | +- fix: extract b-card html header to slot |
| 10 | +- fix(Forms): remove deprecated `horizontal` props |
| 11 | +- refactor(Dropdowns): add spacings |
| 12 | +- chore(vue.config): add publicPath |
| 13 | + |
| 14 | +###### dependencies update |
| 15 | +- update `@coreui/coreui` to `^2.1.12` |
| 16 | +- update `@coreui/coreui-plugin-chartjs-custom-tooltips` to `^1.3.1` |
| 17 | +- update `bootstrap-vue` to `^2.0.0-rc.24` |
| 18 | +- update `chart.js` to `^2.8.0` |
| 19 | +- update `core-js` to `^2.6.9` |
| 20 | +- update `css-vars-ponyfill` to `^2.0.2` |
| 21 | +- update `flag-icon-css` to `^3.3.0` |
| 22 | +- update `vue` to `^2.6.10` |
| 23 | +- update `vue-chartjs` to `^3.4.2` |
| 24 | +- update `vue-router` to `^3.0.6" |
| 25 | +- update `@vue/cli-plugin-babel` to `^3.8.0` |
| 26 | +- update `@vue/cli-plugin-e2e-nightwatch` to `^3.8.0` |
| 27 | +- update `@vue/cli-plugin-eslint` to `^3.8.0` |
| 28 | +- update `@vue/cli-plugin-unit-jest` to `^3.8.0` |
| 29 | +- update `@vue/cli-service` to `^3.8.4` |
| 30 | +- update `@vue/test-utils` to `1.0.0-beta.29` |
| 31 | +- update `node-sass` to `^4.12.0` |
| 32 | +- update `vue-template-compiler` to `^2.6.10` |
| 33 | + |
3 | 34 | ##### `v2.1.3`
|
4 | 35 | - fix: change bootstrap-vue library to constant version (2.0.0-rc.11) to fix breaking changes from next versions and avoid future breaking changes
|
5 | 36 | - chore: update dependencies
|
|
0 commit comments