Skip to content

Releases: coreui/coreui-pro

v2.1.6

15 Jan 11:32
Compare
Choose a tag to compare

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

11 Dec 13:20
3bb68bd
Compare
Choose a tag to compare

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

27 Nov 14:26
ef46554
Compare
Choose a tag to compare

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

20 Nov 15:08
2e642e6
Compare
Choose a tag to compare

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

08 Nov 15:17
8449351
Compare
Choose a tag to compare
v2.1.0 Pre-release
Pre-release

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

03 Nov 18:57
e2300f2
Compare
Choose a tag to compare
  • 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

22 Oct 21:16
045f012
Compare
Choose a tag to compare

v2.0.20

  • fix(layout): sidebar on mobile issue #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

16 Oct 10:50
Compare
Choose a tag to compare

v2.0.19

  • refactor: extract getCssCustomProperties function
  • feat: add getColor function
  • feat: sidebar set active using query string
  • feat: add deep objects merge utility
  • feat(sidebar): badge margins for nav-dropdown-toggle
  • fix(rgbToHex): transparent is not a valid rgb color ie issue
  • fix(card): rtl for card-header icon margins
  • fix(sidebar): rtl for sidebar-minimizer icon
  • fix(breadcrumb): rtl padding
  • fix(card): rtl float for card-header-actions
  • fix(sidebar): rtl ps scrollbar issue temp fix/refactor

  • chore: build rollup utilities script cleanup
  • chore: update node-sass to 4.9.4
  • chore: update eslint to 5.7.0
  • chore: update eslint-plugin-compat to 2.6.2
  • chore: update babel-plugin-istanbul to 5.1.0
  • chore: update semver to 5.6.0
  • chore: update autoprefixer to 9.2.0
  • chore: update rollup to 0.66.6

v2.0.14

01 Oct 17:52
b71e52d
Compare
Choose a tag to compare

v2.0.14

  • fix(scss): add missing light-blue color variable

v2.0.13

01 Oct 16:53
9af5c2d
Compare
Choose a tag to compare

v2.0.13 pro

  • fix(scss): add missing light-blue color variable
  • chore: update @babel/core to 7.1.2
  • chore: update @babel/cli to 7.1.2
  • chore: update eslint to 5.6.1