Skip to content

Commit 0734ca6

Browse files
committed
Merge branch 'MartijnBastiaansen-fix-sidebar-issue'
2 parents 2755f18 + 52b7090 commit 0734ca6

Some content is hidden

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

58 files changed

+457
-1339
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
## v2.1.11
2+
- fix(sidebar): add optional container `sidebar-scroll`. Thanks @MartijnBastiaansen
3+
- fixes an issue where `sidebar-toggler` causes an error when there is no `sidebar-nav` element in it
4+
- if no container is set, returns null for perfectScrollbar
5+
6+
###### Dependencies update:
7+
- update `rollup` to `^1.13.1`
8+
- update `stylelint-scss` to `^3.8.0`
9+
110
## v2.1.10
211
- chore: drop `@babel/polyfill` in favour of `core-js@3` and `regenerator-runtime`
312

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,13 +59,13 @@ $ npm install @coreui/coreui --save
5959
### Yarn
6060

6161
``` bash
62-
$ yarn add @coreui/[email protected].10
62+
$ yarn add @coreui/[email protected].11
6363
```
6464

6565
### Composer
6666

6767
``` bash
68-
$ composer require coreui/coreui:2.1.10
68+
$ composer require coreui/coreui:2.1.11
6969
```
7070

7171
## 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/coreui-standalone.css

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