This release bumps minimum required versions to Angular 18.0.0
.
We do not officially support provideExperimentalZonelessChangeDetection()
yet, it will come in a future minor release. Please remember this an experimental API, follow #4709 and open new issues if you find any problems.
Signal support will come later, most likely in the next major release.
Bug Fixes
- datepicker: track weekdays by $index (#4712) (ca1028d)
- datepicker: track weekdays by index to avoid clashes (7c693d6)
- datepicker: type of ngAcceptInputType_weekdays (5ad11bb)
- pagination: track page by index since -1 can be there twice (1d190a8)
- timepicker: get period from angular formatDate (56b0368)
- typeahead track by index in NgbHighlight (#4707) (2085265), closes #4705
- typeahead: track results by index in NgbTypeahead (#4711) (fa8aba9), closes #4702