Skip to content

Commit 2c5c705

Browse files
authored
Merge pull request #28 from coreui/fix-mobile-sidebar
fix mobile sidebar
2 parents a14b70d + 0779262 commit 2c5c705

Some content is hidden

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

65 files changed

+1841
-2041
lines changed

CHANGELOG.md

Lines changed: 27 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,31 @@
1-
## v2.0.4
1+
## v2.0.5
2+
- fix(sidebar) mobile sidebar not dismissed on link click #409
3+
- chore: update `bootstrap` to `4.1.3`
4+
- chore: update `@babel/cli` to `7.0.0`
5+
- chore: update `@babel/core` to `7.0.0`
6+
- chore: update `@babel/plugin-proposal-object-rest-spread` to `7.0.0`
7+
- chore: update `@babel/plugin-proposal-throw-expressions` to `7.0.0`
8+
- chore: update `@babel/plugin-transform-runtime` to `7.0.0`
9+
- chore: update `@babel/preset-env` to `7.0.0`
10+
- chore: update `autoprefixer` to `9.1.5`
11+
- chore: update `babel-eslint` to `9.0.0`
12+
- chore: update `babel-plugin-istanbul` to `5.0.1`
13+
- chore: update `clean-css-cli` to `4.2.1`
14+
- chore: update `eslint` to `5.5.0`
15+
- chore: update `eslint-plugin-compat` to `2.5.1`
16+
- chore: update `node-sass` to `4.9.3`
17+
- chore: update `nodemon` to `1.18.4`
18+
- chore: update `postcss-cli` to `6.0.0`
19+
- chore: update `rollup` to `0.65.0`
20+
- chore: update `rollup-plugin-babel` to `4.0.3`
21+
- chore: update `rollup-plugin-node-resolve` to `3.4.0`
22+
- chore: update `semver` to `5.5.1`
23+
- chore: update `stylelint` to `9.5.0`
24+
- chore: update `stylelint-order` to `1.0.0`
25+
- chore: update `stylelint-scss` to `3.3.0`
26+
- chore: update `uglify-js` to `3.4.9`
227

28+
## v2.0.4
329
- **Refactor: SCSS Variables**
430
- Update: @babel/cli to 7.0.0-beta.53
531
- Update: @babel/core to 7.0.0-beta.53

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

5858
### Composer
5959

6060
``` bash
61-
$ composer require coreui/coreui:2.0.4
61+
$ composer require coreui/coreui:2.0.5
6262
```
6363

6464
## Usage

0 commit comments

Comments
 (0)