File tree 3 files changed +25
-3
lines changed
3 files changed +25
-3
lines changed Original file line number Diff line number Diff line change
1
+ ### [ @coreui/vue ] ( https://coreui.io/ ) changelog
2
+
3
+ ##### v2.0.1
4
+ - fix(SidebarNav): dirty fix for ` rtl ` ps scrolling issue
5
+ - refactor(SidebarMinimizer): extract ` togglePs ` mixin
6
+ - update ` @vue/test-utils ` to ` ^1.0.0-beta.25 `
7
+ - update ` babel-eslint ` to ` ^10.0.1 `
8
+ - update ` babel-jest ` to ` ^23.6.0 `
9
+ - update ` eslint ` to ` ^5.6.1 `
10
+ - update ` eslint-config-prettier ` to ` ^3.1.0 `
11
+ - update ` eslint-plugin-html ` to ` ^4.0.6 `
12
+ - update ` eslint-plugin-jest ` to ` ^21.24.1 `
13
+ - update ` eslint-plugin-prettier ` to ` ^3.0.0 `
14
+ - update ` husky ` to ` ^1.1.0 `
15
+ - update ` jest ` to ` ^23.6.0 `
16
+ - update ` lint-staged ` to ` ^7.3.0 `
17
+ - update ` lodash ` to ` ^4.17.11 `
18
+ - update ` prettier ` to ` ^1.14.3 `
19
+ - update ` rollup-plugin-filesize ` to ` ^4.0.1 `
20
+ - update ` rollup-plugin-json ` to ` ^3.1.0 `
21
+ - update ` rollup-plugin-node-resolve ` to ` ^3.4.0 `
22
+ - update ` vue-loader ` to ` ^15.4.2 `
Original file line number Diff line number Diff line change 3
3
[ ![ Npm badge] ( https://img.shields.io/npm/v/@coreui/vue.svg )] [ npm ]
4
4
[ ![ NPM downloads] [ npm-download ]] [ npm ]
5
5
![ Rollup badge] ( https://img.shields.io/badge/Rollup-^0.59.4-ff69b4.svg )
6
- ![ Jest] ( https://img.shields.io/badge/Jest-^22.4.4 -blue.svg )
7
- ![ Vue] ( https://img.shields.io/badge/Vue-^2.5.16 -brightgreen.svg )
6
+ ![ 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 )
8
8
9
9
[ npm ] : https://www.npmjs.com/package/@coreui/vue
10
10
[ npm-download ] : https://img.shields.io/npm/dm/@coreui/vue.svg?style=flat-square
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @coreui/vue" ,
3
3
"description" : " CoreUI Vue Bootstrap 4 layout components" ,
4
- "version" : " 2.0.0 " ,
4
+ "version" : " 2.0.1 " ,
5
5
"license" : " MIT" ,
6
6
"main" : " dist/coreui-vue.common.js" ,
7
7
"module" : " dist/coreui-vue.esm.js" ,
You can’t perform that action at this time.
0 commit comments