Skip to content

Commit 045f012

Browse files
authored
Merge pull request #12 from coreui/dev-sync
v2.0.20
2 parents 4ea9dfc + 1a7ccb5 commit 045f012

Some content is hidden

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

62 files changed

+1896
-3242
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## v2.0.20
2+
- fix(layout): sidebar on mobile issue [#23](https://github.com/coreui/coreui-angular/issues/23)
3+
- fix: sidebar, sidebar-minimizer `rtl` ie issues, tweaks
4+
- refactor(sidebar.js): ps minor cleanup
5+
- chore: update `autoprefixer` to `9.2.1`
6+
- chore: update `postcss-cli` to `6.0.1`
7+
18
## v2.0.19
29
- refactor: extract getCssCustomProperties function
310
- feat: add getColor function

README.md

Lines changed: 2 additions & 2 deletions
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].19
55+
$ yarn add @coreui/[email protected].20
5656
```
5757

5858
### Composer
5959

6060
``` bash
61-
$ composer require coreui/coreui:2.0.19
61+
$ composer require coreui/coreui:2.0.20
6262
```
6363

6464
## Usage

0 commit comments

Comments
 (0)