Skip to content

Commit ee079f6

Browse files
authored
Merge pull request #33 from coreui/fix-sidebar-ps-issue
fix sidebar-minimized ps issue
2 parents 44dcda9 + 139fdfe commit ee079f6

Some content is hidden

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

52 files changed

+2423
-1872
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: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,23 @@
1+
## v2.0.9
2+
- fix(sidebar) remove scrollbar when `sidebar-minimized`
3+
- refactor(sidebar) extract `makeScrollbar()` and `destroyScrollbar()`
4+
- chore: update `@babel/cli` to `7.1.0`
5+
- chore: update `@babel/core` to `7.1.0`
6+
- chore: update `@babel/plugin-transform-runtime` to `7.1.0`
7+
- chore: update `@babel/preset-env` to `7.1.0`
8+
- chore: update `copyfiles` to `2.1.0`
9+
- chore: update `eslint` to `5.6.0`
10+
- chore: update `rollup` to `0.66.2`
11+
- chore: update `stylelint-scss` to `3.3.1`
12+
113
## v2.0.8
214
- fix(sidebar) minimizing sidebar with bottom chevron does not allow to maximize it again #404
315
- fix(sidebar) show scrollbar after height change #419
416

517
## v2.0.6
618
- fix(sidebar) static mobile sidebar not dismissed on link click
719

8-
## v2.0.8
20+
## v2.0.5
921
- fix(sidebar) mobile sidebar not dismissed on link click #409
1022
- chore: update `bootstrap` to `4.1.3`
1123
- chore: update `@babel/cli` to `7.0.0`

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

5858
### Composer
5959

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

6464
## Usage

dist/css/bootstrap.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/bootstrap.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-standalone.css

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.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: 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.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: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)