Skip to content

Commit 64c16bb

Browse files
committed
Ship: v2.1.9
1 parent 0a5df44 commit 64c16bb

Some content is hidden

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

56 files changed

+2839
-578
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
## v2.1.9
2+
- fix(dropdown): rtl caret spacing
3+
- fix(input-group): rtl append, prepend border radius and margins
4+
- fix(rtl): rtl float, margin and padding
5+
- fix(button-group): rtl margin and border-radius
6+
###### Dependencies update:
7+
- update `@babel/core` to `^7.4.0`
8+
- update `@babel/plugin-proposal-object-rest-spread` to `^7.4.0`
9+
- update `@babel/plugin-transform-runtime` to `^7.4.0`
10+
- update `@babel/preset-env` to `^7.4.2`
11+
- update `autoprefixer` to `^9.5.0`
12+
- update `eslint` to `^5.15.3`
13+
- update `rollup` to `^1.7.0`
14+
- update `uglify-js` to `^3.5.1`
15+
116
## v2.1.8
217
- fix(scss): `cssnano` mangles `background-position` temp fix (re: BS4 misplaced validation feedback icons)
318
###### Dependencies update:

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].8
62+
$ yarn add @coreui/[email protected].9
6363
```
6464

6565
### Composer
6666

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

7171
## Usage

0 commit comments

Comments
 (0)