Skip to content

Commit

Permalink
Merge pull request #15 from coreui/dev-vsync
Browse files Browse the repository at this point in the history
chore: sync with coreui v2.1.1
  • Loading branch information
xidedix authored Nov 20, 2018
2 parents 8449351 + c79cc3e commit 2e642e6
Show file tree
Hide file tree
Showing 62 changed files with 279 additions and 434 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
## v2.1.1
- fix(sidebar): `url("data:,")` turns into `url("'data:,'")`
now replaced with Base64 Encode of 1x1px Transparent gif, closes #49
1. `ie11` ignores `list-style:none` (ie11 rtl sidebar minimized issue)
2. `url("data:,")` turns into `url("'data:,'")` after minification
3. angular 7 cli build complains on `url("'data:,'")`
- chore: update `stylelint` to `9.8.0`
- chore: update `shelljs` to `0.8.3`
- chore: update `@babel/preset-env` to `7.1.6`
- chore: update `@babel/core` to `7.1.6`
- chore: update `eslint` to `5.9.0`
- chore: update `rollup` to `0.67.3`

## v2.1.0
- chore: update `@babel/cli` to `7.1.5`
- chore: update `@babel/core` to `7.1.5`
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/[email protected].0
$ yarn add @coreui/[email protected].1
```

### Composer

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

## Usage
Expand Down
4 changes: 2 additions & 2 deletions 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.

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

6 changes: 3 additions & 3 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.

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 2e642e6

Please sign in to comment.