Skip to content

v16.0.0 - Angular 16.2 / Boostrap 5.2- May 17,2024

Latest
Compare
Choose a tag to compare
@phalgunipradh phalgunipradh released this 17 May 15:39
· 6 commits to master since this release

Breaking Changes

  • Removed all old Bootstrap 4 classes, be sure to replace all Bootstrap 4 classes in your application, refer to the migration guide on the Design System version 7.0.0 below and the Bootstrap 5.2 migration guide
  • Removed .label-allcaps class, replace with .form-label
  • Removed .link-icon class, replace with me-2
  • Removed button spacing css which added margin to the left of a series of buttons. This was problematic with button groups, paging buttons, etc. Per the Bootstrap documentation, use display flex with a gap class, such as
    on the element wrapping a group of buttons. Note that modal footers have this spacing applied by default. See the modal demos for an example.
  • Links are underlined by default for accessibility, the .a11y-accessible class to add an underline is removed, use the Bootstrap .text-decoration-none class to remove the underline on a link if needed.
  • Removed unused mapping point-of-interst (poi) icons and font
  • Removed unused canvas objects css

ng-bootstrap

  • Accordions changed to use directives instead of components, see the ng-bootstrap documentation for details

PrimeNG

  • p-table should use the tableStyleClass="table" input for proper table styling. Additional Bootstrap classes can be applied for hover, stripe, etc. The p-table css is deprecated and will be removed in the next version, see the tables page for examples.
  • p-table sort icons are styled in the css, the ... can be removed.