Skip to content

Releases: coreui/coreui-vue

v2.1.1

09 Jan 12:04
f5895ee
Compare
Choose a tag to compare
v2.1.1 maintenance release
  • update @vue/test-utils to ^1.0.0-beta.28
  • update eslint to ^5.12.0
  • update eslint-plugin-prettier to ^3.0.1
  • update eslint-plugin-vue to ^5.1.0
  • update husky to ^1.3.1
  • update vue to ^2.5.21
  • update vue-jest to ^3.0.2
  • update vue-loader to ^15.5.1
  • update vue-server-renderer to ^2.5.21
  • update vue-template-compiler to ^2.5.21
  • update jest-serializer-html to ^6.0.0
  • update rollup to ^0.68.2

v2.1.0

10 Dec 11:29
40c7e6f
Compare
Choose a tag to compare
v2.1.0
  • feat: sidebar nav-link attributes - optional JS object with valid JS API naming:
    • valid attributes: rel, target, hidden, disabled, etc...
    • item example:
...
{
  name: 'Try CoreUI PRO',
  url: 'https://coreui.io/pro/react/',
  icon: 'cui-layers icons',
  variant: 'danger',
  attributes: { target: '_blank', rel: "noopener" },
},
...
  • refactor(SidebarNav*): classes type [String, Array, Object]
  • test: update SidebarNavLabel, SidebarNavLink, SidebarNavDivider
  • refactor: rollup.config.js uglify()
  • chore: update jest.config.js
  • update @vue/test-utils to ^1.0.0-beta.27
  • update babel-plugin-dynamic-import-node to ^2.2.0
  • update eslint to ^5.10.0
  • update eslint-config-prettier to ^3.3.0
  • update eslint-plugin-html to ^5.0.0
  • update eslint-plugin-jest to ^22.1.2
  • update eslint-plugin-vue to ^5.0.0
  • update husky to ^1.2.0
  • update lint-staged to ^8.1.0
  • update node-sass to ^4.11.0
  • update prettier to ^1.15.3
  • update rollup to ^0.67.4
  • update rollup-plugin-commonjs to ^9.2.0
  • update rollup-plugin-filesize to ^5.0.1
  • update rollup-plugin-replace to ^2.1.0
  • update rollup-plugin-uglify to ^6.0.0
  • update vue to ^2.5.19
  • update vue-server-renderer to ^2.5.19
  • update vue-template-compiler to ^2.5.19
  • update vue-jest to ^3.0.1
  • update vue-router to ^3.0.2
  • update @coreui/coreui to ^2.1.4

v2.0.2

04 Oct 15:52
Compare
Choose a tag to compare
v2.0.2
  • fix(AsideToggler): add missing display { default:'lg' } prop value
  • fix(AsideToggler): add missing defaultOpen prop value handling
  • refactor(shared): add missing index.js

v2.0.1

03 Oct 16:42
Compare
Choose a tag to compare

v2.0.1

  • fix(SidebarNav): dirty fix for rtl ps scrolling issue
  • refactor(SidebarMinimizer): extract togglePs mixin
  • update @vue/test-utils to ^1.0.0-beta.25
  • update babel-eslint to ^10.0.1
  • update babel-jest to ^23.6.0
  • update eslint to ^5.6.1
  • update eslint-config-prettier to ^3.1.0
  • update eslint-plugin-html to ^4.0.6
  • update eslint-plugin-jest to ^21.24.1
  • update eslint-plugin-prettier to ^3.0.0
  • update husky to ^1.1.0
  • update jest to ^23.6.0
  • update lint-staged to ^7.3.0
  • update lodash to ^4.17.11
  • update prettier to ^1.14.3
  • update rollup-plugin-filesize to ^4.0.1
  • update rollup-plugin-json to ^3.1.0
  • update rollup-plugin-node-resolve to ^3.4.0
  • update vue-loader to ^15.4.2

v2.0.0

30 Aug 11:24
Compare
Choose a tag to compare
  • test: add missing unit tests
  • chore: dependencies update:
    • move from vue-test-utils to @vue/test-utils
    • update babel-eslint to v9.0.0
    • update babel-jest to v23.4.2
    • update babel-plugin-dynamic-import-node to v2.1.0
    • update eslint to v5.4.0
    • update eslint-config-prettier to v3.0.1
    • update eslint-plugin-html to v4.0.5
    • update eslint-plugin-import to v2.14.0
    • update eslint-plugin-jest to v21.22.0
    • update eslint-plugin-vue to v5.0.0-beta.3
    • update jest to v23.5.0
    • update jest-serializer-vue to v2.0.2
    • update lint-staged to v7.2.2
    • update node-sass to v4.9.3
    • update prettier to v1.14.2
    • update rollup-plugin-vue to v4.3.2
    • update sass-loader to v7.1.0
    • update vue to v2.5.17
    • update vue-loader to v15.4.1
    • update vue-router to v3.0.1
    • update vue-server-renderer to v2.5.17
    • update vue-template-compiler to v2.5.17

v2.0.0-rc.3

23 Jul 15:13
Compare
Choose a tag to compare
  • fix(Footer): remove hardcoded default slot

v2.0.0-rc.2

18 Jul 15:48
Compare
Choose a tag to compare
  • feat: sidebar hides on click outside mobile sidebar
  • chore: dependencies update

v2.0.0-rc.1

13 Jul 10:01
Compare
Choose a tag to compare
  • fix(Sidebar): add missing slots *Footer/*Form/*Header
  • chore: dependencies update

v2.0.0-rc.0

28 Jun 15:20
Compare
Choose a tag to compare

- refactor(Breadcrumb): filter routeRecords array, getName cleanup

  • add computed routeRecords - filter for name or meta.label
  • rename showName to getName & cleanup

- refactor(toggle-classes): add force toggle param

  • fixes SidebarToggler toggling on mount issue

- refactor: SidebarToggler, AsideToggler

  • add defaultOpen prop
  • add toggle force toggle param
  • cleanup
  • fixes SidebarToggler toggling on mount issue

v2.0.0-beta.2

06 Jun 14:59
Compare
Choose a tag to compare
v2.0.0-beta.2 Pre-release
Pre-release
Merge pull request #6 from coreui/dev-v2-beta-2

chore: dependencies cleanup