Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
## v2.1.7
- 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)
###### Dependencies update:
- update `bootstrap` to `^4.3.1`
- update `@babel/core` to `^7.3.3`
- update `@babel/plugin-proposal-object-rest-spread` to `^7.3.2`
- update `@babel/preset-env` to `^7.3.1`
- update `autoprefixer` to `^9.4.8`
- update `babel-plugin-istanbul` to `^5.1.1`
- update `eslint` to `^5.14.1`
- update `eslint-plugin-compat` to `^2.7.0`
- update `nodemon` to `^1.18.10`
- update `rollup` to `^1.2.2`
- update `rollup-plugin-babel` to `^4.3.2`
- update `rollup-plugin-node-resolve` to `^4.0.0`
- update `stylelint` to `^9.10.1`
- update `stylelint-scss` to `^3.5.3`
- update `popper.js` to `^1.14.7`

## v2.1.6
###### Dependencies update:
- chore: update `bootstrap` to `^4.2.1`
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,13 +52,13 @@ $ npm install @coreui/coreui --save
### Yarn

``` bash
$ yarn add @coreui/[email protected].6
$ yarn add @coreui/[email protected].7
```

### Composer

``` bash
$ composer require coreui/coreui:2.1.6
$ composer require coreui/coreui:2.1.7
```

## Usage
Expand Down
Loading