Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
19.0.0 source code.tar.gz | 2025-06-19 | 25.7 MB | |
19.0.0 source code.zip | 2025-06-19 | 34.9 MB | |
README.md | 2025-06-19 | 2.0 kB | |
Totals: 3 Items | 60.6 MB | 7 |
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)