Skip to content

Commit 8449351

Browse files
authored
Merge pull request #14 from coreui/dev-sync
v2.1.0
2 parents e2300f2 + 2a9c03a commit 8449351

Some content is hidden

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

63 files changed

+469
-266
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
## v2.1.0
2+
- chore: update `@babel/cli` to `7.1.5`
3+
- chore: update `@babel/core` to `7.1.5`
4+
- chore: update `@babel/preset-env` to `7.1.5`
5+
- chore: update `stylelint-scss` to `3.4.0`
6+
---
7+
- feat(scss): sidebar-nav-link-disabled
8+
- chore: update `nodemon` to `1.18.6`
9+
---
10+
- fix(.sidebar-minimizer): add `cursor: pointer`
11+
- feat: delegated event handlers to support turbolinks (sidebar, aside-menu)- thanks @RyanVasichko
12+
- chore: update `node-sass` to `4.10.0`
13+
- chore: update `rollup` to `0.67.0`
14+
115
## v2.0.25
216
- chore: update `eslint-plugin-compat` to `2.6.3`
317
- fix(buttons.scss): remove `button { @extend .btn; }`

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.25
55+
$ yarn add @coreui/coreui@2.1.0
5656
```
5757

5858
### Composer
5959

6060
``` bash
61-
$ composer require coreui/coreui:2.0.25
61+
$ composer require coreui/coreui:2.1.0
6262
```
6363

6464
## Usage

dist/css/coreui-standalone.css

Lines changed: 43 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: 43 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.

dist/css/coreui.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/themes/coreui-dark.css

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

dist/css/themes/coreui-dark.css.map

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

dist/css/themes/coreui-dark.min.css

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

dist/css/themes/coreui-dark.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/js/coreui-utilities.js

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

dist/js/coreui-utilities.js.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.

0 commit comments

Comments
 (0)