Skip to content

Commit 0a172b8

Browse files
committed
Ship v2.0.20
1 parent 6b2bd0b commit 0a172b8

Some content is hidden

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

55 files changed

+539
-577
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
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+
17
## v2.0.19
28
- refactor: extract getCssCustomProperties function
39
- 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)