Skip to content

Commit cd01577

Browse files
authored
Merge pull request #42 from coreui/dev-rtl-plumbing
v2.0.16
2 parents e8f0552 + bf1b49b commit cd01577

Some content is hidden

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

51 files changed

+157
-103
lines changed

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
1+
## v2.0.16
2+
- fix(breadcrumb): `rtl` padding
3+
- fix(card): `rtl` float for `card-header-actions`
4+
- fix(sidebar): `rtl` ps scrollbar issue temp fix/refactor
5+
- chore: update `rollup` to `0.66.5`
6+
17
## v2.0.15
2-
- feat(sidebar) `badge` margins for `nav-dropdown-toggle`
8+
- feat(sidebar): `badge` margins for `nav-dropdown-toggle`
39
- chore: update `eslint-plugin-compat` to `2.6.2`
410
- chore: update `rollup` to `0.66.4`
511

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

5858
### Composer
5959

6060
``` bash
61-
$ composer require coreui/coreui:2.0.15
61+
$ composer require coreui/coreui:2.0.16
6262
```
6363

6464
## Usage

dist/css/coreui-standalone.css

Lines changed: 17 additions & 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: 2 additions & 2 deletions
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: 17 additions & 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: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/css/coreui.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.

0 commit comments

Comments
 (0)