Skip to content

Commit 3e8af24

Browse files
authored
Merge pull request #155 from coreui/v2.1.3
v2.1.3
2 parents 8b44ac1 + e36e86f commit 3e8af24

16 files changed

+470
-693
lines changed

CHANGELOG.md

Lines changed: 18 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
## [CoreUI for Vue.js](./README.md) version `changelog`
22

3+
##### `v2.1.3`
4+
- 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+
- chore: update dependencies
6+
- chore: update test snapshots
7+
38
##### `v2.1.2`
49
- chore: update `@coreui/coreui` to `^2.1.6`
510
- chore: update `@coreui/vue` to `^2.1.2`
@@ -24,8 +29,8 @@
2429

2530
##### `v2.1.0`
2631
- feat(SidebarNav): navLink `attributes` - optional JS object with valid JS API naming:
27-
- attributes: `rel`, `target`, `hidden`, `disabled`, etc...
28-
- starting with `@coreui/coreui ^2.1.4`, `@coreui/vue ^2.1.0`
32+
- attributes: `rel`, `target`, `hidden`, `disabled`, etc...
33+
- starting with `@coreui/coreui ^2.1.4`, `@coreui/vue ^2.1.0`
2934
- item example(`./src/_nav.js`):
3035
```
3136
{
@@ -107,14 +112,14 @@
107112
- chore: update `@coreui/icons` to `0.3.0`
108113
- refactor(CoreUIIcons): move to `@coreui/icons v0.3.0`
109114
- fix(Dashboard): SocialBoxChartExample height
110-
- fix(Widgets): SocialBoxChartExample height
115+
- fix(Widgets): SocialBoxChartExample height
111116
- fix(Widgets): Income widgets cols
112117
- test(unit): add test for User.vue
113118
- test: add jest config for coverage
114119

115120
##### `v2.0.0-rc.0`
116-
- test(unit): add some views testing
117-
- test(e2e): add testing for mobile `sidebar-show`
121+
- test(unit): add some views testing
122+
- test(e2e): add testing for mobile `sidebar-show`
118123
- refactor: card headers margins
119124
- chore: update `vue` to `2.5.17`
120125
- chore: update `vue-template-compiler` to `2.5.17`
@@ -158,16 +163,16 @@
158163
- feat(router): `Users/User Details` Breadcrumb example with `/users/:id`
159164
- refactor(router): add dynamic imports for Webpack code splitting
160165
- refactor: remove empty `<style>` sections from `vue` files
161-
- refactor(Pages): add `b-form`, `b-form-input` and `autocomplete` to Login
162-
- refactor(Pages): add `b-form`, `b-form-input` and `autocomplete` to Register
166+
- refactor(Pages): add `b-form`, `b-form-input` and `autocomplete` to Login
167+
- refactor(Pages): add `b-form`, `b-form-input` and `autocomplete` to Register
163168
- chore: update `@coreui/coreui` to `2.0.3`
164169
- chore: update `@vue/cli-plugin-babel` to `3.0.0-rc.3`
165170
- chore: update `@vue/cli-plugin-e2e-nightwatch` to `3.0.0-rc.3`
166171
- chore: update `@vue/cli-plugin-eslint` to `3.0.0-rc.3`
167172
- chore: update `@vue/cli-plugin-unit-jest` to `3.0.0-rc.3`
168173
- chore: update `@vue/cli-service` to `3.0.0-rc.3`
169174
- chore: update `@vue/test-utils` to `^1.0.0-beta.20`
170-
- chore: update `babel-jest` to `23.2.0`
175+
- chore: update `babel-jest` to `23.2.0`
171176

172177
##### `v2.0.0-beta.5`
173178
- chore: move tooling to `vue-cli v3.0.0-rc.2`
@@ -209,7 +214,7 @@
209214
- refactor(Forms): add `autocomplete` attrib
210215
- refactor(Forms): add missing `form` tags
211216
- refactor(Buttons): view rearrange
212-
- refactor(Jumbotrons): view rearrange
217+
- refactor(Jumbotrons): view rearrange
213218
- feat(Icons): add `CoreUI Icons` set
214219
- feat(Tabs): add missing feat `tabs`
215220
- feat(Charts): add `CustomTooltips`, fix tooltip `chartId` issue
@@ -218,10 +223,10 @@
218223
- chore: dependencies update
219224
- chore: cleanups
220225

221-
other:
226+
other:
222227

223228
- feat: app-footer fixed
224-
- refactor(dashboard): brand-card, progress-group-bars
229+
- refactor(dashboard): brand-card, progress-group-bars
225230
- refactor(social-box-chart-example): props
226231
- feat(forms): new `<b-form-input type="date">` example added
227232
- refactor(cards): Card outline, Card accent - title variants added
@@ -230,7 +235,7 @@ other:
230235
- update: vuejs-templates/webpack to v1.3.1
231236
- fix: eslint `valid template root`
232237
- refactor: card header title spacing
233-
- refactor: btn-brand
238+
- refactor: btn-brand
234239
- test(e2e): update
235240
- refactor: sidebar
236-
- refactor: chart examples
241+
- refactor: chart examples

package.json

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -14,38 +14,38 @@
1414
"test:e2e": "vue-cli-service test:e2e"
1515
},
1616
"dependencies": {
17-
"@coreui/coreui": "^2.1.6",
17+
"@coreui/coreui": "^2.1.9",
1818
"@coreui/coreui-plugin-chartjs-custom-tooltips": "^1.2.0",
1919
"@coreui/icons": "0.3.0",
2020
"@coreui/vue": "^2.1.2",
21-
"bootstrap": "^4.2.1",
21+
"bootstrap": "^4.3.1",
2222
"bootstrap-vue": "2.0.0-rc.11",
23-
"chart.js": "^2.7.3",
24-
"core-js": "^2.6.2",
25-
"css-vars-ponyfill": "^1.16.2",
26-
"flag-icon-css": "^3.2.0",
23+
"chart.js": "^2.8.0",
24+
"core-js": "^2.6.5",
25+
"css-vars-ponyfill": "^1.17.2",
26+
"flag-icon-css": "^3.3.0",
2727
"font-awesome": "^4.7.0",
2828
"perfect-scrollbar": "^1.4.0",
2929
"simple-line-icons": "^2.4.1",
30-
"vue": "^2.5.22",
31-
"vue-chartjs": "^3.4.0",
30+
"vue": "^2.6.10",
31+
"vue-chartjs": "^3.4.2",
3232
"vue-perfect-scrollbar": "^0.1.0",
3333
"vue-router": "^3.0.2"
3434
},
3535
"devDependencies": {
36-
"@vue/cli-plugin-babel": "^3.3.0",
37-
"@vue/cli-plugin-e2e-nightwatch": "^3.3.0",
38-
"@vue/cli-plugin-eslint": "^3.3.0",
39-
"@vue/cli-plugin-unit-jest": "^3.3.0",
40-
"@vue/cli-service": "^3.3.0",
41-
"@vue/test-utils": "^1.0.0-beta.28",
36+
"@vue/cli-plugin-babel": "^3.5.5",
37+
"@vue/cli-plugin-e2e-nightwatch": "^3.5.1",
38+
"@vue/cli-plugin-eslint": "^3.5.1",
39+
"@vue/cli-plugin-unit-jest": "^3.5.3",
40+
"@vue/cli-service": "^3.5.3",
41+
"@vue/test-utils": "^1.0.0-beta.29",
4242
"babel-core": "^7.0.0-bridge.0",
4343
"babel-jest": "^23.6.0",
4444
"growl": "^1.10.5",
4545
"https-proxy-agent": "^2.2.1",
4646
"node-sass": "^4.11.0",
4747
"sass-loader": "^7.1.0",
48-
"vue-template-compiler": "^2.5.22"
48+
"vue-template-compiler": "^2.6.10"
4949
},
5050
"browserslist": [
5151
"> 1%",

tests/unit/views/__snapshots__/Charts.spec.js.snap

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,10 @@ exports[`Charts.vue renders correctly 1`] = `
2323
>
2424
<line-example-stub
2525
chartid="chart-line-01"
26+
cssclasses=""
27+
height="400"
28+
plugins=""
29+
width="400"
2630
/>
2731
</div>
2832
</b-card-stub>
@@ -41,6 +45,10 @@ exports[`Charts.vue renders correctly 1`] = `
4145
>
4246
<bar-example-stub
4347
chartid="chart-bar-01"
48+
cssclasses=""
49+
height="400"
50+
plugins=""
51+
width="400"
4452
/>
4553
</div>
4654
</b-card-stub>
@@ -59,6 +67,10 @@ exports[`Charts.vue renders correctly 1`] = `
5967
>
6068
<doughnut-example-stub
6169
chartid="chart-doughnut-01"
70+
cssclasses=""
71+
height="400"
72+
plugins=""
73+
width="400"
6274
/>
6375
</div>
6476
</b-card-stub>
@@ -77,6 +89,10 @@ exports[`Charts.vue renders correctly 1`] = `
7789
>
7890
<radar-example-stub
7991
chartid="chart-radar-01"
92+
cssclasses=""
93+
height="400"
94+
plugins=""
95+
width="400"
8096
/>
8197
</div>
8298
</b-card-stub>
@@ -95,6 +111,10 @@ exports[`Charts.vue renders correctly 1`] = `
95111
>
96112
<pie-example-stub
97113
chartid="chart-pie-01"
114+
cssclasses=""
115+
height="400"
116+
plugins=""
117+
width="400"
98118
/>
99119
</div>
100120
</b-card-stub>
@@ -113,6 +133,10 @@ exports[`Charts.vue renders correctly 1`] = `
113133
>
114134
<polar-area-example-stub
115135
chartid="chart-polar-area-01"
136+
cssclasses=""
137+
height="400"
138+
plugins=""
139+
width="400"
116140
/>
117141
</div>
118142
</b-card-stub>

0 commit comments

Comments
 (0)