Skip to content

v2.1.3 #155

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Apr 4, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
31 changes: 18 additions & 13 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
## [CoreUI for Vue.js](./README.md) version `changelog`

##### `v2.1.3`
- 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
- chore: update dependencies
- chore: update test snapshots

##### `v2.1.2`
- chore: update `@coreui/coreui` to `^2.1.6`
- chore: update `@coreui/vue` to `^2.1.2`
Expand All @@ -24,8 +29,8 @@

##### `v2.1.0`
- feat(SidebarNav): navLink `attributes` - optional JS object with valid JS API naming:
- attributes: `rel`, `target`, `hidden`, `disabled`, etc...
- starting with `@coreui/coreui ^2.1.4`, `@coreui/vue ^2.1.0`
- attributes: `rel`, `target`, `hidden`, `disabled`, etc...
- starting with `@coreui/coreui ^2.1.4`, `@coreui/vue ^2.1.0`
- item example(`./src/_nav.js`):
```
{
Expand Down Expand Up @@ -107,14 +112,14 @@
- chore: update `@coreui/icons` to `0.3.0`
- refactor(CoreUIIcons): move to `@coreui/icons v0.3.0`
- fix(Dashboard): SocialBoxChartExample height
- fix(Widgets): SocialBoxChartExample height
- fix(Widgets): SocialBoxChartExample height
- fix(Widgets): Income widgets cols
- test(unit): add test for User.vue
- test: add jest config for coverage

##### `v2.0.0-rc.0`
- test(unit): add some views testing
- test(e2e): add testing for mobile `sidebar-show`
- test(unit): add some views testing
- test(e2e): add testing for mobile `sidebar-show`
- refactor: card headers margins
- chore: update `vue` to `2.5.17`
- chore: update `vue-template-compiler` to `2.5.17`
Expand Down Expand Up @@ -158,16 +163,16 @@
- feat(router): `Users/User Details` Breadcrumb example with `/users/:id`
- refactor(router): add dynamic imports for Webpack code splitting
- refactor: remove empty `<style>` sections from `vue` files
- refactor(Pages): add `b-form`, `b-form-input` and `autocomplete` to Login
- refactor(Pages): add `b-form`, `b-form-input` and `autocomplete` to Register
- refactor(Pages): add `b-form`, `b-form-input` and `autocomplete` to Login
- refactor(Pages): add `b-form`, `b-form-input` and `autocomplete` to Register
- chore: update `@coreui/coreui` to `2.0.3`
- chore: update `@vue/cli-plugin-babel` to `3.0.0-rc.3`
- chore: update `@vue/cli-plugin-e2e-nightwatch` to `3.0.0-rc.3`
- chore: update `@vue/cli-plugin-eslint` to `3.0.0-rc.3`
- chore: update `@vue/cli-plugin-unit-jest` to `3.0.0-rc.3`
- chore: update `@vue/cli-service` to `3.0.0-rc.3`
- chore: update `@vue/test-utils` to `^1.0.0-beta.20`
- chore: update `babel-jest` to `23.2.0`
- chore: update `babel-jest` to `23.2.0`

##### `v2.0.0-beta.5`
- chore: move tooling to `vue-cli v3.0.0-rc.2`
Expand Down Expand Up @@ -209,7 +214,7 @@
- refactor(Forms): add `autocomplete` attrib
- refactor(Forms): add missing `form` tags
- refactor(Buttons): view rearrange
- refactor(Jumbotrons): view rearrange
- refactor(Jumbotrons): view rearrange
- feat(Icons): add `CoreUI Icons` set
- feat(Tabs): add missing feat `tabs`
- feat(Charts): add `CustomTooltips`, fix tooltip `chartId` issue
Expand All @@ -218,10 +223,10 @@
- chore: dependencies update
- chore: cleanups

other:
other:

- feat: app-footer fixed
- refactor(dashboard): brand-card, progress-group-bars
- refactor(dashboard): brand-card, progress-group-bars
- refactor(social-box-chart-example): props
- feat(forms): new `<b-form-input type="date">` example added
- refactor(cards): Card outline, Card accent - title variants added
Expand All @@ -230,7 +235,7 @@ other:
- update: vuejs-templates/webpack to v1.3.1
- fix: eslint `valid template root`
- refactor: card header title spacing
- refactor: btn-brand
- refactor: btn-brand
- test(e2e): update
- refactor: sidebar
- refactor: chart examples
- refactor: chart examples
30 changes: 15 additions & 15 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,38 +14,38 @@
"test:e2e": "vue-cli-service test:e2e"
},
"dependencies": {
"@coreui/coreui": "^2.1.6",
"@coreui/coreui": "^2.1.9",
"@coreui/coreui-plugin-chartjs-custom-tooltips": "^1.2.0",
"@coreui/icons": "0.3.0",
"@coreui/vue": "^2.1.2",
"bootstrap": "^4.2.1",
"bootstrap": "^4.3.1",
"bootstrap-vue": "2.0.0-rc.11",
"chart.js": "^2.7.3",
"core-js": "^2.6.2",
"css-vars-ponyfill": "^1.16.2",
"flag-icon-css": "^3.2.0",
"chart.js": "^2.8.0",
"core-js": "^2.6.5",
"css-vars-ponyfill": "^1.17.2",
"flag-icon-css": "^3.3.0",
"font-awesome": "^4.7.0",
"perfect-scrollbar": "^1.4.0",
"simple-line-icons": "^2.4.1",
"vue": "^2.5.22",
"vue-chartjs": "^3.4.0",
"vue": "^2.6.10",
"vue-chartjs": "^3.4.2",
"vue-perfect-scrollbar": "^0.1.0",
"vue-router": "^3.0.2"
},
"devDependencies": {
"@vue/cli-plugin-babel": "^3.3.0",
"@vue/cli-plugin-e2e-nightwatch": "^3.3.0",
"@vue/cli-plugin-eslint": "^3.3.0",
"@vue/cli-plugin-unit-jest": "^3.3.0",
"@vue/cli-service": "^3.3.0",
"@vue/test-utils": "^1.0.0-beta.28",
"@vue/cli-plugin-babel": "^3.5.5",
"@vue/cli-plugin-e2e-nightwatch": "^3.5.1",
"@vue/cli-plugin-eslint": "^3.5.1",
"@vue/cli-plugin-unit-jest": "^3.5.3",
"@vue/cli-service": "^3.5.3",
"@vue/test-utils": "^1.0.0-beta.29",
"babel-core": "^7.0.0-bridge.0",
"babel-jest": "^23.6.0",
"growl": "^1.10.5",
"https-proxy-agent": "^2.2.1",
"node-sass": "^4.11.0",
"sass-loader": "^7.1.0",
"vue-template-compiler": "^2.5.22"
"vue-template-compiler": "^2.6.10"
},
"browserslist": [
"> 1%",
Expand Down
24 changes: 24 additions & 0 deletions tests/unit/views/__snapshots__/Charts.spec.js.snap
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,10 @@ exports[`Charts.vue renders correctly 1`] = `
>
<line-example-stub
chartid="chart-line-01"
cssclasses=""
height="400"
plugins=""
width="400"
/>
</div>
</b-card-stub>
Expand All @@ -41,6 +45,10 @@ exports[`Charts.vue renders correctly 1`] = `
>
<bar-example-stub
chartid="chart-bar-01"
cssclasses=""
height="400"
plugins=""
width="400"
/>
</div>
</b-card-stub>
Expand All @@ -59,6 +67,10 @@ exports[`Charts.vue renders correctly 1`] = `
>
<doughnut-example-stub
chartid="chart-doughnut-01"
cssclasses=""
height="400"
plugins=""
width="400"
/>
</div>
</b-card-stub>
Expand All @@ -77,6 +89,10 @@ exports[`Charts.vue renders correctly 1`] = `
>
<radar-example-stub
chartid="chart-radar-01"
cssclasses=""
height="400"
plugins=""
width="400"
/>
</div>
</b-card-stub>
Expand All @@ -95,6 +111,10 @@ exports[`Charts.vue renders correctly 1`] = `
>
<pie-example-stub
chartid="chart-pie-01"
cssclasses=""
height="400"
plugins=""
width="400"
/>
</div>
</b-card-stub>
Expand All @@ -113,6 +133,10 @@ exports[`Charts.vue renders correctly 1`] = `
>
<polar-area-example-stub
chartid="chart-polar-area-01"
cssclasses=""
height="400"
plugins=""
width="400"
/>
</div>
</b-card-stub>
Expand Down
Loading