v3.0.0-beta.1

First production-ready release of version 3! 💪

v2.1.5

  • fix(Forms): textarea is not textarea #161 - thanks @l2aelba
  • chore: lock bootstrap-vue to 2.0.0-rc.24
  • fix(Draggable): vue-resize add missing css, refactor
  • test: update snapshots
Read More…

v2.1.4

  • 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
Read More…

v2.1.4

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

v2.1.2

  • chore: update @coreui/coreui-pro 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
Read More…

v2.1.1

  • chore: update @coreui/coreui-pro to ^2.1.5
  • chore: update @coreui/vue to ^2.1.1
  • chore: update bootstrap to ^4.2.1
Read More…

v2.1.0

  • 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-pro to ^2.1.4
  • chore: update @coreui/vue to ^2.1.0
Read More…

v2.0.3

  • feat(Spinners): add missing spinners
  • chore: add spinkit v1.2.5 dependency
  • test(Spinners): add basic testing for Spinners
  • test(e2e): add some more testing
  • chore: update@coreui/coreui-pro to 2.1.0
  • chore: update@coreui/vue to 2.0.2
Read More…

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
Read More…

v2.0.1

  • refactor(Modals): add spacing
  • refactor(BrandButtons): add spacing
  • chore: update @coreui/coreui to 2.0.14
  • chore: update @coreui/vue to 2.0.2
Read More…
Subscribe to our newsletter
Get early information about new products, product updates and blog posts.