|
1 | 1 | ### [@coreui/vue](https://coreui.io/) changelog
|
2 | 2 |
|
| 3 | +##### v2.1.0 |
| 4 | +- feat(SidebarNavLink): attributes |
| 5 | +- refactor(SidebarNav*): classes type [String, Array, Object] |
| 6 | +- test: update SidebarNavLabel, SidebarNavLink, SidebarNavDivider |
| 7 | +- refactor: rollup.config.js uglify() |
| 8 | +- chore: update jest.config.js |
| 9 | +- update `@vue/test-utils` to `^1.0.0-beta.27` |
| 10 | +- update `babel-plugin-dynamic-import-node` to `^2.2.0` |
| 11 | +- update `eslint` to `^5.10.0` |
| 12 | +- update `eslint-config-prettier` to `^3.3.0` |
| 13 | +- update `eslint-plugin-html` to `^5.0.0` |
| 14 | +- update `eslint-plugin-jest` to `^22.1.2` |
| 15 | +- update `eslint-plugin-vue` to `^5.0.0` |
| 16 | +- update `husky` to `^1.2.0` |
| 17 | +- update `lint-staged` to `^8.1.0` |
| 18 | +- update `node-sass` to `^4.11.0` |
| 19 | +- update `prettier` to `^1.15.3` |
| 20 | +- update `rollup` to `^0.67.4` |
| 21 | +- update `rollup-plugin-commonjs` to `^9.2.0` |
| 22 | +- update `rollup-plugin-filesize` to `^5.0.1` |
| 23 | +- update `rollup-plugin-replace` to `^2.1.0` |
| 24 | +- update `rollup-plugin-uglify` to `^6.0.0` |
| 25 | +- update `vue` to `^2.5.19` |
| 26 | +- update `vue-server-renderer` to `^2.5.19` |
| 27 | +- update `vue-template-compiler` to `^2.5.19` |
| 28 | +- update `vue-jest` to `^3.0.1` |
| 29 | +- update `vue-router` to `^3.0.2` |
| 30 | +- update `@coreui/coreui` to `^2.1.4` |
| 31 | + |
3 | 32 | ##### v2.0.2
|
4 | 33 | - fix(AsideToggler): add missing `display { default:'lg' }` prop value
|
5 | 34 | - fix(AsideToggler): add missing `defaultOpen` prop value handling
|
|
0 commit comments