Coreui Angular Versions Save

CoreUI Components Library for Angular https://coreui.io/angular/docs/

5.0.3

4 weeks ago
5.0.3

@coreui/angular 5.0.3 @coreui/angular-chartjs 5.0.3 @coreui/icons-angular 5.0.3

  • chore(dependencies): update
  • test: add missing tests, refactor

Full Changelog: https://github.com/coreui/coreui-angular/compare/5.0.2...5.0.3

4.7.19

1 month ago
v4.7.19

@coreui/angular 4.7.19 @coreui/angular-chartjs 4.7.19 @coreui/icons-angular 4.7.19

  • chore(dependencies): update
  • downport from 5.0.2:
    • fix(icon): cIcon directive [name] binding does not refresh icon for Angular 17, refactor, closes #203, thanks @ProDInfo
    • test(icons-angular): update

Full Changelog: https://github.com/coreui/coreui-angular/compare/4.7.18...4.7.19

5.0.2

1 month ago
5.0.2

@coreui/angular 5.0.2 @coreui/angular-chartjs 5.0.2 @coreui/icons-angular 5.0.2

  • chore(dependencies): update
  • fix(icon): cIcon directive [name] binding does not refresh icon in angular 17 #203, refactor
  • test(icons-angular): update

Full Changelog: https://github.com/coreui/coreui-angular/compare/5.0.1...5.0.2

5.0.1

1 month ago
5.0.1

@coreui/angular 5.0.1 @coreui/angular-chartjs 5.0.1 @coreui/icons-angular 5.0.1

  • chore(dependencies): update
  • fix(color-mode.service): afterNextRender() for SSR
  • fix(local-storage.service): provide null for empty Storage.getItem() value

Full Changelog: https://github.com/coreui/coreui-angular/compare/5.0.0...5.0.1

4.7.18

1 month ago
v4.7.18

@coreui/angular 4.7.18 @coreui/angular-chartjs 4.7.18 @coreui/icons-angular 4.7.18

  • chore(dependencies): update

Full Changelog: https://github.com/coreui/coreui-angular/compare/4.7.17...4.7.18

5.0.0

1 month ago
5.0.0

@coreui/angular 5.0.0 @coreui/angular-chartjs 5.0.0 @coreui/icons-angular 5.0.0

  • chore(dependencies): update to Angular 17.3
  • chore(dependencies): update to CoreUI 5
  • refactor(sidebar): drop sidebar-toggler component, use directive instead, use control flow, use Input() transform
  • refactor(widget): update to v5
  • fix(tooltip): update offset for v5
  • refactor(toast): use Input() transform
  • feat(utilities): shadow-on-scroll directive
  • refactor(tabs): use Input() transform
  • refactor(table.type): Partial attributes
  • feat: ThemeDirective
  • feat(services): v5 color-mode, local-storage, in-memory-storage, script-injector
  • refactor(progress): add progress-stacked component, update testing, rewrite with signals
  • refactor(progress): add progress-bar props for simplified use with [value]
  • fix(popover): update offset for v5
  • refactor(placeholder): use Input() transform
  • refactor(offcanvas): use ThemeDirective composition for dark prop
  • refactor(navbar): colorScheme prop replaced with ThemeDirective composition
  • fix(row): row-cols-n for xs="n"
  • refactor(form-check-input): use Input() transform
  • refactor(dropdown): allow to select a dropdown-item with up/down arrows, testing update, use Input() transform
  • refactor(dropdown): implement FocusableOption interface for items
  • refactor(dropdown): use ThemeDirective composition for dark prop
  • refactor(collapse): use Input() transform
  • refactor(carousel): control flow, use Input() transform, ThemeDirective composition for dark prop
  • refactor(card): use TextColorDirective composition
  • refactor(button-close): deprecate white input prop, use ThemeDirective composition for dark prop
  • refactor(breadcrumb): cleanups, add routeSnapshot.title as fallback value, use control flow, use Input() transform
  • refactor(badge): update TextColors, use TextColorDirective composition
  • chore(backdrop.service): cleanup
  • refactor(avatar): update TextColors, use TextColorDirective composition, use control flow
  • refactor(alert): use Input() transform, use control flow
  • refactor(coreui.types): update to v5
  • refactor(accordion): use Input() transform
  • refactor(chartjs): update to ChartJS 4.x, types cleanup, use afterRender for SSR
  • refactor(icon): add afterNextRender for SSR, add aria-hidden attribute, improve testing
  • feat(utilities): TextBgColor directive
  • refactor(badge): improve background and text color handling with TextBgColor directive composition api
  • refactor(card): improve background and text color handling with TextBgColor directive composition api

Full Changelog: https://github.com/coreui/coreui-angular/compare/4.7.17...5.0.0

5.0.0-rc.1

1 month ago
v5.0.0-rc.1

@coreui/angular 5.0.0-rc.1 @coreui/angular-chartjs 5.0.0-rc.1 @coreui/icons-angular 5.0.0-rc.1

  • feat(utilities): TextBgColor directive
  • refactor(badge): improve background and text color handling with TextBgColor directive composition api
  • refactor(card): improve background and text color handling with TextBgColor directive composition api
  • chore(dependencies): update

Full Changelog: https://github.com/coreui/coreui-angular/compare/4.7.17...5.0.0-rc.1

4.7.17

2 months ago
v4.7.17

@coreui/angular 4.7.17 @coreui/angular-chartjs 4.7.17 @coreui/icons-angular 4.7.17

  • chore(dependencies): update to Angular 17.3

Full Changelog: https://github.com/coreui/coreui-angular/compare/4.7.16...4.7.17

5.0.0-rc.0

2 months ago
v5.0.0-rc.0

@coreui/angular 5.0.0-rc.0 @coreui/angular-chartjs 5.0.0-rc.0 @coreui/icons-angular 5.0.0-rc.0

  • chore(dependencies): update to Angular 17.3

Full Changelog: https://github.com/coreui/coreui-angular/compare/5.0.0-next.23...5.0.0-rc.0

5.0.0-next.23

2 months ago
v5.0.0-next.23

@coreui/angular 5.0.0-next.23 @coreui/angular-chartjs 5.0.0-next.23 @coreui/icons-angular 5.0.0-next.23

  • refactor(sidebar): drop sidebar-toggler component, use directive instead, use control flow, use Input() transform
  • refactor(widget): update to v5
  • fix(tooltip): update offset for v5
  • refactor(toast): use Input() transform
  • feat(utilities): shadow-on-scroll directive
  • refactor(tabs): use Input() transform
  • refactor(table.type): Partial attributes
  • feat: ThemeDirective
  • feat(services): v5 color-mode, local-storage, in-memory-storage, script-injector
  • refactor(progress): add progress-stacked component, update testing, rewrite with signals
  • refactor(progress): add progress-bar props for simplified use with [value]
  • fix(popover): update offset for v5
  • refactor(placeholder): use Input() transform
  • refactor(offcanvas): use ThemeDirective composition for dark prop
  • refactor(navbar): colorScheme prop replaced with ThemeDirective composition
  • fix(row): row-cols-n for xs="n"
  • refactor(form-check-input): use Input() transform
  • refactor(dropdown): allow to select a dropdown-item with up/down arrows, testing update, use Input() transform
  • refactor(dropdown): implement FocusableOption interface for items
  • refactor(dropdown): use ThemeDirective composition for dark prop
  • refactor(collapse): use Input() transform
  • refactor(carousel): control flow, use Input() transform, ThemeDirective composition for dark prop
  • refactor(card): use TextColorDirective composition
  • refactor(button-close): deprecate white input prop, use ThemeDirective composition for dark prop
  • refactor(breadcrumb): cleanups, add routeSnapshot.title as fallback value, use control flow, use Input() transform
  • refactor(badge): update TextColors, use TextColorDirective composition
  • chore(backdrop.service): cleanup
  • refactor(avatar): update TextColors, use TextColorDirective composition, use control flow
  • refactor(alert): use Input() transform, use control flow
  • refactor(coreui.types): update to v5
  • refactor(accordion): use Input() transform
  • refactor(chartjs): update to ChartJS 4.x, types cleanup, use afterRender for SSR
  • refactor(icon): add afterNextRender for SSR, add aria-hidden attribute, improve testing

Full Changelog: https://github.com/coreui/coreui-angular/compare/4.7.16...5.0.0-next.23