Skip to content

Commit 4ea9dfc

Browse files
committed
chore: sync with coreui v2.0.19
2 parents b71e52d + 9510acc commit 4ea9dfc

Some content is hidden

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

68 files changed

+1052
-632
lines changed

CHANGELOG.md

+35-3
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,42 @@
1+
## v2.0.19
2+
- refactor: extract getCssCustomProperties function
3+
- feat: add getColor function
4+
- feat: sidebar set active using query string PR #21
5+
- chore: update `node-sass` to `4.9.4`
6+
- chore: update `eslint` to `5.7.0`
7+
- chore: update `babel-plugin-istanbul` to `5.1.0`
8+
- chore: update `semver` to `5.6.0`
9+
- chore: update `autoprefixer` to `9.2.0`
10+
11+
## v2.0.18
12+
- feat: add deep objects merge utility
13+
- chore: build rollup utilities script cleanup
14+
- fix(rgbToHex): transparent is not a valid rgb color ie issue
15+
16+
## v2.0.17
17+
- fix(card): `rtl` for `card-header` icon margins
18+
- fix(sidebar): `rtl` for `sidebar-minimizer` icon
19+
- chore: update `rollup` to `0.66.6`
20+
- thanks @MrDevIr
21+
22+
## v2.0.16
23+
- fix(breadcrumb): `rtl` padding
24+
- fix(card): `rtl` float for `card-header-actions`
25+
- fix(sidebar): `rtl` ps scrollbar issue temp fix/refactor
26+
- chore: update `rollup` to `0.66.5`
27+
28+
## v2.0.15
29+
- feat(sidebar): `badge` margins for `nav-dropdown-toggle`
30+
- chore: update `eslint-plugin-compat` to `2.6.2`
31+
- chore: update `rollup` to `0.66.4`
32+
133
## v2.0.14
234
- fix(scss): add missing `light-blue` color variable
335

436
## v2.0.13
5-
- chore: update @babel/core to 7.1.2
6-
- chore: update @babel/cli to 7.1.2
7-
- chore: update eslint to 5.6.1
37+
- chore: update `@babel/core` to `7.1.2`
38+
- chore: update `@babel/cli` to `7.1.2`
39+
- chore: update `eslint` to `5.6.1`
840

941
## v2.0.12
1042
- fix(layout) `aside` IE issue with `.main` margin on mobile

README.md

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

5858
### Composer
5959

6060
``` bash
61-
$ composer require coreui/coreui:2.0.14
61+
$ composer require coreui/coreui:2.0.19
6262
```
6363

6464
## Usage

build/rollup.config.utilities.js

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

+43-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/css/coreui-standalone.css.map

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/css/coreui-standalone.min.css

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

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/css/coreui.css

+43-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/css/coreui.css.map

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/css/coreui.min.css

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/css/coreui.min.css.map

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/css/themes/coreui-dark.css

+42-2
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

+6-6
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

+3-3
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

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)