Skip to content

Commit 45f4ae9

Browse files
authored
Merge pull request #6 from coreui/dev-vsync
v2.0.9
2 parents 91e59c6 + bf11435 commit 45f4ae9

Some content is hidden

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

57 files changed

+920
-814
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
.DS_Store
22
.idea
3+
.vs
34
node_modules

CHANGELOG.md

+12-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,15 @@
1-
=======
1+
## v2.0.9
2+
- fix(sidebar) remove scrollbar when `sidebar-minimized`
3+
- refactor(sidebar) extract `makeScrollbar()` and `destroyScrollbar()`
4+
- chore: update `@babel/cli` to `7.1.0`
5+
- chore: update `@babel/core` to `7.1.0`
6+
- chore: update `@babel/plugin-transform-runtime` to `7.1.0`
7+
- chore: update `@babel/preset-env` to `7.1.0`
8+
- chore: update `copyfiles` to `2.1.0`
9+
- chore: update `eslint` to `5.6.0`
10+
- chore: update `rollup` to `0.66.2`
11+
- chore: update `stylelint-scss` to `3.3.1`
12+
213
## v2.0.8
314
- fix(sidebar) minimizing sidebar with bottom chevron does not allow to maximize it again #404
415
- fix(sidebar) show scrollbar after height change #419
@@ -60,7 +71,6 @@
6071
- chore: update `stylelint-scss` to `3.3.0`
6172
- chore: update `uglify-js` to `3.4.9`
6273

63-
>>>>>>> 44dcda9b743365ac454c57725263ca6adbc95749
6474
## v2.0.4
6575
- **Refactor: SCSS Variables**
6676
- Update: @babel/cli to 7.0.0-beta.53

README.md

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

5454
``` bash
55-
<<<<<<< HEAD
56-
$ yarn add @coreui/coreui@2.0.8
57-
=======
58-
$ yarn add @coreui/coreui@2.0.8
59-
>>>>>>> 44dcda9b743365ac454c57725263ca6adbc95749
55+
$ yarn add @coreui/coreui@2.0.9
6056
```
6157

6258
### Composer
6359

6460
``` bash
65-
<<<<<<< HEAD
66-
$ composer require coreui/coreui:2.0.8
67-
=======
68-
$ composer require coreui/coreui:2.0.8
69-
>>>>>>> 44dcda9b743365ac454c57725263ca6adbc95749
61+
$ composer require coreui/coreui:2.0.9
7062
```
7163

7264
## Usage

dist/css/bootstrap.css.map

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

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

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

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

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

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

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

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

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

dist/js/coreui-utilities.js

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

dist/js/coreui-utilities.js.map

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

dist/js/coreui-utilities.min.js

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