Skip to content

Commit 91d1443

Browse files
authored
Merge pull request #7 from coreui/dev-sync
v2.0.10
2 parents 45f4ae9 + 8fe2b3e commit 91d1443

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

+1956
-1804
lines changed

.eslintrc.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@
3131
"guard-for-in": "error",
3232
"no-alert": "error",
3333
"no-caller": "error",
34+
"no-console": "error",
3435
"no-div-regex": "error",
3536
"no-else-return": "error",
3637
"no-empty-function": "error",

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## v2.0.10
2+
- fix(_layout.scss) `navbar-brand` top position IE issue
3+
- chore: update `babel-eslint` to `10.0.0`
4+
15
## v2.0.9
26
- fix(sidebar) remove scrollbar when `sidebar-minimized`
37
- refactor(sidebar) extract `makeScrollbar()` and `destroyScrollbar()`

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].9
55+
$ yarn add @coreui/[email protected].10
5656
```
5757

5858
### Composer
5959

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

6464
## Usage

dist/css/coreui-standalone.css

Lines changed: 2 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/css/coreui-standalone.css.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/css/coreui-standalone.min.css

Lines changed: 2 additions & 2 deletions
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

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/css/coreui.css

Lines changed: 2 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/css/coreui.css.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/css/coreui.min.css

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)