Skip to content

Commit 3bb68bd

Browse files
authored
Merge pull request #17 from coreui/dev-vsync
v2.1.4
2 parents ef46554 + 34fbf1a commit 3bb68bd

Some content is hidden

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

62 files changed

+1533
-742
lines changed

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
1+
## v2.1.4
2+
- fix(scss): .sidebar .nav-link.disabled
3+
- chore: update `@babel/cli` to `^7.2.0`
4+
- chore: update `@babel/core` to `^7.2.0`
5+
- chore: update `@babel/plugin-external-helpers` to `^7.2.0`
6+
- chore: update `@babel/plugin-proposal-object-rest-spread` to `^7.2.0`
7+
- chore: update `@babel/plugin-proposal-throw-expressions` to `^7.2.0`
8+
- chore: update `@babel/plugin-transform-runtime` to `^7.2.0`
9+
- chore: update `@babel/preset-env` to `^7.2.0`
10+
- chore: update `autoprefixer` to `^9.4.2`
11+
- chore: update `rollup` to `^0.67.4`
12+
- chore: update `stylelint` to `^9.9.0`
13+
- chore: update `stylelint-order` to `^2.0.0`
14+
- chore: update `stylelint-scss` to `^3.4.1`
15+
- chore: update `eslint` to `5.9.0`
16+
- chore: update `node-sass` to `4.11.0`
17+
- chore: update `nodemon` to `1.18.8`
18+
119
## v2.1.3
220
- fix: update `nodemon` to `1.18.7` (vulnerability removed)
321
- fix: update `npm-run-all` to `^4.1.5` (vulnerability removed)

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,13 +52,13 @@ $ npm install @coreui/coreui --save
5252
### Yarn
5353

5454
``` bash
55-
$ yarn add @coreui/[email protected].3
55+
$ yarn add @coreui/[email protected].4
5656
```
5757

5858
### Composer
5959

6060
``` bash
61-
$ composer require coreui/coreui:2.1.3
61+
$ composer require coreui/coreui:2.1.4
6262
```
6363

6464
## Usage

dist/css/coreui-standalone.css

Lines changed: 10 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/css/coreui-standalone.css.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/css/coreui-standalone.min.css

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/css/coreui-standalone.min.css.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/css/coreui.css

Lines changed: 10 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/css/coreui.css.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/css/coreui.min.css

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/css/coreui.min.css.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/css/themes/coreui-dark.css

Lines changed: 11 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/css/themes/coreui-dark.css.map

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/css/themes/coreui-dark.min.css

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/css/themes/coreui-dark.min.css.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)