|
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` |
2 | 74 |
|
| 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 |
3 | 87 | - **Feat: Add pug support**
|
4 | 88 | - Update: @coreui/coreui-icons to 0.3.0
|
5 | 89 | - Update: @coreui/coreui to 2.0.3
|
|
0 commit comments