Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
.DS_Store
.idea
.vs
node_modules
14 changes: 12 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,15 @@
=======
## v2.0.9
- fix(sidebar) remove scrollbar when `sidebar-minimized`
- refactor(sidebar) extract `makeScrollbar()` and `destroyScrollbar()`
- chore: update `@babel/cli` to `7.1.0`
- chore: update `@babel/core` to `7.1.0`
- chore: update `@babel/plugin-transform-runtime` to `7.1.0`
- chore: update `@babel/preset-env` to `7.1.0`
- chore: update `copyfiles` to `2.1.0`
- chore: update `eslint` to `5.6.0`
- chore: update `rollup` to `0.66.2`
- chore: update `stylelint-scss` to `3.3.1`

## v2.0.8
- fix(sidebar) minimizing sidebar with bottom chevron does not allow to maximize it again #404
- fix(sidebar) show scrollbar after height change #419
Expand Down Expand Up @@ -60,7 +71,6 @@
- chore: update `stylelint-scss` to `3.3.0`
- chore: update `uglify-js` to `3.4.9`

>>>>>>> 44dcda9b743365ac454c57725263ca6adbc95749
## v2.0.4
- **Refactor: SCSS Variables**
- Update: @babel/cli to 7.0.0-beta.53
Expand Down
12 changes: 2 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,21 +52,13 @@ $ npm install @coreui/coreui --save
### Yarn

``` bash
<<<<<<< HEAD
$ yarn add @coreui/[email protected]
=======
$ yarn add @coreui/[email protected]
>>>>>>> 44dcda9b743365ac454c57725263ca6adbc95749
$ yarn add @coreui/[email protected]
```

### Composer

``` bash
<<<<<<< HEAD
$ composer require coreui/coreui:2.0.8
=======
$ composer require coreui/coreui:2.0.8
>>>>>>> 44dcda9b743365ac454c57725263ca6adbc95749
$ composer require coreui/coreui:2.0.9
```

## Usage
Expand Down
2 changes: 1 addition & 1 deletion dist/css/bootstrap.css.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/css/bootstrap.min.css.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/css/coreui-standalone.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/css/coreui-standalone.css.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/css/coreui-standalone.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/css/coreui-standalone.min.css.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/css/coreui.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/css/coreui.css.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/css/coreui.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/css/coreui.min.css.map

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dist/css/themes/coreui-dark.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

108 changes: 54 additions & 54 deletions dist/css/themes/coreui-dark.css.map

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dist/css/themes/coreui-dark.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/css/themes/coreui-dark.min.css.map

Large diffs are not rendered by default.

10 changes: 5 additions & 5 deletions dist/js/coreui-utilities.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/js/coreui-utilities.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/js/coreui-utilities.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading