Skip to content

Commit e40d06b

Browse files
authored
Merge pull request #5 from coreui/fix-mobile-sidebar
fix mobile sidebar
2 parents ee0339b + 99003a5 commit e40d06b

Some content is hidden

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

58 files changed

+3309
-3389
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.7
2+
- fix(sidebar) mobile sidebar not dismissed on link click
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: 6 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# CoreUI - Free WebApp UI Kit built on top of Bootstrap 4 [![Tweet](https://img.shields.io/twitter/url/http/shields.io.svg?style=social&logo=twitter)](https://twitter.com/intent/tweet?text=CoreUI%20-%20Free%20Bootstrap%204%20Admin%20Template%20&url=https://coreui.io&hashtags=bootstrap,admin,template,dashboard,panel,free,angular,react,vue)
1+
# CoreUI - WebApp UI Kit built on top of Bootstrap 4 [![Tweet](https://img.shields.io/twitter/url/http/shields.io.svg?style=social&logo=twitter)](https://twitter.com/intent/tweet?text=CoreUI%20-%20Free%20Bootstrap%204%20Admin%20Template%20&url=https://coreui.io&hashtags=bootstrap,admin,template,dashboard,panel,free,angular,react,vue)
22

33
Please help us on [Product Hunt](https://www.producthunt.com/posts/coreui-open-source-bootstrap-4-admin-template-with-angular-2-react-js-vue-js-support) and [Designer News](https://www.designernews.co/stories/81127). Thanks in advance!
44

@@ -52,21 +52,13 @@ $ npm install @coreui/coreui --save
5252
### Yarn
5353

5454
``` bash
55-
<<<<<<< HEAD
56-
$ yarn add @coreui/[email protected]
57-
=======
58-
$ yarn add @coreui/[email protected]
59-
>>>>>>> a14b70d7ed6f4fbd99af9d867079549a2398c646
55+
$ yarn add @coreui/[email protected]
6056
```
6157

6258
### Composer
6359

6460
``` bash
65-
<<<<<<< HEAD
66-
$ composer require coreui/coreui:2.0.6
67-
=======
68-
$ composer require coreui/coreui:2.0.4
69-
>>>>>>> a14b70d7ed6f4fbd99af9d867079549a2398c646
61+
$ composer require coreui/coreui:2.0.7
7062
```
7163

7264
## Usage
@@ -76,7 +68,7 @@ $ composer require coreui/coreui:2.0.4
7668
Copy-paste the stylesheet `<link>` into your `<head>` before all other stylesheets to load our CSS.
7769

7870
``` html
79-
<link rel="stylesheet" href="node_modules/@coreui/coreui/dist/css/coreui.min.css">
71+
<link rel="stylesheet" href="node_modules/@coreui/coreui-pro/dist/css/coreui.min.css">
8072
```
8173

8274
### JS
@@ -87,7 +79,7 @@ Many of our components require the use of JavaScript to function. Specifically,
8779
<script src="node_modules/jquery/dist/jquery.min.js"></script>
8880
<script src="node_modules/popper.js/dist/umd/popper.min.js"></script>
8981
<script src="node_modules/bootstrap/dist/js/bootstrap.min.js"></script>
90-
<script src="node_modules/@coreui/coreui/dist/js/coreui.min.js"></script>
82+
<script src="node_modules/@coreui/coreui-pro/dist/js/coreui.min.js"></script>
9183
```
9284

9385
## What's included
@@ -114,7 +106,7 @@ Editor preferences are available in the [editor config](https://github.com/coreu
114106

115107
## Versioning
116108

117-
For transparency into our release cycle and in striving to maintain backward compatibility,CoreUI Free Admin Template is maintained under [the Semantic Versioning guidelines](http://semver.org/).
109+
For transparency into our release cycle and in striving to maintain backward compatibility, CoreUI Free Admin Template is maintained under [the Semantic Versioning guidelines](http://semver.org/).
118110

119111
See [the Releases section of our project](https://github.com/coreui/coreui/releases) for changelogs for each release version.
120112

@@ -139,9 +131,3 @@ Get updates on CoreUI's development and chat with the project maintainers and co
139131
## Copyright and license
140132

141133
copyright 2018 creativeLabs Łukasz Holeczek.
142-
143-
## Support CoreUI Development
144-
145-
CoreUI is an MIT licensed open source project and completely free to use. However, the amount of effort needed to maintain and develop new features for the project is not sustainable without proper financial backing. You can support development by donating on [PayPal](https://www.paypal.me/holeczek), buying [CoreUI Pro Version](https://coreui.io/pro) or buying one of our [premium admin templates](https://genesisui.com/?support=1).
146-
147-
As of now I am exploring the possibility of working on CoreUI fulltime - if you are a business that is building core products using CoreUI, I am also open to conversations regarding custom sponsorship / consulting arrangements. Get in touch on [Twitter](https://twitter.com/lukaszholeczek).

0 commit comments

Comments
 (0)