Skip to content

Commit

Permalink
Merge pull request #16 from coreui/dev-vsync
Browse files Browse the repository at this point in the history
v2.1.3
  • Loading branch information
xidedix authored Nov 27, 2018
2 parents 2e642e6 + bb24de2 commit ef46554
Show file tree
Hide file tree
Showing 61 changed files with 123 additions and 192 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## v2.1.3
- fix: update `nodemon` to `1.18.7` (vulnerability removed)
- fix: update `npm-run-all` to `^4.1.5` (vulnerability removed)
- chore: update `stylelint-order` to `2.0.0`

## v2.1.1
- fix(sidebar): `url("data:,")` turns into `url("'data:,'")`
now replaced with Base64 Encode of 1x1px Transparent gif, closes #49
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.1.1
$ yarn add @coreui/coreui@2.1.3
```

### Composer

``` bash
$ composer require coreui/coreui:2.1.1
$ composer require coreui/coreui:2.1.3
```

## Usage
Expand Down
2 changes: 1 addition & 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.

2 changes: 1 addition & 1 deletion 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.

2 changes: 1 addition & 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.

2 changes: 1 addition & 1 deletion dist/css/coreui.min.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.min.css.map

Large diffs are not rendered by default.

4 changes: 2 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.

4 changes: 2 additions & 2 deletions dist/css/themes/coreui-dark.css.map

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dist/css/themes/coreui-dark.min.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/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.

2 changes: 1 addition & 1 deletion dist/js/coreui-utilities.min.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.min.js.map

Large diffs are not rendered by default.

Loading

0 comments on commit ef46554

Please sign in to comment.