19.0.0 (2025-06-19)
This release bumps minimum required versions to Angular 20.0.0
Bug Fixes
- carousel: remove invalid
aria-activedescendant
(6ecb129) - datepicker: add missing attributes
aria-disabled
andaria-selected
(fab39cb) - modal: fix usage of modal in zoneless, by calling mark for check after update of modal options (afe98ee)
- pagination: put
aria-current
on link element instead of li for a11y (39dc037) - timepicker: wrong auto-setting of hour value (4137c60)
- tooltip: opening just after a close does not keep the tooltip open (bfee86d)
- tooltip: tooltip created after view destroyed (d9c96aa)
- typeahead: add aria-controls for accessibility (#4816)
- typeahead: set the value of typeahead's control to
null
instead ofundefined
when using the non-editable mode (daaa56d)
Features
- tooltip,popover: allow to keep tooltip/popover open when hovered if
closeDelay
is a positive number (8117bfa)