coreui-free-vue-admin-template

Open source admin template based on Bootstrap 5 and Vue 3

MIT License

Stars
3.2K
Committers
13

Bot releases are hidden (Show)

coreui-free-vue-admin-template - 3.0.0-alpha.6

Published by woothu almost 5 years ago

3.0.0-alpha.6

coreui-free-vue-admin-template - 3.0.0-alpha.5

Published by woothu almost 5 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'

coreui-free-vue-admin-template - 3.0.0-alpha.4

Published by woothu over 5 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

coreui-free-vue-admin-template - v2.1.5

Published by xidedix over 5 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
coreui-free-vue-admin-template - v2.1.4

Published by xidedix over 5 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
coreui-free-vue-admin-template - 3.0.0-alpha.3

Published by woothu over 5 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,
coreui-free-vue-admin-template - v2.1.3

Published by woothu over 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
coreui-free-vue-admin-template - v3-alpha.2

Published by woothu over 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
coreui-free-vue-admin-template - v3-alpha.1

Published by woothu over 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
coreui-free-vue-admin-template - v3-alpha.0

Published by woothu over 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
coreui-free-vue-admin-template - v2.1.2

Published by xidedix almost 6 years ago

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
coreui-free-vue-admin-template - v2.1.1

Published by xidedix almost 6 years ago

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
coreui-free-vue-admin-template - v2.1.0

Published by xidedix almost 6 years ago

  • 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
coreui-free-vue-admin-template - v2.0.3

Published by xidedix almost 6 years ago

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
coreui-free-vue-admin-template - v2.0.2

Published by xidedix about 6 years ago

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
coreui-free-vue-admin-template - v2.0.1

Published by xidedix about 6 years ago

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
coreui-free-vue-admin-template - v2.0.0

Published by xidedix about 6 years ago

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
coreui-free-vue-admin-template - v2.0.0-rc.0

Published by xidedix about 6 years ago

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
coreui-free-vue-admin-template - v2.0.0-beta.13

Published by xidedix about 6 years ago

v2.0.0-beta.13
  • fix(jest.config.js): solves - SecurityError: localStorage is not available for opaque origins
  • chore: update bootstrap to 4.1.3
  • chore: update @vue/cli-plugin-babel to 3.0.0-rc.7
  • chore: update @vue/cli-plugin-e2e-nightwatch to 3.0.0-rc.7
  • chore: update @vue/cli-plugin-eslint to 3.0.0-rc.7
  • chore: update @vue/cli-plugin-unit-jest to 3.0.0-rc.7
  • chore: update @vue/cli-service to 3.0.0-rc.7
coreui-free-vue-admin-template - v2.0.0-beta.7

Published by xidedix about 6 years ago

v2.0.0-beta.7
  • refactor(Footer): move default footer to the template
  • fix(Footer): IE sticky footer issue
  • chore: update @coreui/vue to 2.0.0-rc.3
  • chore: update bootstrap to 4.1.2
  • chore: update @coreui/coreui to 2.0.4
  • chore: update @vue/cli-plugin-babel to 3.0.0-rc.5
  • chore: update @vue/cli-plugin-e2e-nightwatch to 3.0.0-rc.5
  • chore: update @vue/cli-plugin-eslint to 3.0.0-rc.5
  • chore: update @vue/cli-plugin-unit-jest to 3.0.0-rc.5
  • chore: update @vue/cli-service to 3.0.0-rc.5
  • chore: update @vue/test-utils to 1.0.0-beta.21
  • chore: update babel-jest to 23.4.0
  • chore: update node-sass to 4.9.2