Skip to content

Commit 2238329

Browse files
committed
Ship: v2.1.0
1 parent e17509e commit 2238329

File tree

3 files changed

+32
-3
lines changed

3 files changed

+32
-3
lines changed

CHANGELOG.md

+29
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,34 @@
11
### [@coreui/vue](https://coreui.io/) changelog
22

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+
332
##### v2.0.2
433
- fix(AsideToggler): add missing `display { default:'lg' }` prop value
534
- fix(AsideToggler): add missing `defaultOpen` prop value handling

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22

33
[![Npm badge](https://img.shields.io/npm/v/@coreui/vue.svg)][npm]
44
[![NPM downloads][npm-download]][npm]
5-
![Rollup badge](https://img.shields.io/badge/Rollup-^0.59.4-ff69b4.svg)
5+
![Rollup badge](https://img.shields.io/badge/Rollup-^0.67.4-ff69b4.svg)
66
![Jest](https://img.shields.io/badge/Jest-^23.6.0-blue.svg)
7-
![Vue](https://img.shields.io/badge/Vue-^2.5.17-brightgreen.svg)
7+
![Vue](https://img.shields.io/badge/Vue-^2.5.19-brightgreen.svg)
88

99
[npm]: https://www.npmjs.com/package/@coreui/vue
1010
[npm-download]: https://img.shields.io/npm/dm/@coreui/vue.svg?style=flat-square

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@coreui/vue",
33
"description": "CoreUI Vue Bootstrap 4 layout components",
4-
"version": "2.0.2",
4+
"version": "2.1.0",
55
"license": "MIT",
66
"main": "dist/coreui-vue.common.js",
77
"module": "dist/coreui-vue.esm.js",

0 commit comments

Comments
 (0)