Skip to content

Commit 09c86d0

Browse files
authored
Merge pull request #46 from coreui/dev-vnext
v2.0.18
2 parents fbead7d + 6c66622 commit 09c86d0

Some content is hidden

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

54 files changed

+137
-81
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## v2.0.18
2+
- feat: add deep objects merge utility
3+
- chore: build rollup utilities script cleanup
4+
- fix(rgbToHex): transparent is not a valid rgb color ie issue
5+
16
## v2.0.17
27
- fix(card): `rtl` for `card-header` icon margins
38
- fix(sidebar): `rtl` for `sidebar-minimizer` icon

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/[email protected].17
55+
$ yarn add @coreui/[email protected].18
5656
```
5757

5858
### Composer
5959

6060
``` bash
61-
$ composer require coreui/coreui:2.0.17
61+
$ composer require coreui/coreui:2.0.18
6262
```
6363

6464
## Usage

build/rollup.config.utilities.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,6 @@ const plugins = [
2323

2424
if (BUNDLE) {
2525
fileDest = 'utilities.bundle.js'
26-
// Remove last entry in external array to bundle Popper
27-
external.pop()
2826
plugins.push(resolve())
2927
}
3028

dist/css/coreui-standalone.css

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.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: 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.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: 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.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: 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)