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 - v2.0.0-beta.6

Published by xidedix over 6 years ago

v2.0.0-beta.6
  • fix: typo DafaultAside to DefaultAside - thanks @DamianLion

  • feat(router): Users/User Details Breadcrumb example with /users/:id

  • refactor(router): add dynamic imports for Webpack code splitting

  • refactor: remove empty <style> sections from vue files

  • refactor(Pages): add b-form, b-form-input and autocomplete to Login

  • refactor(Pages): add b-form, b-form-input and autocomplete to Register

  • chore: update @coreui/coreui to 2.0.3

  • chore: update @vue/cli-plugin-babel to 3.0.0-rc.3

  • chore: update @vue/cli-plugin-e2e-nightwatch to 3.0.0-rc.3

  • chore: update @vue/cli-plugin-eslint to 3.0.0-rc.3

  • chore: update @vue/cli-plugin-unit-jest to 3.0.0-rc.3

  • chore: update @vue/cli-service to 3.0.0-rc.3

  • chore: update @vue/test-utils to 3.0.0-rc.3

  • chore: update babel-jest to 23.2.0

  • fix(temp): for Jest testMatch issue

coreui-free-vue-admin-template - v2.0.0-beta.5

Published by xidedix over 6 years ago

  • chore: move tooling to vue-cli v3.0.0-rc.2
  • refactor: move from static/img to public/img dir
  • refactor: move index.thml to public dir
  • refactor: move to Jest testing
  • tests: fix e2e, unit
coreui-free-vue-admin-template - v2.0.0-beta.4

Published by xidedix over 6 years ago

coreui-free-vue-admin-template - v2.0.0-beta.3

Published by xidedix over 6 years ago

  • fix(Dashboard): width card-line*-chart-example ie issue
  • refactor: getStyles() back to @coreui/coreui version ^2.0.2
coreui-free-vue-admin-template - v2.0.0-beta.2

Published by xidedix over 6 years ago

v2.0.0-beta.2

  • refactor: HeaderDropdown with new slots header and dropdown breaking change
  • chore: update @coreui/vue to 2.0.0-beta.1
  • chore: dependencies update
coreui-free-vue-admin-template - v2.0.0-beta.1

Published by xidedix over 6 years ago

coreui-free-vue-admin-template - v2.0.0-beta.0

Published by xidedix over 6 years ago

coreui-free-vue-admin-template - 2.0.0-alpha.1

Published by xidedix over 6 years ago

coreui-free-vue-admin-template - v1.0.13

Published by xidedix over 6 years ago

  • fix: rollback optimize-css-assets-webpack-plugin to ^3.2.0
  • refactor: App.vue scss/css imports cleanup
  • chore: dependencies update
coreui-free-vue-admin-template - v1.0.12

Published by xidedix over 6 years ago

  • refactor(Aside): b-tab title with icon issue
  • dependencies update
  • refactor(pages): <b-input-group-prepend>, <b-input-group-text>
  • refactor(dashboard): <b-form-radio-group>
  • fix(widgets): props spacing
  • refactor: router/index/ja minor tweaks
  • refactor: rename components c-aside, c-footer
  • refactor(breadcrumb): add :key prop
  • feat(forms): datepicker input <b-form-input type="date">
coreui-free-vue-admin-template - v1.0.11

Published by xidedix over 6 years ago

v1.0.11

refactor: project directory structure
update: vuejs-templates/webpack to 1.3.1
update: vue to 2.5.13
update: bootstrap-vue to 2.0.0-rc.1
chore: dependencies update

coreui-free-vue-admin-template - v1.0.10

Published by xidedix over 6 years ago

  • fix(scss): inline-body -> inline-block
  • fix(scss): input-group-addon -> input-group-prepend/append
  • fix(scss): input-group-btn -> input-group-prepend/append
  • fix(scss): input-group-prepend removed min-width
  • fix: className -> class
  • refactor: <b-input-group-prepend>
  • refactor: <b-input-group-append>
  • refactor: <b-input-group-text>
  • refactor: remove <b-input-group-button>
  • test: initial Dashboard unit test added
  • update: bootstrap-vue to 2.0.0-rc.1
  • update dependencies
coreui-free-vue-admin-template - v1.0.9

Published by xidedix over 6 years ago

v1.0.9

  • update: Bootstrap to v4.0.0
  • refactor: Sidebar structure change
  • test: initial e2e test added
coreui-free-vue-admin-template - v1.0.8

Published by xidedix almost 7 years ago

v1.0.8

  • update: Bootstrap version to 4.0.0-beta.3
  • fix: problems with wrong css classes in radio buttons
  • refactor: fa fa-font-awesome icon added
  • feat: svg flags
  • fix: badge display with position absolute
  • fix: disable sidebar-minimizer when sidebar-compact
  • feat: mobile sidebar link click closes the sidebar
  • fix(scss): nav-tabs nav-link cursor:pointer
  • fix: HeaderDropdown badge variant default to secondary
  • feat: some Bootstrap4 components added
coreui-free-vue-admin-template - v1.0.6-hotfix-1

Published by xidedix almost 7 years ago

fix(Dashboard): b-card no-body Internet Explorer SCRIPT1046 issue

SCRIPT1046: Multiple definitions of a property not allowed in strict mode

closes #37

coreui-free-vue-admin-template - v1.0.6

Published by xidedix almost 7 years ago

v1.0.6
  • refactor: raw html to b-row, b-col, b-card, b-button components
  • fix: Cards.vue: change variant="accent- to class="card-accent-
  • refactor: Modal's ok-button variants
  • refactor: forms with validation feedback
  • update: bootstrap-vue to 1.1.0 closes #28
  • update: to vue: 2.5.6
postponed changes from build v1.0.5
  • update: bootstrap-vue to 1.0.x
  • fix: use <b-form-radio-group> instead of <b-form-radio> breaking change 🔥
  • refactor: <b-table> bootstrap-vue component in Tables closes #24
  • refactor: extract Table component from Tables
  • refactor: <b-table> bootstrap-vue component in Switches #24
  • fix: add table-responsive-sm class to Tables closes #26
  • refactor: use component <b-navbar-nav> instead of deprecated prop is-nav-bar
  • fix: b-progress height property workaround (bootstrap-vue)
  • chore: dependencies update
coreui-free-vue-admin-template - v1.0.5

Published by mrholek almost 7 years ago

  • fix: mobile sidebar height
  • fix: use <b-form-radio-group> instead of <b-form-radio> breaking change 🔥
  • refactor: sidebar styles
coreui-free-vue-admin-template - v1.0.4

Published by mrholek almost 7 years ago

  • refactor: import Bootstrap 4 SCSS files from node_modules
  • fix: callouts styles
coreui-free-vue-admin-template - v1.0.3

Published by mrholek almost 7 years ago

  • update: Bootstrap version to v4.0.0-beta.2
  • update: vue-chartjs version to 3.0.0
  • refactor: Remove old SCSS variables
  • refactor: Breadcrumb Menu styles
  • fix: External links issue
  • fix: Mobile sidebar-nav height issue
coreui-free-vue-admin-template - v1.0.2

Published by mrholek about 7 years ago

  • Update Vue to 2.5.2
  • Update Vue Router to 3.0.0
  • Fix height and position problems with .fixed-footer
  • Fix mobile sidebar height
  • Fix mobile breadcrumb position with .fixed-breadcrumb
  • Add new navbar toggler icon
  • Update old bootstrap classes ex. hidden-sm-down