-
-
Notifications
You must be signed in to change notification settings - Fork 971
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- update: Bootstrap version to v4.0.0-beta.2
- update: vue-chartjs version to 3.0.0 - refactor: Remove old SCSS variables - refactor: Breadcrumb Menu styles - fix: External links issue - fix: Mobile sidebar-nav height issue
- Loading branch information
Showing
157 changed files
with
2,406 additions
and
1,840 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,13 @@ | ||
## [vue](./README.md) version `changelog` | ||
|
||
###### `v1.0.3` | ||
- moved vue-chartjs to `3.0.0` **[breaking change](https://github.com/apertureless/vue-chartjs/releases/tag/v3.0.0)** :fire: | ||
|
||
###### `v1.0.2` | ||
- moved to vue: `^2.5.x` | ||
- updated bootstrap-vue to `1.0.0-beta.9` | ||
- (vue `v2.5.x`) deprecated `<template scope="props">` replaced with `<div slot-scope="props">` | ||
- `HeaderDropdown` component added to `Header` | ||
- moved to component `b-badge` (bootstrap-vue) | ||
- `b-badge` component added (bootstrap-vue) | ||
- `package.json` project dependencies update | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@coreui/vue", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"description": "", | ||
"author": "Łukasz Holeczek <[email protected]>", | ||
"private": true, | ||
|
@@ -17,10 +17,9 @@ | |
"bootstrap-vue": "1.0.0-beta.9", | ||
"chart.js": "2.7.0", | ||
"font-awesome": "^4.7.0", | ||
"is-url-external": "^1.0.3", | ||
"simple-line-icons": "^2.4.1", | ||
"vue": "^2.5.2", | ||
"vue-chartjs": "2.8.7", | ||
"vue-chartjs": "^3.0.0", | ||
"vue-router": "^3.0.1" | ||
}, | ||
"devDependencies": { | ||
|
@@ -29,10 +28,10 @@ | |
"babel-eslint": "8.0.1", | ||
"babel-loader": "7.1.2", | ||
"babel-plugin-transform-runtime": "^6.22.0", | ||
"babel-preset-env": "1.6.0", | ||
"babel-preset-env": "1.6.1", | ||
"babel-preset-stage-2": "6.24.1", | ||
"babel-register": "6.26.0", | ||
"chalk": "2.1.0", | ||
"chalk": "2.2.0", | ||
"connect-history-api-fallback": "^1.4.0", | ||
"copy-webpack-plugin": "^4.1.1", | ||
"css-loader": "0.28.7", | ||
|
@@ -43,7 +42,7 @@ | |
"eslint-plugin-import": "2.7.0", | ||
"eslint-plugin-node": "5.2.0", | ||
"eslint-config-standard": "10.2.1", | ||
"eslint-plugin-promise": "^3.6.0", | ||
"eslint-plugin-promise": "3.6.0", | ||
"eslint-plugin-standard": "3.0.1", | ||
"eventsource-polyfill": "^0.9.6", | ||
"express": "4.16.2", | ||
|
@@ -53,7 +52,7 @@ | |
"html-webpack-plugin": "2.30.1", | ||
"http-proxy-middleware": "0.17.4", | ||
"webpack-bundle-analyzer": "2.9.0", | ||
"cross-env": "5.0.5", | ||
"cross-env": "^5.1.0", | ||
"karma": "1.7.1", | ||
"karma-coverage": "^1.1.1", | ||
"karma-mocha": "^1.3.0", | ||
|
@@ -72,7 +71,7 @@ | |
"babel-plugin-istanbul": "4.1.5", | ||
"phantomjs-prebuilt": "^2.1.15", | ||
"chromedriver": "2.33.1", | ||
"cross-spawn": "^5.0.1", | ||
"cross-spawn": "^5.1.0", | ||
"nightwatch": "0.9.16", | ||
"selenium-server": "3.6.0", | ||
"semver": "5.4.1", | ||
|
@@ -85,9 +84,9 @@ | |
"vue-loader": "13.3.0", | ||
"vue-style-loader": "3.0.3", | ||
"vue-template-compiler": "^2.5.2", | ||
"webpack": "^3.7.1", | ||
"webpack-dev-middleware": "^1.12.0", | ||
"webpack-hot-middleware": "^2.20.0", | ||
"webpack": "^3.8.1", | ||
"webpack-dev-middleware": "1.12.0", | ||
"webpack-hot-middleware": "2.20.0", | ||
"webpack-merge": "4.1.0", | ||
"node-sass": "4.5.3", | ||
"sass-loader": "6.0.6" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.