Skip to content

Commit e36e86f

Browse files
committed
Ship: v2.1.3
1 parent 5828c5a commit e36e86f

File tree

1 file changed

+18
-13
lines changed

1 file changed

+18
-13
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

0 commit comments

Comments
 (0)