Skip to content

Commit a7e6c53

Browse files
committed
Ship: v2.1.10
1 parent 6ed6b33 commit a7e6c53

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

+3539
-2493
lines changed

CHANGELOG.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,32 @@
1+
## v2.1.10
2+
- chore: drop `@babel/polyfill` in favour of `core-js@3` and `regenerator-runtime`
3+
4+
###### Dependencies update:
5+
- update `@babel/polyfill` to `^7.4.4`
6+
- update `@babel/cli` to `^7.4.4`
7+
- update `@babel/core` to `^7.4.5`
8+
- update `@babel/plugin-proposal-object-rest-spread` to `^7.4.4`
9+
- update `@babel/plugin-transform-runtime` to `^7.4.4`
10+
- update `@babel/preset-env` to `^7.4.5`
11+
- update `autoprefixer` to `^9.5.1`
12+
- update `babel-plugin-istanbul` to `^5.1.4`
13+
- update `clean-css-cli` to `^4.3.0`
14+
- update `eslint` to `^5.16.0`
15+
- update `node-sass` to `^4.12.0`
16+
- update `nodemon` to `^1.19.1`
17+
- update `rollup` to `^1.13.0`
18+
- update `stylelint-config-recommended-scss` to `^3.3.0`
19+
- update `stylelint-config-standard` to `^18.3.0`
20+
- update `stylelint-order` to `^2.2.1`
21+
- update `stylelint-scss` to `^3.7.0`
22+
- update `uglify-js` to `^3.6.0`
23+
- update `eslint-plugin-compat` to `^3.1.1`
24+
- update `rollup-plugin-commonjs` to `^10.0.0`
25+
- update `rollup-plugin-node-resolve` to `^5.0.1`
26+
- update `semver` to `^6.1.1`
27+
- update `stylelint` to `^10.0.1`
28+
- update `stylelint-order` to `^3.0.0`
29+
130
## v2.1.9
231
- fix(dropdown): rtl caret spacing
332
- fix(input-group): rtl append, prepend border radius and margins

README.md

Lines changed: 2 additions & 2 deletions
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].9
62+
$ yarn add @coreui/[email protected].10
6363
```
6464

6565
### Composer
6666

6767
``` bash
68-
$ composer require coreui/coreui:2.1.9
68+
$ composer require coreui/coreui:2.1.10
6969
```
7070

7171
## Usage

dist/css/coreui-standalone.css

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.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: 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.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: 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.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: 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.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)