Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 2755f18

Browse filesBrowse files
authored
Merge pull request #69 from coreui/chore-dependencies-update
v2.1.10
2 parents 5b8bced + a7e6c53 commit 2755f18
Copy full SHA for 2755f18

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
Dismiss banner
Expand file treeCollapse file tree

63 files changed

+3568
-2624
lines changed

‎.babelrc.js

Copy file name to clipboardExpand all lines: .babelrc.js
+1Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ module.exports = {
1212
]
1313
},
1414
useBuiltIns: 'usage',
15+
corejs: { version: 3, proposals: true },
1516
loose: true,
1617
modules: false,
1718
exclude: ['transform-typeof-symbol']

‎.eslintrc.json

Copy file name to clipboardExpand all lines: .eslintrc.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"no-extra-parens": "error",
1414
"no-prototype-builtins": "error",
1515
"no-template-curly-in-string": "error",
16-
"compat/compat": "error",
16+
"compat/compat": "warn",
1717
"valid-jsdoc": "error",
1818

1919
// Best Practices

‎CHANGELOG.md

Copy file name to clipboardExpand all lines: CHANGELOG.md
+29Lines 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

Copy file name to clipboardExpand all lines: README.md
+2-2Lines 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/coreui@2.1.9
62+
$ yarn add @coreui/coreui@2.1.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

Copy file name to clipboardExpand all lines: dist/css/coreui-standalone.css
+1-1Lines 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

Copy file name to clipboardExpand all lines: dist/css/coreui-standalone.css.map
+1-1Lines 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

Copy file name to clipboardExpand all lines: dist/css/coreui-standalone.min.css
+1-1Lines 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

Copy file name to clipboardExpand all lines: dist/css/coreui-standalone.min.css.map
+1-1Lines 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

Copy file name to clipboardExpand all lines: dist/css/coreui.css
+1-1Lines 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

Copy file name to clipboardExpand all lines: dist/css/coreui.css.map
+1-1Lines 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

Copy file name to clipboardExpand all lines: dist/css/coreui.min.css
+1-1Lines 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

Copy file name to clipboardExpand all lines: dist/css/coreui.min.css.map
+1-1Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.