Skip to content

Commit

Permalink
Merge pull request #14 from coreui/dev-sync
Browse files Browse the repository at this point in the history
v2.1.0
  • Loading branch information
xidedix authored Nov 8, 2018
2 parents e2300f2 + 2a9c03a commit 8449351
Show file tree
Hide file tree
Showing 63 changed files with 469 additions and 266 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
## v2.1.0
- chore: update `@babel/cli` to `7.1.5`
- chore: update `@babel/core` to `7.1.5`
- chore: update `@babel/preset-env` to `7.1.5`
- chore: update `stylelint-scss` to `3.4.0`
---
- feat(scss): sidebar-nav-link-disabled
- chore: update `nodemon` to `1.18.6`
---
- fix(.sidebar-minimizer): add `cursor: pointer`
- feat: delegated event handlers to support turbolinks (sidebar, aside-menu)- thanks @RyanVasichko
- chore: update `node-sass` to `4.10.0`
- chore: update `rollup` to `0.67.0`

## v2.0.25
- chore: update `eslint-plugin-compat` to `2.6.3`
- fix(buttons.scss): remove `button { @extend .btn; }`
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,13 +52,13 @@ $ npm install @coreui/coreui --save
### Yarn

``` bash
$ yarn add @coreui/coreui@2.0.25
$ yarn add @coreui/coreui@2.1.0
```

### Composer

``` bash
$ composer require coreui/coreui:2.0.25
$ composer require coreui/coreui:2.1.0
```

## Usage
Expand Down
44 changes: 43 additions & 1 deletion dist/css/coreui-standalone.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/css/coreui-standalone.css.map

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dist/css/coreui-standalone.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/css/coreui-standalone.min.css.map

Large diffs are not rendered by default.

44 changes: 43 additions & 1 deletion dist/css/coreui.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/css/coreui.css.map

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dist/css/coreui.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/css/coreui.min.css.map

Large diffs are not rendered by default.

46 changes: 44 additions & 2 deletions dist/css/themes/coreui-dark.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions dist/css/themes/coreui-dark.css.map

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions dist/css/themes/coreui-dark.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/css/themes/coreui-dark.min.css.map

Large diffs are not rendered by default.

14 changes: 7 additions & 7 deletions dist/js/coreui-utilities.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/js/coreui-utilities.js.map

Large diffs are not rendered by default.

Loading

0 comments on commit 8449351

Please sign in to comment.