Skip to content

Commit 1c28432

Browse files
authored
Merge pull request #8 from coreui/dev-sync
v2.0.11
2 parents 91d1443 + 3895f09 commit 1c28432

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

+389
-477
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## v2.0.11
2+
- fix(_layout.scss) `sidebar-fixed` IE issue with `.main` margin on mobile
3+
- fix(_sidebar.scss) `sidebar-toggler` issue for `rtl`
4+
- chore: update `babel-eslint` to `10.0.1`
5+
- chore: update `stylelint` to `9.6.0`
6+
17
## v2.0.10
28
- fix(_layout.scss) `navbar-brand` top position IE issue
39
- chore: update `babel-eslint` to `10.0.0`

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/coreui@2.0.10
55+
$ yarn add @coreui/coreui@2.0.11
5656
```
5757

5858
### Composer
5959

6060
``` bash
61-
$ composer require coreui/coreui:2.0.10
61+
$ composer require coreui/coreui:2.0.11
6262
```
6363

6464
## Usage

dist/css/coreui-standalone.css

+57-94
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/css/coreui-standalone.css.map

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/css/coreui-standalone.min.css

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/css/coreui-standalone.min.css.map

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)