Skip to content

Commit 68d0561

Browse files
committed
Ship: v2.0.3
1 parent 09528cc commit 68d0561

File tree

4 files changed

+27
-17
lines changed

4 files changed

+27
-17
lines changed

CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
## [CoreUI for Vue.js](./README.md) version `changelog`
22

3+
##### `v2.0.3`
4+
- test(init): update Tables snapshot
5+
- test(e2e): add `aside-menu-*-show` testing
6+
- chore: update `@coreui/coreui` to `2.1.0`
7+
- chore: update `css-vars-ponyfill` to `1.15.0`
8+
- chore: update `@vue/cli-plugin-babel` to `3.1.1`
9+
- chore: update `@vue/cli-plugin-e2e-nightwatch` to `3.1.1`
10+
- chore: update `@vue/cli-plugin-eslint` to `3.1.5`
11+
- chore: update `@vue/cli-plugin-unit-jest` to `3.1.1`
12+
- chore: update `@vue/cli-service` to `3.1.4`
13+
- chore: update `node-sass` to `4.10.0`
14+
315
##### `v2.0.2`
416
- refactor: extract random() to `shared/utils`
517
- refactor: extract shuffleArray() to shared/utils

package.json

+9-9
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@coreui/coreui-free-vue-admin-template",
3-
"version": "2.0.2",
3+
"version": "2.0.3",
44
"description": "Open Source Bootstrap Admin Template",
55
"author": "Łukasz Holeczek",
66
"homepage": "http://coreui.io",
@@ -14,15 +14,15 @@
1414
"test:e2e": "vue-cli-service test:e2e"
1515
},
1616
"dependencies": {
17-
"@coreui/coreui": "^2.0.20",
17+
"@coreui/coreui": "^2.1.0",
1818
"@coreui/coreui-plugin-chartjs-custom-tooltips": "^1.2.0",
1919
"@coreui/icons": "0.3.0",
2020
"@coreui/vue": "^2.0.2",
2121
"bootstrap": "^4.1.3",
2222
"bootstrap-vue": "^2.0.0-rc.11",
2323
"chart.js": "^2.7.3",
2424
"core-js": "^2.5.7",
25-
"css-vars-ponyfill": "^1.11.1",
25+
"css-vars-ponyfill": "^1.15.0",
2626
"flag-icon-css": "^3.2.0",
2727
"font-awesome": "^4.7.0",
2828
"perfect-scrollbar": "^1.4.0",
@@ -33,17 +33,17 @@
3333
"vue-router": "^3.0.1"
3434
},
3535
"devDependencies": {
36-
"@vue/cli-plugin-babel": "^3.0.5",
37-
"@vue/cli-plugin-e2e-nightwatch": "^3.0.5",
38-
"@vue/cli-plugin-eslint": "^3.0.5",
39-
"@vue/cli-plugin-unit-jest": "^3.0.5",
40-
"@vue/cli-service": "^3.0.5",
36+
"@vue/cli-plugin-babel": "^3.1.1",
37+
"@vue/cli-plugin-e2e-nightwatch": "^3.1.1",
38+
"@vue/cli-plugin-eslint": "^3.1.5",
39+
"@vue/cli-plugin-unit-jest": "^3.1.1",
40+
"@vue/cli-service": "^3.1.4",
4141
"@vue/test-utils": "^1.0.0-beta.25",
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",
46-
"node-sass": "^4.9.4",
46+
"node-sass": "^4.10.0",
4747
"sass-loader": "^7.1.0",
4848
"vue-template-compiler": "^2.5.17"
4949
},

tests/e2e/specs/test.js

+2
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,8 @@ module.exports = {
3636
.assert.elementCount('button', 10)
3737
.resizeWindow(1024, 800)
3838
.pause(500)
39+
.assert.cssClassNotPresent('body', 'aside-menu-show')
40+
.assert.cssClassNotPresent('body', 'aside-menu-lg-show')
3941

4042
browser.click('body > div > header > button.d-none.d-lg-block.navbar-toggler', function (response) {
4143
console.log('response', typeof response)

tests/unit/views/base/__snapshots__/Tables.spec.js.snap

+4-8
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,9 @@ exports[`Tables.vue renders correctly 1`] = `
1515
caption=<i class='fa fa-align-justify'></i> Simple Table
1616
fields="[object Object],[object Object],[object Object],[object Object]"
1717
perpage="5"
18-
tabledata="function someData() {
18+
tabledata="() => {
1919
/* istanbul ignore next */cov_10ilegof86.f[1]++;
2020
cov_10ilegof86.s[7]++;
21-
2221
return (0, _utils.shuffleArray)([{
2322
username: 'Samppa Nori',
2423
registered: '2012/01/01',
@@ -161,10 +160,9 @@ exports[`Tables.vue renders correctly 1`] = `
161160
fields=""
162161
perpage="5"
163162
striped="true"
164-
tabledata="function someData() {
163+
tabledata="() => {
165164
/* istanbul ignore next */cov_10ilegof86.f[1]++;
166165
cov_10ilegof86.s[7]++;
167-
168166
return (0, _utils.shuffleArray)([{
169167
username: 'Samppa Nori',
170168
registered: '2012/01/01',
@@ -311,10 +309,9 @@ exports[`Tables.vue renders correctly 1`] = `
311309
fields=""
312310
perpage="5"
313311
small="true"
314-
tabledata="function someData() {
312+
tabledata="() => {
315313
/* istanbul ignore next */cov_10ilegof86.f[1]++;
316314
cov_10ilegof86.s[7]++;
317-
318315
return (0, _utils.shuffleArray)([{
319316
username: 'Samppa Nori',
320317
registered: '2012/01/01',
@@ -458,10 +455,9 @@ exports[`Tables.vue renders correctly 1`] = `
458455
fields=""
459456
fixed="true"
460457
perpage="5"
461-
tabledata="function someData() {
458+
tabledata="() => {
462459
/* istanbul ignore next */cov_10ilegof86.f[1]++;
463460
cov_10ilegof86.s[7]++;
464-
465461
return (0, _utils.shuffleArray)([{
466462
username: 'Samppa Nori',
467463
registered: '2012/01/01',

0 commit comments

Comments
 (0)