Skip to content

Commit 29872e7

Browse files
authored
Merge pull request #21 from coreui/dev-sync-with-coreui
v2.1.11
2 parents 1824513 + db147f1 commit 29872e7

Some content is hidden

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

74 files changed

+6882
-3840
lines changed

.babelrc.js

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

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

+53
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,56 @@
1+
## v2.1.11
2+
- fix(sidebar): add optional container `sidebar-scroll`. Thanks @MartijnBastiaansen
3+
- fixes an issue where `sidebar-toggler` causes an error when there is no `sidebar-nav` element in it
4+
- if no container is set, returns null for perfectScrollbar
5+
6+
###### Dependencies update:
7+
- update `rollup` to `^1.13.1`
8+
- update `stylelint-scss` to `^3.8.0`
9+
10+
## v2.1.10
11+
- chore: drop `@babel/polyfill` in favour of `core-js@3` and `regenerator-runtime`
12+
13+
###### Dependencies update:
14+
- update `@babel/polyfill` to `^7.4.4`
15+
- update `@babel/cli` to `^7.4.4`
16+
- update `@babel/core` to `^7.4.5`
17+
- update `@babel/plugin-proposal-object-rest-spread` to `^7.4.4`
18+
- update `@babel/plugin-transform-runtime` to `^7.4.4`
19+
- update `@babel/preset-env` to `^7.4.5`
20+
- update `autoprefixer` to `^9.5.1`
21+
- update `babel-plugin-istanbul` to `^5.1.4`
22+
- update `clean-css-cli` to `^4.3.0`
23+
- update `eslint` to `^5.16.0`
24+
- update `node-sass` to `^4.12.0`
25+
- update `nodemon` to `^1.19.1`
26+
- update `rollup` to `^1.13.0`
27+
- update `stylelint-config-recommended-scss` to `^3.3.0`
28+
- update `stylelint-config-standard` to `^18.3.0`
29+
- update `stylelint-order` to `^2.2.1`
30+
- update `stylelint-scss` to `^3.7.0`
31+
- update `uglify-js` to `^3.6.0`
32+
- update `eslint-plugin-compat` to `^3.1.1`
33+
- update `rollup-plugin-commonjs` to `^10.0.0`
34+
- update `rollup-plugin-node-resolve` to `^5.0.1`
35+
- update `semver` to `^6.1.1`
36+
- update `stylelint` to `^10.0.1`
37+
- update `stylelint-order` to `^3.0.0`
38+
39+
## v2.1.9
40+
- fix(dropdown): rtl caret spacing
41+
- fix(input-group): rtl append, prepend border radius and margins
42+
- fix(rtl): rtl float, margin and padding
43+
- fix(button-group): rtl margin and border-radius
44+
###### Dependencies update:
45+
- update `@babel/core` to `^7.4.0`
46+
- update `@babel/plugin-proposal-object-rest-spread` to `^7.4.0`
47+
- update `@babel/plugin-transform-runtime` to `^7.4.0`
48+
- update `@babel/preset-env` to `^7.4.2`
49+
- update `autoprefixer` to `^9.5.0`
50+
- update `eslint` to `^5.15.3`
51+
- update `rollup` to `^1.7.0`
52+
- update `uglify-js` to `^3.5.1`
53+
154
## v2.1.8
255
- fix(scss): `cssnano` mangles `background-position` temp fix (re: BS4 misplaced validation feedback icons)
356
###### Dependencies update:

README.md

+10-3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
[![npm package][npm-badge]][npm]
2+
[![NPM downloads][npm-download]][npm]
3+
4+
[npm-badge]: https://img.shields.io/npm/v/@coreui/coreui.png?style=flat-square
5+
[npm-download]: https://img.shields.io/npm/dm/@coreui/coreui.svg?style=flat-square
6+
[npm]: https://www.npmjs.com/package/@coreui/coreui
7+
18
# CoreUI - WebApp UI Kit built on top of Bootstrap 4 [![Tweet](https://img.shields.io/twitter/url/http/shields.io.svg?style=social&logo=twitter)](https://twitter.com/intent/tweet?text=CoreUI%20-%20Free%20Bootstrap%204%20Admin%20Template%20&url=https://coreui.io&hashtags=bootstrap,admin,template,dashboard,panel,free,angular,react,vue)
29

310
Please help us on [Product Hunt](https://www.producthunt.com/posts/coreui-open-source-bootstrap-4-admin-template-with-angular-2-react-js-vue-js-support) and [Designer News](https://www.designernews.co/stories/81127). Thanks in advance!
@@ -52,13 +59,13 @@ $ npm install @coreui/coreui --save
5259
### Yarn
5360

5461
``` bash
55-
$ yarn add @coreui/[email protected].8
62+
$ yarn add @coreui/[email protected].11
5663
```
5764

5865
### Composer
5966

6067
``` bash
61-
$ composer require coreui/coreui:2.1.8
68+
$ composer require coreui/coreui:2.1.11
6269
```
6370

6471
## Usage
@@ -106,7 +113,7 @@ Editor preferences are available in the [editor config](https://github.com/coreu
106113

107114
## Versioning
108115

109-
For transparency into our release cycle and in striving to maintain backward compatibility, CoreUI Free Admin Template is maintained under [the Semantic Versioning guidelines](http://semver.org/).
116+
For transparency into our release cycle and in striving to maintain backward compatibility, CoreUI Admin Template is maintained under [the Semantic Versioning guidelines](http://semver.org/).
110117

111118
See [the Releases section of our project](https://github.com/coreui/coreui/releases) for changelogs for each release version.
112119

dist/css/bootstrap.css.map

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

dist/css/bootstrap.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)