@coreui/coreui-pro
Version:
UI Kit built on top of Bootstrap 4
378 lines (341 loc) • 14.6 kB
Markdown
## v2.1.14
- fix(scss): dark popover variables
###### Dependencies update:
- update `rollup` to `^1.15.4`
## v2.1.13
- fix(scss): hotfix for email dark
- fix(scss): hotfix for quill toolbar dark
###### Dependencies update:
- update `rollup` to `1.15.3`
- update `rollup-plugin-node-resolve` to `5.0.2`
## v2.1.12
- fix(scss): new mobile breakpoint variables
```scss
// Breakpoints for mobile defaults:
$breakpoint-mobile-up: lg !default;
$breakpoint-mobile-down: md !default;
```
usage: to shift mobile breakpoint in your template:
1. override `_variables.scss`
```scss
// Variable overrides
$breakpoint-mobile-up: md;
$breakpoint-mobile-down: sm;
```
2. and complementary changes in `index.html`
- body: `sidebar-lg-show` -> `sidebar-md-show`
- mobile sidebar toggler button: `d-lg-none` -> `d-md-none`
- sidebar toggler button:
- `d-md-down-none` -> `d-sm-down-none`
- `data-toggle="sidebar-lg-show"` -> `data-toggle="sidebar-md-show"`
###### Dependencies update:
- update `autoprefixer` to `^9.6.0`
- update `rollup` to `^1.15.1`
- update `stylelint` to `^10.1.0`
## v2.1.11
- fix(sidebar): add optional container `sidebar-scroll`. Thanks @MartijnBastiaansen
- fixes an issue where `sidebar-toggler` causes an error when there is no `sidebar-nav` element in it
- if no container is set, returns null for perfectScrollbar
###### Dependencies update:
- update `rollup` to `^1.13.1`
- update `stylelint-scss` to `^3.8.0`
## v2.1.10
- chore: drop `@babel/polyfill` in favour of `core-js@3` and `regenerator-runtime`
###### Dependencies update:
- update `@babel/polyfill` to `^7.4.4`
- update `@babel/cli` to `^7.4.4`
- update `@babel/core` to `^7.4.5`
- update `@babel/plugin-proposal-object-rest-spread` to `^7.4.4`
- update `@babel/plugin-transform-runtime` to `^7.4.4`
- update `@babel/preset-env` to `^7.4.5`
- update `autoprefixer` to `^9.5.1`
- update `babel-plugin-istanbul` to `^5.1.4`
- update `clean-css-cli` to `^4.3.0`
- update `eslint` to `^5.16.0`
- update `node-sass` to `^4.12.0`
- update `nodemon` to `^1.19.1`
- update `rollup` to `^1.13.0`
- update `stylelint-config-recommended-scss` to `^3.3.0`
- update `stylelint-config-standard` to `^18.3.0`
- update `stylelint-order` to `^2.2.1`
- update `stylelint-scss` to `^3.7.0`
- update `uglify-js` to `^3.6.0`
- update `eslint-plugin-compat` to `^3.1.1`
- update `rollup-plugin-commonjs` to `^10.0.0`
- update `rollup-plugin-node-resolve` to `^5.0.1`
- update `semver` to `^6.1.1`
- update `stylelint` to `^10.0.1`
- update `stylelint-order` to `^3.0.0`
## v2.1.9
- fix(dropdown): rtl caret spacing
- fix(input-group): rtl append, prepend border radius and margins
- fix(rtl): rtl float, margin and padding
- fix(button-group): rtl margin and border-radius
###### Dependencies update:
- update `@babel/core` to `^7.4.0`
- update `@babel/plugin-proposal-object-rest-spread` to `^7.4.0`
- update `@babel/plugin-transform-runtime` to `^7.4.0`
- update `@babel/preset-env` to `^7.4.2`
- update `autoprefixer` to `^9.5.0`
- update `eslint` to `^5.15.3`
- update `rollup` to `^1.7.0`
- update `uglify-js` to `^3.5.1`
## v2.1.8
- fix(scss): `cssnano` mangles `background-position` temp fix (re: BS4 misplaced validation feedback icons)
###### Dependencies update:
- update `@babel/core` to `^7.3.4`
- update `@babel/plugin-proposal-object-rest-spread` to `^7.3.4`
- update `@babel/plugin-transform-runtime` to `^7.3.4`
- update `@babel/preset-env` to `^7.3.4`
- update `autoprefixer` to `^9.4.10`
- update `eslint` to `^5.15.1`
- update `postcss-cli` to `^6.1.2`
- update `rollup` to `^1.6.0`
- update `rollup-plugin-commonjs` to `^9.2.1`
- update `rollup-plugin-node-resolve` to `^4.0.1`
- update `stylelint-order` to `^2.1.0`
- update `stylelint-scss` to `^3.5.4`
## v2.1.7
- update `bootstrap` to `^4.3.1` fixes *Class 'btn' style white-space: nowrap; has been removed creating issues with the btn with favicon* [#151](https://github.com/coreui/coreui-free-react-admin-template/issues/151)
###### Dependencies update:
- update `bootstrap` to `^4.3.1`
- update `@babel/core` to `^7.3.3`
- update `@babel/plugin-proposal-object-rest-spread` to `^7.3.2`
- update `@babel/preset-env` to `^7.3.1`
- update `autoprefixer` to `^9.4.8`
- update `babel-plugin-istanbul` to `^5.1.1`
- update `eslint` to `^5.14.1`
- update `eslint-plugin-compat` to `^2.7.0`
- update `nodemon` to `^1.18.10`
- update `rollup` to `^1.2.2`
- update `rollup-plugin-babel` to `^4.3.2`
- update `rollup-plugin-node-resolve` to `^4.0.0`
- update `stylelint` to `^9.10.1`
- update `stylelint-scss` to `^3.5.3`
- update `popper.js` to `^1.14.7`
## v2.1.6
###### Dependencies update:
- chore: update `bootstrap` to `^4.2.1`
- chore: update `@babel/polyfill` to `^7.2.5`
- chore: update `@babel/cli` to `^7.2.3`
- chore: update `@babel/core` to `^7.2.2`
- chore: update `@babel/preset-env` to `^7.2.3`
- chore: update `autoprefixer` to `^9.4.5`
- chore: update `eslint` to `^5.12.0`
- chore: update `node-sass` to `^4.11.0`
- chore: update `nodemon` to `^1.18.9`
- chore: update `postcss-cli` to `^6.1.1`
- chore: update `rimraf` to `^2.6.3`
- chore: update `rollup` to `^0.68.2`
- chore: update `rollup-plugin-babel` to `^4.3.0`
- chore: update `stylelint-scss` to `^3.5.0`
###### Pull Requests:
- Re-added composer file
- Re-added composer file so new versions can be downloaded via composer
- Replaced relative paths in .scss files so files can be generated correctly
## v2.1.4
- fix(scss): .sidebar .nav-link.disabled
- chore: update `@babel/cli` to `^7.2.0`
- chore: update `@babel/core` to `^7.2.0`
- chore: update `@babel/plugin-external-helpers` to `^7.2.0`
- chore: update `@babel/plugin-proposal-object-rest-spread` to `^7.2.0`
- chore: update `@babel/plugin-proposal-throw-expressions` to `^7.2.0`
- chore: update `@babel/plugin-transform-runtime` to `^7.2.0`
- chore: update `@babel/preset-env` to `^7.2.0`
- chore: update `autoprefixer` to `^9.4.2`
- chore: update `rollup` to `^0.67.4`
- chore: update `stylelint` to `^9.9.0`
- chore: update `stylelint-order` to `^2.0.0`
- chore: update `stylelint-scss` to `^3.4.1`
- chore: update `eslint` to `5.9.0`
- chore: update `node-sass` to `4.11.0`
- chore: update `nodemon` to `1.18.8`
## v2.1.3
- fix: update `nodemon` to `1.18.7` (vulnerability removed)
- fix: update `npm-run-all` to `^4.1.5` (vulnerability removed)
- chore: update `stylelint-order` to `2.0.0`
## v2.1.1
- fix(sidebar): `url("data:,")` turns into `url("'data:,'")`
now replaced with Base64 Encode of 1x1px Transparent gif, closes #49
1. `ie11` ignores `list-style:none` (ie11 rtl sidebar minimized issue)
2. `url("data:,")` turns into `url("'data:,'")` after minification
3. angular 7 cli build complains on `url("'data:,'")`
- chore: update `stylelint` to `9.8.0`
- chore: update `shelljs` to `0.8.3`
- chore: update `@babel/preset-env` to `7.1.6`
- chore: update `@babel/core` to `7.1.6`
- chore: update `eslint` to `5.9.0`
- chore: update `rollup` to `0.67.3`
## v2.1.0
- chore: update `@babel/cli` to `7.1.5`
- chore: update `@babel/core` to `7.1.5`
- chore: update `@babel/preset-env` to `7.1.5`
- chore: update `stylelint-scss` to `3.4.0`
---
- feat(scss): sidebar-nav-link-disabled
- chore: update `nodemon` to `1.18.6`
---
- fix(.sidebar-minimizer): add `cursor: pointer`
- feat: delegated event handlers to support turbolinks (sidebar, aside-menu)- thanks @RyanVasichko
- chore: update `node-sass` to `4.10.0`
- chore: update `rollup` to `0.67.0`
## v2.0.25
- chore: update `eslint-plugin-compat` to `2.6.3`
- fix(buttons.scss): remove `button { @extend .btn; }`
- fix(build): add missing `commonjs` for utilities
- chore: add `@babel/polyfill`
- fix(ie): add `NodeList` `forEach` polyfill
- fix(sidebar): add `dataset.toggle` ie10 fix
- fix(aside-menu): add `dataset.toggle` ie10 fix
- chore(build): add `rollup-plugin-commonjs`
- fix(buttons.scss): wrong cursor for disabled state
- chore: update `eslint` to `5.8.0`
- chore: update `nodemon` to `1.18.5`
- chore: update `stylelint` to `9.7.1`
- feat(sidebar): mobile clickout behaviour
- chore: update `@babel/plugin-external-helpers` to `7.0.0`
- chore: update `autoprefixer` to `9.3.1`
- chore: update `postcss-cli` to `6.0.1`
- chore: update `stylelint-scss` to `3.3.2`
## v2.0.20
- fix(layout): sidebar on mobile issue [#23](https://github.com/coreui/coreui-angular/issues/23)
- fix: sidebar, sidebar-minimizer `rtl` ie issues, tweaks
- refactor(sidebar.js): ps minor cleanup
- chore: update `autoprefixer` to `9.2.1`
- chore: update `postcss-cli` to `6.0.1`
## v2.0.19
- refactor: extract getCssCustomProperties function
- feat: add getColor function
- feat: sidebar set active using query string PR #21
- chore: update `node-sass` to `4.9.4`
- chore: update `eslint` to `5.7.0`
- chore: update `babel-plugin-istanbul` to `5.1.0`
- chore: update `semver` to `5.6.0`
- chore: update `autoprefixer` to `9.2.0`
## v2.0.18
- feat: add deep objects merge utility
- chore: build rollup utilities script cleanup
- fix(rgbToHex): transparent is not a valid rgb color ie issue
## v2.0.17
- fix(card): `rtl` for `card-header` icon margins
- fix(sidebar): `rtl` for `sidebar-minimizer` icon
- chore: update `rollup` to `0.66.6`
- thanks @MrDevIr
## v2.0.16
- fix(breadcrumb): `rtl` padding
- fix(card): `rtl` float for `card-header-actions`
- fix(sidebar): `rtl` ps scrollbar issue temp fix/refactor
- chore: update `rollup` to `0.66.5`
## v2.0.15
- feat(sidebar): `badge` margins for `nav-dropdown-toggle`
- chore: update `eslint-plugin-compat` to `2.6.2`
- chore: update `rollup` to `0.66.4`
## v2.0.14
- fix(scss): add missing `light-blue` color variable
## v2.0.13
- chore: update `@babel/core` to `7.1.2`
- chore: update `@babel/cli` to `7.1.2`
- chore: update `eslint` to `5.6.1`
## v2.0.12
- fix(layout) `aside` IE issue with `.main` margin on mobile
- fix(sidebar) `rtl` IE issue with `sidebar-minimized` captions
- fix(sidebar) `rtl` ps scrollbar issue temp fix
## v2.0.11
- fix(layout) `sidebar-fixed` IE issue with `.main` margin on mobile
- fix(sidebar) `sidebar-toggler` issue for `rtl`
- chore: update `babel-eslint` to `10.0.1`
- chore: update `stylelint` to `9.6.0`
## v2.0.10
- fix(_layout.scss) `navbar-brand` top position IE issue
- chore: update `babel-eslint` to `10.0.0`
## v2.0.9
- fix(sidebar) remove scrollbar when `sidebar-minimized`
- refactor(sidebar) extract `makeScrollbar()` and `destroyScrollbar()`
- chore: update `@babel/cli` to `7.1.0`
- chore: update `@babel/core` to `7.1.0`
- chore: update `@babel/plugin-transform-runtime` to `7.1.0`
- chore: update `@babel/preset-env` to `7.1.0`
- chore: update `copyfiles` to `2.1.0`
- chore: update `eslint` to `5.6.0`
- chore: update `rollup` to `0.66.2`
- chore: update `stylelint-scss` to `3.3.1`
## v2.0.8
- fix(sidebar) minimizing sidebar with bottom chevron does not allow to maximize it again #404
- fix(sidebar) show scrollbar after height change #419
## v2.0.7
- fix(sidebar) mobile sidebar not dismissed on link click
- chore: update `bootstrap` to `4.1.3`
- chore: update `@babel/cli` to `7.0.0`
- chore: update `@babel/core` to `7.0.0`
- chore: update `@babel/plugin-proposal-object-rest-spread` to `7.0.0`
- chore: update `@babel/plugin-proposal-throw-expressions` to `7.0.0`
- chore: update `@babel/plugin-transform-runtime` to `7.0.0`
- chore: update `@babel/preset-env` to `7.0.0`
- chore: update `autoprefixer` to `9.1.5`
- chore: update `babel-eslint` to `9.0.0`
- chore: update `babel-plugin-istanbul` to `5.0.1`
- chore: update `clean-css-cli` to `4.2.1`
- chore: update `eslint` to `5.5.0`
- chore: update `eslint-plugin-compat` to `2.5.1`
- chore: update `node-sass` to `4.9.3`
- chore: update `nodemon` to `1.18.4`
- chore: update `postcss-cli` to `6.0.0`
- chore: update `rollup` to `0.65.0`
- chore: update `rollup-plugin-babel` to `4.0.3`
- chore: update `rollup-plugin-node-resolve` to `3.4.0`
- chore: update `semver` to `5.5.1`
- chore: update `stylelint` to `9.5.0`
- chore: update `stylelint-order` to `1.0.0`
- chore: update `stylelint-scss` to `3.3.0`
- chore: update `uglify-js` to `3.4.9`
## v2.0.6
- fix(sidebar) static mobile sidebar not dismissed on link click
## v2.0.5
- fix(sidebar) mobile sidebar not dismissed on link click #409
- chore: update `bootstrap` to `4.1.3`
- chore: update `@babel/cli` to `7.0.0`
- chore: update `@babel/core` to `7.0.0`
- chore: update `@babel/plugin-proposal-object-rest-spread` to `7.0.0`
- chore: update `@babel/plugin-proposal-throw-expressions` to `7.0.0`
- chore: update `@babel/plugin-transform-runtime` to `7.0.0`
- chore: update `@babel/preset-env` to `7.0.0`
- chore: update `autoprefixer` to `9.1.5`
- chore: update `babel-eslint` to `9.0.0`
- chore: update `babel-plugin-istanbul` to `5.0.1`
- chore: update `clean-css-cli` to `4.2.1`
- chore: update `eslint` to `5.5.0`
- chore: update `eslint-plugin-compat` to `2.5.1`
- chore: update `node-sass` to `4.9.3`
- chore: update `nodemon` to `1.18.4`
- chore: update `postcss-cli` to `6.0.0`
- chore: update `rollup` to `0.65.0`
- chore: update `rollup-plugin-babel` to `4.0.3`
- chore: update `rollup-plugin-node-resolve` to `3.4.0`
- chore: update `semver` to `5.5.1`
- chore: update `stylelint` to `9.5.0`
- chore: update `stylelint-order` to `1.0.0`
- chore: update `stylelint-scss` to `3.3.0`
- chore: update `uglify-js` to `3.4.9`
## v2.0.4
- **Refactor: SCSS Variables**
- Update: @babel/cli to 7.0.0-beta.53
- Update: @babel/core to 7.0.0-beta.53
- Update: @babel/plugin-proposal-object-rest-spread to 7.0.0-beta.53
- Update: @babel/plugin-proposal-throw-expressions to 7.0.0-beta.53
- Update: @babel/plugin-transform-runtime to 7.0.0-beta.53
- Update: @babel/preset-env to 7.0.0-beta.53
- Update: autoprefixer to 8.6.5
- Update: babel-eslint to 8.2.6
- Update: bootstrap to 4.1.2
- Update: cross-env to 5.2.0
- Update: eslint to 5.1.0
- Update: eslint-plugin-compat to 2.5.0
- Update: node-sass to 4.9.2
- Update: nodemon to 1.18.1
- Update: postcss-cli to 5.0.1
- Update: rollup to 0.62.0
- Update: rollup-plugin-babel to 3.0.7
- Update: shx to 0.3.2
- Update: stylelint to 9.3.0
- Update: stylelint-scss to 3.1.3
- Update: uglify-js to 3.4.4