Skip to content

Commit 010c11a

Browse files
authored
Merge pull request #18 from coreui/dev-sync
v2.1.6
2 parents 3bb68bd + ec8f2c3 commit 010c11a

File tree

154 files changed

+8807
-1577
lines changed

Some content is hidden

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

154 files changed

+8807
-1577
lines changed

CHANGELOG.md

+21
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,24 @@
1+
## v2.1.6
2+
###### Dependencies update:
3+
- chore: update `bootstrap` to `^4.2.1`
4+
- chore: update `@babel/polyfill` to `^7.2.5`
5+
- chore: update `@babel/cli` to `^7.2.3`
6+
- chore: update `@babel/core` to `^7.2.2`
7+
- chore: update `@babel/preset-env` to `^7.2.3`
8+
- chore: update `autoprefixer` to `^9.4.5`
9+
- chore: update `eslint` to `^5.12.0`
10+
- chore: update `node-sass` to `^4.11.0`
11+
- chore: update `nodemon` to `^1.18.9`
12+
- chore: update `postcss-cli` to `^6.1.1`
13+
- chore: update `rimraf` to `^2.6.3`
14+
- chore: update `rollup` to `^0.68.2`
15+
- chore: update `rollup-plugin-babel` to `^4.3.0`
16+
- chore: update `stylelint-scss` to `^3.5.0`
17+
###### Pull Requests:
18+
- Re-added composer file
19+
- Re-added composer file so new versions can be downloaded via composer
20+
- Replaced relative paths in .scss files so files can be generated correctly
21+
122
## v2.1.4
223
- fix(scss): .sidebar .nav-link.disabled
324
- chore: update `@babel/cli` to `^7.2.0`

README.md

+2-2
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].6
5656
```
5757

5858
### Composer
5959

6060
``` bash
61-
$ composer require coreui/coreui:2.1.4
61+
$ composer require coreui/coreui:2.1.6
6262
```
6363

6464
## Usage

composer.json

+31
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
{
2+
"name": "coreui/coreui",
3+
"description": "Open Source UI Kit built on top of Bootstrap 4",
4+
"keywords": [
5+
"css",
6+
"js",
7+
"sass",
8+
"mobile-first",
9+
"responsive",
10+
"front-end",
11+
"framework",
12+
"web"
13+
],
14+
"homepage": "https://coreui.io",
15+
"authors": [
16+
{
17+
"name": "Łukasz Holeczek",
18+
"email": "[email protected]"
19+
}
20+
],
21+
"contributors": [
22+
{
23+
"name": "Andrzej Kopański",
24+
"email": "[email protected]"
25+
}
26+
],
27+
"support": {
28+
"issues": "https://github.com/coreui/coreui/issues"
29+
},
30+
"license": "MIT"
31+
}

0 commit comments

Comments
 (0)