Skip to content

Commit e2cd173

Browse files
Łukasz HoleczekŁukasz Holeczek
authored andcommitted
Ship v2.0.8
2 parents e40d06b + 44dcda9 commit e2cd173

Some content is hidden

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

69 files changed

+3828
-156
lines changed

CHANGELOG.md

Lines changed: 38 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
## v2.0.7
1+
<<<<<<< HEAD
2+
## v2.0.8
23
- fix(sidebar) mobile sidebar not dismissed on link click
34
- chore: update `bootstrap` to `4.1.3`
45
- chore: update `@babel/cli` to `7.0.0`
@@ -25,6 +26,42 @@
2526
- chore: update `stylelint-scss` to `3.3.0`
2627
- chore: update `uglify-js` to `3.4.9`
2728

29+
=======
30+
## v2.0.8
31+
- fix(sidebar) minimizing sidebar with bottom chevron does not allow to maximize it again #404
32+
- fix(sidebar) show scrollbar after height change #419
33+
34+
## v2.0.6
35+
- fix(sidebar) static mobile sidebar not dismissed on link click
36+
37+
## v2.0.8
38+
- fix(sidebar) mobile sidebar not dismissed on link click #409
39+
- chore: update `bootstrap` to `4.1.3`
40+
- chore: update `@babel/cli` to `7.0.0`
41+
- chore: update `@babel/core` to `7.0.0`
42+
- chore: update `@babel/plugin-proposal-object-rest-spread` to `7.0.0`
43+
- chore: update `@babel/plugin-proposal-throw-expressions` to `7.0.0`
44+
- chore: update `@babel/plugin-transform-runtime` to `7.0.0`
45+
- chore: update `@babel/preset-env` to `7.0.0`
46+
- chore: update `autoprefixer` to `9.1.5`
47+
- chore: update `babel-eslint` to `9.0.0`
48+
- chore: update `babel-plugin-istanbul` to `5.0.1`
49+
- chore: update `clean-css-cli` to `4.2.1`
50+
- chore: update `eslint` to `5.5.0`
51+
- chore: update `eslint-plugin-compat` to `2.5.1`
52+
- chore: update `node-sass` to `4.9.3`
53+
- chore: update `nodemon` to `1.18.4`
54+
- chore: update `postcss-cli` to `6.0.0`
55+
- chore: update `rollup` to `0.65.0`
56+
- chore: update `rollup-plugin-babel` to `4.0.3`
57+
- chore: update `rollup-plugin-node-resolve` to `3.4.0`
58+
- chore: update `semver` to `5.5.1`
59+
- chore: update `stylelint` to `9.5.0`
60+
- chore: update `stylelint-order` to `1.0.0`
61+
- chore: update `stylelint-scss` to `3.3.0`
62+
- chore: update `uglify-js` to `3.4.9`
63+
64+
>>>>>>> 44dcda9b743365ac454c57725263ca6adbc95749
2865
## v2.0.4
2966
- **Refactor: SCSS Variables**
3067
- Update: @babel/cli to 7.0.0-beta.53

README.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,13 +52,21 @@ $ npm install @coreui/coreui --save
5252
### Yarn
5353

5454
``` bash
55-
$ yarn add @coreui/[email protected]
55+
<<<<<<< HEAD
56+
$ yarn add @coreui/[email protected]
57+
=======
58+
$ yarn add @coreui/[email protected]
59+
>>>>>>> 44dcda9b743365ac454c57725263ca6adbc95749
5660
```
5761

5862
### Composer
5963

6064
``` bash
61-
$ composer require coreui/coreui:2.0.7
65+
<<<<<<< HEAD
66+
$ composer require coreui/coreui:2.0.8
67+
=======
68+
$ composer require coreui/coreui:2.0.8
69+
>>>>>>> 44dcda9b743365ac454c57725263ca6adbc95749
6270
```
6371

6472
## Usage

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

Lines changed: 11 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: 11 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.

0 commit comments

Comments
 (0)