Skip to content

Commit de7ebf3

Browse files
committed
Update to 1.0.6
- refactor: raw html to b-row, b-col, b-card, b-button components - fix: Cards.vue: change variant="accent- to class="card-accent- - refactor: Modal's ok-button variants - refactor: forms with validation feedback - update: bootstrap-vue to 1.1.0 - update: to vue: 2.5.6
1 parent f244f02 commit de7ebf3

File tree

225 files changed

+3538
-16901
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

225 files changed

+3538
-16901
lines changed

CHANGELOG.md

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
## [vue](./README.md) version `changelog`
2+
3+
###### `v1.0.6`
4+
- refactor: raw html to `b-row`, `b-col`, `b-card`, `b-button` components
5+
- fix: Cards.vue: change `variant="accent-` to `class="card-accent-`
6+
- refactor: Modal's ok-button variants
7+
- refactor: forms with validation feedback
8+
- update: bootstrap-vue to `1.1.0`
9+
- update: to vue: `2.5.6`
10+
11+
###### `v1.0.5`
12+
- update: bootstrap-vue to `1.0.x`
13+
- fix: use `<b-form-radio-group>` instead of `<b-form-radio>` **[breaking change](https://bootstrap-vue.js.org/docs/components/form-radios)** :fire:
14+
- refactor: `<b-table>` bootstrap-vue component in `Tables` #24
15+
- refactor: extract `Table` component from `Tables`
16+
- refactor: `<b-table>` bootstrap-vue component in `Switches` #24
17+
- fix: add `table-responsive-sm` class to `Tables` #26
18+
- refactor: use component `<b-navbar-nav>` instead of deprecated prop `is-nav-bar`
19+
- fix: `b-progress` `height` property workaround (bootstrap-vue)
20+
- chore: dependencies update
21+
22+
###### `v1.0.4`
23+
- refactor: import Bootstrap 4 SCSS files from node_modules
24+
- fix: callouts styles
25+
26+
###### `v1.0.3`
27+
- update: Bootstrap version to `4.0.0-beta.2`
28+
- update: vue-chartjs to `3.0.0` **[breaking change](https://github.com/apertureless/vue-chartjs/releases/tag/v3.0.0)** :fire:
29+
30+
###### `v1.0.2`
31+
- update: to vue: `^2.5.x`
32+
- update: bootstrap-vue to `1.0.0-beta.9`
33+
- refactor: (vue `v2.5.x`) deprecated `<template scope="props">` replace with `<div slot-scope="props">`
34+
- refactor: `HeaderDropdown` component added to `Header`
35+
- refactor: `b-badge` component added (bootstrap-vue)
36+
- chore: `package.json` project dependencies update
37+

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1+
# CoreUI Vue - Free Bootstrap Admin Template [![Tweet](https://img.shields.io/twitter/url/http/shields.io.svg?style=social)](https://twitter.com/intent/tweet?text=CoreUI%20-%20Free%20Vue%20Admin%20Template%20&url=http://coreui.io/vue/&hashtags=bootstrap,admin,template,dashboard,panel,free,angular,react,vue)
2+
13
### Check out our Vue Admin Templates and support CoreUI Development
24

35
[![Bootstrap Admin Templates Bundle](https://genesisui.com/img/bundle2.png)](https://genesisui.com/bundle.html?support=1)
46

57
[Check out Bootstrap Admin Templates Bundle](https://genesisui.com/bundle.html?support=1)
68

7-
# CoreUI Vue - Free Bootstrap Admin Template
8-
99
This is Vue.js version of our Bootstrap 4 admin template [CoreUI](https://github.com/mrholek/CoreUI-Free-Bootstrap-Admin-Template).
1010

1111
Please help us on [Product Hunt](https://www.producthunt.com/posts/coreui-open-source-bootstrap-4-admin-template-with-angular-2-react-js-vue-js-support) & [Designer News](https://www.designernews.co/stories/81127). Thanks in advance!

Vue_Full_Project/CHANGELOG.md

Lines changed: 33 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,37 @@
11
## [vue](./README.md) version `changelog`
22

3+
###### `v1.0.6`
4+
- refactor: raw html to `b-row`, `b-col`, `b-card`, `b-button` components
5+
- fix: Cards.vue: change `variant="accent-` to `class="card-accent-`
6+
- refactor: Modal's ok-button variants
7+
- refactor: forms with validation feedback
8+
- update: bootstrap-vue to `1.1.0`
9+
- update: to vue: `2.5.6`
10+
11+
###### `v1.0.5`
12+
- update: bootstrap-vue to `1.0.x`
13+
- fix: use `<b-form-radio-group>` instead of `<b-form-radio>` **[breaking change](https://bootstrap-vue.js.org/docs/components/form-radios)** :fire:
14+
- refactor: `<b-table>` bootstrap-vue component in `Tables` #24
15+
- refactor: extract `Table` component from `Tables`
16+
- refactor: `<b-table>` bootstrap-vue component in `Switches` #24
17+
- fix: add `table-responsive-sm` class to `Tables` #26
18+
- refactor: use component `<b-navbar-nav>` instead of deprecated prop `is-nav-bar`
19+
- fix: `b-progress` `height` property workaround (bootstrap-vue)
20+
- chore: dependencies update
21+
22+
###### `v1.0.4`
23+
- refactor: import Bootstrap 4 SCSS files from node_modules
24+
- fix: callouts styles
25+
26+
###### `v1.0.3`
27+
- update: Bootstrap version to `4.0.0-beta.2`
28+
- update: vue-chartjs to `3.0.0` **[breaking change](https://github.com/apertureless/vue-chartjs/releases/tag/v3.0.0)** :fire:
29+
330
###### `v1.0.2`
4-
- moved to vue: `^2.5.x`
5-
- (vue `v2.5.x`) deprecated `<template scope="props">` replaced with `<div slot-scope="props">`
6-
- `HeaderDropdown` component added to `Header`
7-
- moved to component `b-badge` (bootstrap-vue)
31+
- update: to vue: `^2.5.x`
32+
- update: bootstrap-vue to `1.0.0-beta.9`
33+
- refactor: (vue `v2.5.x`) deprecated `<template scope="props">` replace with `<div slot-scope="props">`
34+
- refactor: `HeaderDropdown` component added to `Header`
35+
- refactor: `b-badge` component added (bootstrap-vue)
36+
- chore: `package.json` project dependencies update
837

Vue_Full_Project/package.json

Lines changed: 49 additions & 46 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,11 @@
11
{
22
"name": "@coreui/vue",
3-
"version": "1.0.2",
4-
"description": "",
5-
"author": "Łukasz Holeczek <lukasz@holeczek.pl>",
3+
"version": "1.0.6",
4+
"description": "Open Source Bootstrap Admin Template",
5+
"author": "Łukasz Holeczek",
6+
"homepage": "http://coreui.io",
7+
"copyright": "Copyright 2017 creativeLabs Łukasz Holeczek",
8+
"license": "MIT",
69
"private": true,
710
"scripts": {
811
"dev": "node build/dev-server.js",
@@ -14,86 +17,86 @@
1417
"lint": "eslint --ext .js,.vue src test/unit/specs test/e2e/specs"
1518
},
1619
"dependencies": {
17-
"bootstrap-vue": "1.0.0-beta.9",
18-
"chart.js": "2.7.0",
20+
"bootstrap": "4.0.0-beta.2",
21+
"bootstrap-vue": "1.1.0",
22+
"chart.js": "2.7.1",
1923
"font-awesome": "^4.7.0",
20-
"is-url-external": "^1.0.3",
2124
"simple-line-icons": "^2.4.1",
22-
"vue": "^2.5.2",
23-
"vue-chartjs": "2.8.7",
24-
"vue-router": "^3.0.1"
25+
"vue": "2.5.6",
26+
"vue-chartjs": "3.0.2",
27+
"vue-router": "3.0.1"
2528
},
2629
"devDependencies": {
27-
"autoprefixer": "7.1.5",
30+
"autoprefixer": "7.1.6",
2831
"babel-core": "6.26.0",
29-
"babel-eslint": "8.0.1",
32+
"babel-eslint": "8.0.2",
3033
"babel-loader": "7.1.2",
31-
"babel-plugin-transform-runtime": "^6.22.0",
32-
"babel-preset-env": "1.6.0",
34+
"babel-plugin-transform-runtime": "6.23.0",
35+
"babel-preset-env": "1.6.1",
3336
"babel-preset-stage-2": "6.24.1",
3437
"babel-register": "6.26.0",
35-
"chalk": "2.1.0",
36-
"connect-history-api-fallback": "^1.4.0",
37-
"copy-webpack-plugin": "^4.1.1",
38+
"chalk": "2.3.0",
39+
"connect-history-api-fallback": "1.5.0",
40+
"copy-webpack-plugin": "4.2.1",
3841
"css-loader": "0.28.7",
39-
"eslint": "^4.9.0",
42+
"eslint": "4.11.0",
4043
"eslint-friendly-formatter": "3.0.0",
4144
"eslint-loader": "1.9.0",
42-
"eslint-plugin-html": "3.2.2",
43-
"eslint-plugin-import": "2.7.0",
44-
"eslint-plugin-node": "5.2.0",
45+
"eslint-plugin-html": "4.0.0",
46+
"eslint-plugin-import": "2.8.0",
47+
"eslint-plugin-node": "5.2.1",
4548
"eslint-config-standard": "10.2.1",
46-
"eslint-plugin-promise": "^3.6.0",
49+
"eslint-plugin-promise": "3.6.0",
4750
"eslint-plugin-standard": "3.0.1",
48-
"eventsource-polyfill": "^0.9.6",
51+
"eventsource-polyfill": "0.9.6",
4952
"express": "4.16.2",
50-
"extract-text-webpack-plugin": "3.0.1",
53+
"extract-text-webpack-plugin": "3.0.2",
5154
"file-loader": "1.1.5",
5255
"friendly-errors-webpack-plugin": "1.6.1",
5356
"html-webpack-plugin": "2.30.1",
5457
"http-proxy-middleware": "0.17.4",
55-
"webpack-bundle-analyzer": "2.9.0",
56-
"cross-env": "5.0.5",
58+
"webpack-bundle-analyzer": "2.9.1",
59+
"cross-env": "5.1.1",
5760
"karma": "1.7.1",
58-
"karma-coverage": "^1.1.1",
59-
"karma-mocha": "^1.3.0",
61+
"karma-coverage": "1.1.1",
62+
"karma-mocha": "1.3.0",
6063
"karma-phantomjs-launcher": "1.0.4",
61-
"karma-phantomjs-shim": "^1.5.0",
62-
"karma-sinon-chai": "1.3.2",
63-
"karma-sourcemap-loader": "^0.3.7",
64+
"karma-phantomjs-shim": "1.5.0",
65+
"karma-sinon-chai": "1.3.3",
66+
"karma-sourcemap-loader": "0.3.7",
6467
"karma-spec-reporter": "0.0.31",
65-
"karma-webpack": "^2.0.5",
66-
"lolex": "2.1.3",
68+
"karma-webpack": "2.0.6",
69+
"lolex": "2.3.0",
6770
"mocha": "4.0.1",
6871
"chai": "4.1.2",
69-
"sinon": "4.0.1",
72+
"sinon": "4.1.2",
7073
"sinon-chai": "2.14.0",
7174
"inject-loader": "3.0.1",
7275
"babel-plugin-istanbul": "4.1.5",
73-
"phantomjs-prebuilt": "^2.1.15",
74-
"chromedriver": "2.33.1",
75-
"cross-spawn": "^5.0.1",
76+
"phantomjs-prebuilt": "^2.1.16",
77+
"chromedriver": "2.33.2",
78+
"cross-spawn": "5.1.0",
7679
"nightwatch": "0.9.16",
77-
"selenium-server": "3.6.0",
80+
"selenium-server": "3.7.1",
7881
"semver": "5.4.1",
7982
"shelljs": "0.7.8",
8083
"opn": "5.1.0",
8184
"optimize-css-assets-webpack-plugin": "3.2.0",
8285
"ora": "1.3.0",
8386
"rimraf": "2.6.2",
8487
"url-loader": "0.6.2",
85-
"vue-loader": "13.3.0",
88+
"vue-loader": "13.5.0",
8689
"vue-style-loader": "3.0.3",
87-
"vue-template-compiler": "^2.5.2",
88-
"webpack": "^3.7.1",
89-
"webpack-dev-middleware": "^1.12.0",
90-
"webpack-hot-middleware": "^2.20.0",
91-
"webpack-merge": "4.1.0",
92-
"node-sass": "4.5.3",
90+
"vue-template-compiler": "2.5.6",
91+
"webpack": "3.8.1",
92+
"webpack-dev-middleware": "1.12.0",
93+
"webpack-hot-middleware": "2.20.0",
94+
"webpack-merge": "4.1.1",
95+
"node-sass": "4.7.1",
9396
"sass-loader": "6.0.6"
9497
},
9598
"engines": {
96-
"node": ">= 4.0.0",
97-
"npm": ">= 3.0.0"
99+
"node": ">= 6.4.0",
100+
"npm": ">= 5.0.0"
98101
}
99102
}

Vue_Full_Project/scss/_bootstrap-variables.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,7 @@ $font-size-base: 0.875rem;
7676
// Breadcrumbs
7777

7878
$breadcrumb-bg: #fff;
79+
$breadcrumb-margin-bottom: 1.5rem;
7980

8081
// Cards
8182

Vue_Full_Project/scss/bootstrap/_alert.scss

Lines changed: 0 additions & 48 deletions
This file was deleted.

Vue_Full_Project/scss/bootstrap/_badge.scss

Lines changed: 0 additions & 48 deletions
This file was deleted.

Vue_Full_Project/scss/bootstrap/_breadcrumb.scss

Lines changed: 0 additions & 38 deletions
This file was deleted.

0 commit comments

Comments
 (0)