Coreui Free Vue Admin Template Versions Save

Open source admin template based on Bootstrap 5 and Vue 3

3.0.0-alpha.6

4 years ago

3.0.0-alpha.6

3.0.0-alpha.5

4 years ago

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

4 years ago
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

4 years ago
v2.1.5
  • fix(Forms): textarea is not textarea closes #161 - thanks @l2aelba
  • chore: lock bootstrap-vue to 2.0.0-rc.24

v2.1.4

4 years ago
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

3.0.0-alpha.3

4 years ago
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.3

5 years ago
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

5 years ago
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

v3-alpha.1

5 years ago
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

5 years ago
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