Skip to content

Ship: v2.0.3 #139

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 1 commit into from
Nov 13, 2018
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
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
## [CoreUI for Vue.js](./README.md) version `changelog`

##### `v2.0.3`
- test(init): update Tables snapshot
- test(e2e): add `aside-menu-*-show` testing
- chore: update `@coreui/coreui` to `2.1.0`
- chore: update `css-vars-ponyfill` to `1.15.0`
- chore: update `@vue/cli-plugin-babel` to `3.1.1`
- chore: update `@vue/cli-plugin-e2e-nightwatch` to `3.1.1`
- chore: update `@vue/cli-plugin-eslint` to `3.1.5`
- chore: update `@vue/cli-plugin-unit-jest` to `3.1.1`
- chore: update `@vue/cli-service` to `3.1.4`
- chore: update `node-sass` to `4.10.0`

##### `v2.0.2`
- refactor: extract random() to `shared/utils`
- refactor: extract shuffleArray() to shared/utils
Expand Down
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@coreui/coreui-free-vue-admin-template",
"version": "2.0.2",
"version": "2.0.3",
"description": "Open Source Bootstrap Admin Template",
"author": "Łukasz Holeczek",
"homepage": "http://coreui.io",
Expand All @@ -14,15 +14,15 @@
"test:e2e": "vue-cli-service test:e2e"
},
"dependencies": {
"@coreui/coreui": "^2.0.20",
"@coreui/coreui": "^2.1.0",
"@coreui/coreui-plugin-chartjs-custom-tooltips": "^1.2.0",
"@coreui/icons": "0.3.0",
"@coreui/vue": "^2.0.2",
"bootstrap": "^4.1.3",
"bootstrap-vue": "^2.0.0-rc.11",
"chart.js": "^2.7.3",
"core-js": "^2.5.7",
"css-vars-ponyfill": "^1.11.1",
"css-vars-ponyfill": "^1.15.0",
"flag-icon-css": "^3.2.0",
"font-awesome": "^4.7.0",
"perfect-scrollbar": "^1.4.0",
Expand All @@ -33,17 +33,17 @@
"vue-router": "^3.0.1"
},
"devDependencies": {
"@vue/cli-plugin-babel": "^3.0.5",
"@vue/cli-plugin-e2e-nightwatch": "^3.0.5",
"@vue/cli-plugin-eslint": "^3.0.5",
"@vue/cli-plugin-unit-jest": "^3.0.5",
"@vue/cli-service": "^3.0.5",
"@vue/cli-plugin-babel": "^3.1.1",
"@vue/cli-plugin-e2e-nightwatch": "^3.1.1",
"@vue/cli-plugin-eslint": "^3.1.5",
"@vue/cli-plugin-unit-jest": "^3.1.1",
"@vue/cli-service": "^3.1.4",
"@vue/test-utils": "^1.0.0-beta.25",
"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.9.4",
"node-sass": "^4.10.0",
"sass-loader": "^7.1.0",
"vue-template-compiler": "^2.5.17"
},
Expand Down
2 changes: 2 additions & 0 deletions tests/e2e/specs/test.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@ module.exports = {
.assert.elementCount('button', 10)
.resizeWindow(1024, 800)
.pause(500)
.assert.cssClassNotPresent('body', 'aside-menu-show')
.assert.cssClassNotPresent('body', 'aside-menu-lg-show')

browser.click('body > div > header > button.d-none.d-lg-block.navbar-toggler', function (response) {
console.log('response', typeof response)
Expand Down
12 changes: 4 additions & 8 deletions tests/unit/views/base/__snapshots__/Tables.spec.js.snap
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,9 @@ exports[`Tables.vue renders correctly 1`] = `
caption=<i class='fa fa-align-justify'></i> Simple Table
fields="[object Object],[object Object],[object Object],[object Object]"
perpage="5"
tabledata="function someData() {
tabledata="() => {
/* istanbul ignore next */cov_10ilegof86.f[1]++;
cov_10ilegof86.s[7]++;

return (0, _utils.shuffleArray)([{
username: 'Samppa Nori',
registered: '2012/01/01',
Expand Down Expand Up @@ -161,10 +160,9 @@ exports[`Tables.vue renders correctly 1`] = `
fields=""
perpage="5"
striped="true"
tabledata="function someData() {
tabledata="() => {
/* istanbul ignore next */cov_10ilegof86.f[1]++;
cov_10ilegof86.s[7]++;

return (0, _utils.shuffleArray)([{
username: 'Samppa Nori',
registered: '2012/01/01',
Expand Down Expand Up @@ -311,10 +309,9 @@ exports[`Tables.vue renders correctly 1`] = `
fields=""
perpage="5"
small="true"
tabledata="function someData() {
tabledata="() => {
/* istanbul ignore next */cov_10ilegof86.f[1]++;
cov_10ilegof86.s[7]++;

return (0, _utils.shuffleArray)([{
username: 'Samppa Nori',
registered: '2012/01/01',
Expand Down Expand Up @@ -458,10 +455,9 @@ exports[`Tables.vue renders correctly 1`] = `
fields=""
fixed="true"
perpage="5"
tabledata="function someData() {
tabledata="() => {
/* istanbul ignore next */cov_10ilegof86.f[1]++;
cov_10ilegof86.s[7]++;

return (0, _utils.shuffleArray)([{
username: 'Samppa Nori',
registered: '2012/01/01',
Expand Down