Skip to content

Commit ce26adb

Browse files
authored
Merge pull request #19 from coreui/dev-vsync
v2.1.7
2 parents 6c2fd85 + ab3a397 commit ce26adb

File tree

120 files changed

+3515
-2124
lines changed

Some content is hidden

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

120 files changed

+3515
-2124
lines changed

CHANGELOG.md

+19
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
1+
## v2.1.7
2+
- update `bootstrap` to `^4.3.1` fixes *Class 'btn' style white-space: nowrap; has been removed creating issues with the btn with favicon* [#151](https://github.com/coreui/coreui-free-react-admin-template/issues/151)
3+
###### Dependencies update:
4+
- update `bootstrap` to `^4.3.1`
5+
- update `@babel/core` to `^7.3.3`
6+
- update `@babel/plugin-proposal-object-rest-spread` to `^7.3.2`
7+
- update `@babel/preset-env` to `^7.3.1`
8+
- update `autoprefixer` to `^9.4.8`
9+
- update `babel-plugin-istanbul` to `^5.1.1`
10+
- update `eslint` to `^5.14.1`
11+
- update `eslint-plugin-compat` to `^2.7.0`
12+
- update `nodemon` to `^1.18.10`
13+
- update `rollup` to `^1.2.2`
14+
- update `rollup-plugin-babel` to `^4.3.2`
15+
- update `rollup-plugin-node-resolve` to `^4.0.0`
16+
- update `stylelint` to `^9.10.1`
17+
- update `stylelint-scss` to `^3.5.3`
18+
- update `popper.js` to `^1.14.7`
19+
120
## v2.1.6
221
###### Dependencies update:
322
- chore: update `bootstrap` to `^4.2.1`

README.md

+2-2
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].6
55+
$ yarn add @coreui/[email protected].7
5656
```
5757

5858
### Composer
5959

6060
``` bash
61-
$ composer require coreui/coreui:2.1.6
61+
$ composer require coreui/coreui:2.1.7
6262
```
6363

6464
## Usage

0 commit comments

Comments
 (0)