Skip to content

Releases: coreui/coreui-vue

3.0.0-beta.2

21 Nov 12:05
Compare
Choose a tag to compare

3.0.0-beta.2

3.0.0-beta.1

21 Nov 09:02
Compare
Choose a tag to compare

3.0.0-beta.1

3.0.0-beta.0

19 Nov 15:58
Compare
Choose a tag to compare
3.0.0-beta.0

First production-ready release of version 3! 💪

You can see the current library documentation here: CoreUI Vue documentation site

3.0.0-alpha.8

18 Nov 10:22
Compare
Choose a tag to compare
3.0.0-alpha.8 Pre-release
Pre-release

3.0.0-alpha.8

3.0.0-alpha.7

07 Nov 17:07
Compare
Choose a tag to compare
3.0.0-alpha.7 Pre-release
Pre-release

3.0.0-alpha.7

3.0.0-alpha.6

25 Oct 16:45
Compare
Choose a tag to compare
3.0.0-alpha.6 Pre-release
Pre-release

3.0.0-alpha.6

3.0.0-alpha.5

21 Oct 13:32
Compare
Choose a tag to compare
3.0.0-alpha.5 Pre-release
Pre-release

3.0.0-alpha.5

3.0.0-alpha.4

08 Jul 17:47
Compare
Choose a tag to compare
3.0.0-alpha.4 Pre-release
Pre-release
3.0.0-alpha.4

Changelog:

Added library docs, see: The documentation site

Sidebar components rework

  • allow managing sidebar state by props,
  • detect if the sidebar is in mobile mode by elementResizeDetector
  • separate mobile and desktop sidebar state,
  • listen for closing click only in mobile mode (performance),
  • replace 'display' prop with 'breakpoint',
  • add noHideOnMobileClick which disabled sidebar closing mechanism
    in mobile mode

Widgets components rework

  • CWidgetSmallText renamed to CWidgetHeaderDetails
  • CWidgetSocial renamed to CWidgetBrand
  • Added additional header and footer slots to most Widgets
  • Make functional widgets stateful
  • Delete default texts in props, now when props are not passed node is not rendered
  • change default variants to primary

CToast and CToaster refactor

  • enable CToast display manipulation by 'show' prop,
  • fix props inheritance,
  • remove broken animation system (to rework),
  • add min-width to toast and toaster,
  • fix z-index

Other refactors, bug fixes

  • CProgress: fix props inheritance,
  • CImageLazy: add loadInitially prop, refactor props, fix offset,
  • CCarouselItem: delete imgSrc prop, change image prop behavior,
  • CFormFile: reduce custom prop to boolean, and add new placeholder property,
  • change default variant prop to primary in many components
  • Refactor of CAlert, CPagination,
  • other minor refactors and bug fixes

For extended component description check out our documentation site!

3.0.0-alpha.3

18 Jun 12:27
Compare
Choose a tag to compare
3.0.0-alpha.3 Pre-release
Pre-release
3.0.0-alpha.3

Changelog:

Styles added to components

  • Styles are added to components by default,
  • Styling classes have 'c-' prefixes so user defined styles should not collide with CoreUI styling.
  • If you use many components it is better for bundle size to import @coreui/coreui (v.3.0.0-alpha.12) styles library separately, and use components from custom package without styles. Custom package is available on @coreui/vue/dist/custom.common.js path. You can also customize coreui scss variables if you import @coreui/coreui separately.
  • You can override style classes used by components, styles in components are not scoped.

Added new build packages

  • Available esm build packed by rollup,
  • Available custom build, which doesn't contain @coreui/coreui (v.3.0.0-alpha.12) styles

Many refactors, updates and bug fixes

  • Refactor of CTable, CPagination, CImage, CImageLazy, CMedia, CTabs, CCarousel and others,
  • Obsolete components and files removed, Switch component no longer logs error,
  • Chart components moved to the coreui-vue-chartjs library which significantly lowers bundle size

v3-bridge-alpha.2

06 Mar 13:00
Compare
Choose a tag to compare
v3-bridge-alpha.2 Pre-release
Pre-release
v3-bridge-alpha.2

This is fix release for v3-bridge-alpha.1 version.

  • Added current built files,
  • Added needed dependency vue-perfect-scrollbar,
  • Fixed existing tests