Skip to content

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

3.0.0-beta.1

21 Nov 12:36
Compare
Choose a tag to compare

3.0.0-beta.1

  • documentation links fixed,
  • minor fixes and refactors

3.0.0-beta.0

19 Nov 17:05
Compare
Choose a tag to compare
3.0.0-beta.0

First production-ready release of version 3! 💪

You can see the current documentation here: CoreUI Vue documentation site

3.0.0-alpha.6

25 Oct 17:08
Compare
Choose a tag to compare
3.0.0-alpha.6 Pre-release
Pre-release

3.0.0-alpha.6

3.0.0-alpha.5

21 Oct 15:07
Compare
Choose a tag to compare
3.0.0-alpha.5 Pre-release
Pre-release

3.0.0-alpha.5

Warning!
There is a bug in this release, to fix it change:

in src/main.js
import CoreuiVue from '@coreui/vue/dist/custom.common.js'
to
import CoreuiVue from '@coreui/vue'

3.0.0-alpha.4

08 Jul 18:19
Compare
Choose a tag to compare
3.0.0-alpha.4 Pre-release
Pre-release
3.0.0-alpha.4

Changelog:

Added library docs, see: https://coreui.io/vue/docs/3.0/components/

This release adjusts the template to new coreui-vue library version.

Check what's new in coreui-vue library: https://github.com/coreui/coreui-vue/releases/tag/3.0.0-alpha.4

v2.1.5

19 Jun 11:22
d7b960a
Compare
Choose a tag to compare
v2.1.5
  • fix(Forms): textarea is not textarea closes #161 - thanks @l2aelba
  • chore: lock bootstrap-vue to 2.0.0-rc.24

3.0.0-alpha.3

18 Jun 12:41
Compare
Choose a tag to compare
3.0.0-alpha.3 Pre-release
Pre-release
3.0.0-alpha.3

Changelog:

Styles

  • New styles of@coreui/coreui (v.3.0.0-alpha.12) introduced,
  • All CoreUI style classes prefixed by c- prefix,

Icons

  • Added javascript version of coreui-icons and CIcon component which enables the user to use svg icons,
  • Replace many external icons with coreui-icons,
  • Remove external icons except for Font Awesome brand icons and flag-icon-css library

Charts

  • Added coreui-vue-chartjs library and its implementations

Refactors

  • Refactor many views, bug fixes,
  • Removed unused dependencies,
  • Obsolete components and files removed,
  • Switch component no longer logs error,

v2.1.4

18 Jun 17:12
38fbae5
Compare
Choose a tag to compare
v2.1.4 maintenance release
  • fix(jest.config): babel-jest can't process import statement
  • chore(package.json): add missing repository url
  • refactor(DefaultContainer): SidebarToggler add defaultOpen prop example
  • test: update snapshots
  • chore: add ie polyfills
  • fix: extract b-card html header to slot
  • fix(Forms): remove deprecated horizontal props
  • refactor(Dropdowns): add spacings
  • chore(vue.config): add publicPath
dependencies update
  • update @coreui/coreui to ^2.1.12
  • update @coreui/coreui-plugin-chartjs-custom-tooltips to ^1.3.1
  • update bootstrap-vue to ^2.0.0-rc.24
  • update chart.js to ^2.8.0
  • update core-js to ^2.6.9
  • update css-vars-ponyfill to ^2.0.2
  • update flag-icon-css to ^3.3.0
  • update vue to ^2.6.10
  • update vue-chartjs to ^3.4.2
  • update vue-router to `^3.0.6"
  • update @vue/cli-plugin-babel to ^3.8.0
  • update @vue/cli-plugin-e2e-nightwatch to ^3.8.0
  • update @vue/cli-plugin-eslint to ^3.8.0
  • update @vue/cli-plugin-unit-jest to ^3.8.0
  • update @vue/cli-service to ^3.8.4
  • update @vue/test-utils to 1.0.0-beta.29
  • update node-sass to ^4.12.0
  • update vue-template-compiler to ^2.6.10

v2.1.3

04 Apr 11:22
3e8af24
Compare
Choose a tag to compare
v2.1.3
  • fix: change bootstrap-vue library to constant version (2.0.0-rc.11) to fix breaking changes from next versions and avoid future breaking changes
  • chore: update dependencies
  • chore: update test snapshots

v3-alpha.2

12 Mar 11:21
Compare
Choose a tag to compare
v3-alpha.2 Pre-release
Pre-release
v3-alpha.2

This release is introduced mainly to fix the error which occurred due to the wrong style imports.

  • fix: delete BV styles import,
  • refactor: change in alerts view due to CAlert component refactor,
  • refactor: clean widgets code duplicated in Dashboard and Widgets views