Releases: coreui/coreui-free-vue-admin-template
Releases · coreui/coreui-free-vue-admin-template
3.0.0-beta.1
3.0.0-beta.1
- documentation links fixed,
- minor fixes and refactors
3.0.0-beta.0
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
3.0.0-alpha.6
3.0.0-alpha.5
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
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
3.0.0-alpha.3
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
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
to1.0.0-beta.29
- update
node-sass
to^4.12.0
- update
vue-template-compiler
to^2.6.10
v2.1.3
v3-alpha.2
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