Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 9f75ae8

Browse files
authoredOct 25, 2018
Merge branch 'master' into fix-missing-dependency
2 parents 0d67dfc + b3f909c commit 9f75ae8

Some content is hidden

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

75 files changed

+5850
-7737
lines changed
 

‎.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
/.idea
2+
/.vs
23
node_modules
34
dist

‎CHANGELOG.md

Lines changed: 85 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,89 @@
1-
## v2.1.0
1+
## v2.1.6
2+
- fix(cards): smooth collapse card - thanks @MartijnBastiaansen #378
3+
- fix(header): migrate `.divider` to `.dropdown-divider` - thanks @vanam #406
4+
- chore: build/change-version cleanup
5+
- docs(readme): fix broken hyperlinks to 6 versions
6+
- update: `@coreui/coreui` to `2.0.19`
7+
- fix: `transparent` is not a valid rgb color ie issue
8+
- fix(card): rtl for card-header icon margins
9+
- fix(sidebar): rtl for sidebar-minimizer icon
10+
- fix(breadcrumb): rtl padding
11+
- fix(card): rtl float for card-header-actions
12+
- fix(sidebar): rtl ps scrollbar issue temp fix/refactor
13+
- feat(sidebar) badge margins for nav-dropdown-toggle
14+
- fix(scss): add missing light-blue color variable
15+
- update: `chart.js` to `2.7.3`
16+
- update: `core-js` to `2.5.7`
17+
- update: `autoprefixer` to `9.2.0`
18+
- update: `browser-sync` to `2.26.3`
19+
- update: `eslint` to `5.7.0`
20+
- update: `eslint-plugin-compat` to `2.6.2`
21+
- update: `js-beautify` to `1.8.7`
22+
- update: `node-sass` to `4.9.4`
23+
24+
## v2.1.5
25+
- update: `@coreui/coreui` to `2.0.12`
26+
- fix(layout) aside IE issue with .main margin on mobile
27+
- fix(sidebar) rtl IE issue with sidebar-minimized captions
28+
- fix(sidebar) rtl ps scrollbar issue temp fix
29+
- update: `@babel/cli` to `7.1.2`
30+
- update: `@babel/core` to `7.1.2`
31+
- update: `eslint to `5.6.1`
32+
- update: `foreach-cli` to `1.8.1`
33+
34+
## v2.1.4
35+
- feat(basic-forms): add missing `date-input`
36+
- update: `@coreui/coreui` to `2.0.11` fixes some IE11 and `rtl` issues
37+
- chore: update `babel-eslint` to `10.0.1`
38+
- chore: update `stylelint` to `9.6.0`
39+
40+
## v2.1.3
41+
- fix(sidebar.pug): split icons/flags `li.nav-item`
42+
- update: `@coreui/coreui` to `2.0.9`
43+
- update: `flag-icon-css` to `3.2.0`
44+
- update: `@babel/cli` to `7.1.0`
45+
- update: `@babel/core` to `7.1.0`
46+
- update: `@babel/preset-env` to `7.1.0`
47+
- update: `eslint` to `5.6.0`
48+
- update: `js-beautify` to `1.8.6`
49+
- update: `stylelint-scss` to `3.3.1`
50+
51+
## v2.1.2
52+
- Update: `@coreui/coreui` to `2.0.6`
53+
- Update: `bootstrap` to `4.1.3`
54+
- Update: `popper.js` to `1.14.4`
55+
- Update: `@babel/cli` to `^7.0.0`
56+
- Update: `@babel/core` to `^7.0.0`
57+
- Update: `@babel/plugin-proposal-object-rest-spread` to `^7.0.0`
58+
- Update: `@babel/preset-env` to `^7.0.0`
59+
- Update: `autoprefixer` to `^9.1.5`
60+
- Update: `babel-eslint` to `^9.0.0`
61+
- Update: `browser-sync` to `^2.24.7`
62+
- Update: `clean-css-cli` to `^4.2.1`
63+
- Update: `copyfiles` to `^2.1.0`
64+
- Update: `cross-env` to `^5.2.0`
65+
- Update: `eslint` to `^5.5.0`
66+
- Update: `eslint-plugin-compat` to `^2.5.1`
67+
- Update: `node-sass` to `^4.9.3`
68+
- Update: `nodemon` to `^1.18.4`
69+
- Update: `postcss-cli` to `^6.0.0`
70+
- Update: `shelljs` to `^0.8.2`
71+
- Update: `stylelint` to `^9.5.0`
72+
- Update: `stylelint-order` to `^1.0.0`
73+
- Update: `stylelint-scss` to `^3.3.0`
274

75+
## v2.1.1
76+
- Update: @coreui/coreui to 2.0.3
77+
- Update: @babel/cli to 7.0.0-beta.53
78+
- Update: @babel/core to 7.0.0-beta.53
79+
- Update: @babel/plugin-proposal-object-rest-spread to 7.0.0-beta.53
80+
- Update: @babel/preset-env to 7.0.0-beta.53
81+
- Update: babel-eslint to 8.2.6
82+
- Update: bootstrap to 4.1.2
83+
- Update: eslint-plugin-compat to 2.5.0
84+
- Update: nodemon to 1.18.1
85+
86+
## v2.1.0
387
- **Feat: Add pug support**
488
- Update: @coreui/coreui-icons to 0.3.0
589
- Update: @coreui/coreui to 2.0.3

0 commit comments

Comments
 (0)
Please sign in to comment.