Skip to content

Releases: coreui/coreui-free-vue-admin-template

v3-alpha.1

05 Mar 14:07
Compare
Choose a tag to compare
v3-alpha.1 Pre-release
Pre-release
v3-alpha.1
  • fix: add IE polyfills (fix IE compatibility)
  • refactor: many views changed due to rework of CCard component,
  • refactor: refresh views and fix smaller bugs

v3-alpha.0

25 Feb 14:58
Compare
Choose a tag to compare
v3-alpha.0 Pre-release
Pre-release
v3-alpha

This version has total refactor of all components, under the hood the template is brand new, so the migration from version 2 is not possible.

  • feat: replace bootstrap-vue components with coreui-vue components
  • feat: add new widgets,
  • feat: add radio CSwitch

v2.1.2

17 Jan 15:04
8fee20b
Compare
Choose a tag to compare
v2.1.2
  • chore: update @coreui/coreui to ^2.1.6
  • chore: update @coreui/vue to ^2.1.2
  • chore: update core-js to ^2.6.2
  • chore: update vue to ^2.5.22
  • chore: update vue-template-compiler to ^2.5.22

v2.1.1

09 Jan 13:05
85376f8
Compare
Choose a tag to compare
v2.1.1 maintenance release
  • chore: update @coreui/coreui to ^2.1.5
  • chore: update @coreui/vue to ^2.1.1
  • chore: update bootstrap to ^4.2.1
  • chore: update core-js to ^2.6.1
  • chore: update css-vars-ponyfill to ^1.16.2
  • chore: update vue to ^2.5.21
  • chore: update @vue/cli-plugin-babel to ^3.3.0
  • chore: update @vue/cli-plugin-e2e-nightwatch to ^3.3.0
  • chore: update @vue/cli-plugin-eslint to ^3.3.0
  • chore: update @vue/cli-plugin-unit-jest to ^3.3.0
  • chore: update @vue/cli-service to ^3.3.0
  • chore: update @vue/test-utils to ^1.0.0-beta.28
  • chore: update vue-template-compiler to ^2.5.21

v2.1.0

10 Dec 13:53
b9eedfd
Compare
Choose a tag to compare
  • feat(SidebarNav): navLink attributes - optional JS object with valid JS API naming:
    • attributes: rel, target, hidden, disabled, etc...
    • starting with @coreui/coreui ^2.1.4, @coreui/vue ^2.1.0
    • item example(./src/_nav.js):
{
  name: 'Disabled',
  url: '/disabled',
  icon: 'icon-ban',
  attributes: { disabled: true },
},
{
  name: 'Try CoreUI PRO',
  url: 'https://coreui.io/pro/react/',
  icon: 'cui-layers icons',
  variant: 'danger',
  attributes: { target: '_blank', rel: "noopener" },
},
  • test: e2e and snapshots update
  • chore: update @coreui/coreui to ^2.1.4
  • chore: update @coreui/vue to ^2.1.0
  • chore: update core-js to ^2.6.0
  • chore: update css-vars-ponyfill to ^1.15.3
  • chore: update vue to ^2.5.19
  • chore: update vue-router to `^3.0.2"
  • chore: update vue-template-compiler to ^2.5.19
  • chore: update @vue/cli-plugin-babel to ^3.2.0
  • chore: update @vue/cli-plugin-e2e-nightwatch to ^3.2.0
  • chore: update @vue/cli-plugin-eslint to ^3.2.1
  • chore: update @vue/cli-plugin-unit-jest to ^3.2.0
  • chore: update @vue/cli-service to ^3.2.0
  • chore: update @vue/test-utils to ^1.0.0-beta.27
  • chore: update node-sass to ^4.11.0

v2.0.3

13 Nov 14:51
Compare
Choose a tag to compare
v2.0.3
  • test(init): update Tables snapshot
  • test(e2e): add aside-menu-*-show testing
  • chore: update @coreui/coreui to 2.1.0
  • chore: update css-vars-ponyfill to 1.15.0
  • chore: update @vue/cli-plugin-babel to 3.1.1
  • chore: update @vue/cli-plugin-e2e-nightwatch to 3.1.1
  • chore: update @vue/cli-plugin-eslint to 3.1.5
  • chore: update @vue/cli-plugin-unit-jest to 3.1.1
  • chore: update @vue/cli-service to 3.1.4
  • chore: update node-sass to 4.10.0

v2.0.2

19 Oct 13:18
Compare
Choose a tag to compare
v2.0.2
  • refactor: extract random() to shared/utils
  • refactor: extract shuffleArray() to shared/utils
  • refactor: Tables pass items as props to Table
  • refactor: some views minor cleanup
  • tests(e2e): add some more test cases
  • tests(unit): add some more test cases and snapshots
  • chore: update @coreui/coreui to 2.0.20
  • chore: update chart.js to 2.7.3
  • chore: update @vue/cli-plugin-babel to 3.0.5
  • chore: update @vue/cli-plugin-e2e-nightwatch to 3.0.5
  • chore: update @vue/cli-plugin-eslint to 3.0.5
  • chore: update @vue/cli-plugin-unit-jest to 3.0.5
  • chore: update @vue/cli-service to 3.0.5
  • chore: update node-sass to 4.9.4

v2.0.1

04 Oct 16:27
20c8035
Compare
Choose a tag to compare
v2.0.1 mainly fixes some issues with rtl, ie11 and aside responsiveness
  • refactor(Modals): add spacing
  • refactor(BrandButtons): add spacing
  • chore: update @coreui/coreui to 2.0.14
  • chore: update @coreui/vue to 2.0.2
  • chore: update flag-icon-css to 3.2.0
  • chore: update @vue/cli-plugin-babel to 3.0.4
  • chore: update @vue/cli-plugin-e2e-nightwatch to 3.0.4
  • chore: update @vue/cli-plugin-eslint to 3.0.4
  • chore: update @vue/cli-plugin-unit-jest to 3.0.4
  • chore: update @vue/cli-service to 3.0.4
  • chore: update @vue/test-utils to 1.0.0-beta.25
  • chore: update babel-jest to 23.6.0
  • chore: update growl to 1.10.5
  • chore: update https-proxy-agent to 2.2.1

v2.0.0

30 Aug 13:43
bb59230
Compare
Choose a tag to compare
v2.0.0
  • chore: update @coreui/vue to 2.0.0
  • chore: update @coreui/icons to 0.3.0
  • refactor(CoreUIIcons): move to @coreui/icons v0.3.0
  • fix(Dashboard): SocialBoxChartExample height
  • fix(Widgets): SocialBoxChartExample height
  • fix(Widgets): Income widgets cols
  • test(unit): add test for User.vue
  • test: add jest config for coverage

v2.0.0-rc.0

21 Aug 13:26
2a0c286
Compare
Choose a tag to compare
v2.0.0-rc.0 Pre-release
Pre-release
v2.0.0-rc.0
  • test(unit): add some views testing
  • test(e2e): add testing for mobile sidebar-show
  • refactor: card headers margins
  • chore: update vue to 2.5.17
  • chore: update vue-template-compiler to 2.5.17
  • chore: update @vue/cli-plugin-babel to 3.0.1
  • chore: update @vue/cli-plugin-e2e-nightwatch to 3.0.1
  • chore: update @vue/cli-plugin-eslint to 3.0.1
  • chore: update @vue/cli-plugin-unit-jest to 3.0.1
  • chore: update @vue/cli-service to 3.0.1
  • chore: update @vue/test-utils to 1.0.0-beta.24
  • chore: update babel-jest to 23.4.2
  • chore: update node-sass to 4.9.3
  • chore: update sass-loader to 7.1.0
  • chore: update vue-chartjs to 3.4.0