1
1
## [ CoreUI for Vue.js] ( ./README.md ) version ` changelog `
2
2
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
+
3
8
##### ` v2.1.2 `
4
9
- chore: update ` @coreui/coreui ` to ` ^2.1.6 `
5
10
- chore: update ` @coreui/vue ` to ` ^2.1.2 `
24
29
25
30
##### ` v2.1.0 `
26
31
- 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 `
29
34
- item example(` ./src/_nav.js ` ):
30
35
```
31
36
{
107
112
- chore: update ` @coreui/icons ` to ` 0.3.0 `
108
113
- refactor(CoreUIIcons): move to ` @coreui/icons v0.3.0 `
109
114
- fix(Dashboard): SocialBoxChartExample height
110
- - fix(Widgets): SocialBoxChartExample height
115
+ - fix(Widgets): SocialBoxChartExample height
111
116
- fix(Widgets): Income widgets cols
112
117
- test(unit): add test for User.vue
113
118
- test: add jest config for coverage
114
119
115
120
##### ` 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 `
118
123
- refactor: card headers margins
119
124
- chore: update ` vue ` to ` 2.5.17 `
120
125
- chore: update ` vue-template-compiler ` to ` 2.5.17 `
158
163
- feat(router): ` Users/User Details ` Breadcrumb example with ` /users/:id `
159
164
- refactor(router): add dynamic imports for Webpack code splitting
160
165
- 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
163
168
- chore: update ` @coreui/coreui ` to ` 2.0.3 `
164
169
- chore: update ` @vue/cli-plugin-babel ` to ` 3.0.0-rc.3 `
165
170
- chore: update ` @vue/cli-plugin-e2e-nightwatch ` to ` 3.0.0-rc.3 `
166
171
- chore: update ` @vue/cli-plugin-eslint ` to ` 3.0.0-rc.3 `
167
172
- chore: update ` @vue/cli-plugin-unit-jest ` to ` 3.0.0-rc.3 `
168
173
- chore: update ` @vue/cli-service ` to ` 3.0.0-rc.3 `
169
174
- 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 `
171
176
172
177
##### ` v2.0.0-beta.5 `
173
178
- chore: move tooling to ` vue-cli v3.0.0-rc.2 `
209
214
- refactor(Forms): add ` autocomplete ` attrib
210
215
- refactor(Forms): add missing ` form ` tags
211
216
- refactor(Buttons): view rearrange
212
- - refactor(Jumbotrons): view rearrange
217
+ - refactor(Jumbotrons): view rearrange
213
218
- feat(Icons): add ` CoreUI Icons ` set
214
219
- feat(Tabs): add missing feat ` tabs `
215
220
- feat(Charts): add ` CustomTooltips ` , fix tooltip ` chartId ` issue
218
223
- chore: dependencies update
219
224
- chore: cleanups
220
225
221
- other:
226
+ other:
222
227
223
228
- feat: app-footer fixed
224
- - refactor(dashboard): brand-card, progress-group-bars
229
+ - refactor(dashboard): brand-card, progress-group-bars
225
230
- refactor(social-box-chart-example): props
226
231
- feat(forms): new ` <b-form-input type="date"> ` example added
227
232
- refactor(cards): Card outline, Card accent - title variants added
@@ -230,7 +235,7 @@ other:
230
235
- update: vuejs-templates/webpack to v1.3.1
231
236
- fix: eslint ` valid template root `
232
237
- refactor: card header title spacing
233
- - refactor: btn-brand
238
+ - refactor: btn-brand
234
239
- test(e2e): update
235
240
- refactor: sidebar
236
- - refactor: chart examples
241
+ - refactor: chart examples
0 commit comments