Skip to content

Commit 06a6e9c

Browse files
authored
Merge pull request #58 from coreui/fix-sidebar-navlink-disabled
v2.1.4
2 parents 56f33b3 + c2436f5 commit 06a6e9c

Some content is hidden

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

57 files changed

+1487
-699
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
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+
116
## v2.1.3
217
- chore: update `nodemon` to `1.18.7` (remove vulnerability)
318

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.

0 commit comments

Comments
 (0)