Skip to content

Commit d71296e

Browse files
authored
Merge pull request #91 from coreui/dev-v2.1.15
v2.1.15
2 parents 9408b56 + 1d2d7fa commit d71296e

Some content is hidden

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

56 files changed

+1535
-1291
lines changed

CHANGELOG.md

+35-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,40 @@
1-
## v2.1.14
1+
## v2.1.15
2+
- fix(sidebar): Selector.NAV_LINK_QUERIED must be "nav-link-queried" - thanks @expressiveco @gtruini closes #83
23

34
###### Dependencies update:
5+
- update `core-js` to `^3.3.3`
6+
- update `regenerator-runtime` to `^0.13.3`
7+
- update `@babel/cli` to `^7.6.4`
8+
- update `@babel/core` to `^7.6.4`
9+
- update `@babel/plugin-proposal-object-rest-spread` to `^7.6.2`
10+
- update `@babel/plugin-transform-runtime` to `^7.6.2`
11+
- update `@babel/preset-env` to `^7.6.3`
12+
- update `autoprefixer` to `^9.7.0`
13+
- update `babel-eslint` to `^10.0.3`
14+
- update `babel-plugin-istanbul` to `^5.2.0`
15+
- update `copyfiles` to `^2.1.1`
16+
- update `cross-env` to `^5.2.1`
17+
- update `eslint` to `^6.5.1`
18+
- update `eslint-plugin-compat` to `^3.3.0`
19+
- update `node-sass` to `^4.13.0`
20+
- update `nodemon` to `^1.19.4`
21+
- update `postcss-cli` to `^6.1.3`
22+
- update `rimraf` to `^2.7.1`
23+
- update `rollup` to `^1.25.2`
24+
- update `rollup-plugin-babel` to `^4.3.3`
25+
- update `rollup-plugin-commonjs` to `^10.1.0`
26+
- update `rollup-plugin-node-resolve` to `^5.2.0`
27+
- update `semver` to `^6.3.0`
28+
- update `stylelint` to `^11.1.1`
29+
- update `stylelint-config-recommended-scss` to `^4.0.0`
30+
- update `stylelint-config-standard` to `^19.0.0`
31+
- update `stylelint-order` to `^3.1.1`
32+
- update `stylelint-scss` to `^3.12.0`
33+
- update `uglify-js` to `^3.6.4`
34+
35+
## v2.1.14
36+
###### Dependencies update:
37+
- chore(deps): bump lodash from 4.17.11 to 4.17.14
438
- update `rollup` to `^1.15.4`
539
- update `rollup-plugin-node-resolve` to `^5.0.2`
640

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -59,13 +59,13 @@ $ npm install @coreui/coreui --save
5959
### Yarn
6060

6161
``` bash
62-
$ yarn add @coreui/[email protected].12
62+
$ yarn add @coreui/[email protected].15
6363
```
6464

6565
### Composer
6666

6767
``` bash
68-
$ composer require coreui/coreui:2.1.12
68+
$ composer require coreui/coreui:2.1.15
6969
```
7070

7171
## Usage

dist/css/coreui-standalone.css

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/css/coreui-standalone.css.map

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/css/coreui-standalone.min.css

+1-1
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

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/css/coreui.css

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/css/coreui.css.map

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/css/coreui.min.css

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/css/coreui.min.css.map

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)