This release bumps minimum required versions to Angular 19.0.0
.
We have reviewed all components to make sure they are hydratable.
Please note that currently components using i18n
require the use of experimental withI18nSupport()
.
You can check more about the advantages of hydration in the Angular doc.
Bug Fixes
- accordion: respect
destroyOnHide
withOnPush
(5b64712) - toast: added correct
ariaLive
values (fc6007e) - accordion: fix hydration (3f3173a)
Features
- modal: add role option (46c00c6)
BREAKING CHANGES
ngbAccordionBody
converted from a Directive into a Component