Releases: bithost-gmbh/ngx-mat-select-search
Releases · bithost-gmbh/ngx-mat-select-search
v6.0.0
-
Add Angular Material 15 as a peer dependency
#408Thanks to @swierzbicki
-
Fix select all example #336
Thanks to @AhsanAyaz
-
Update compatibility to
@angular/material@15
withMatLegacySelectModule
(@angular/material/legacy-select
).
#395Breaking Change:
@angular/material
:<= 14
is not supported anymore, please use version5.0.0
.
See README.md#compatibility
v5.0.0
-
Enhancement: Accessibility Issue: screenreaders reading blank before each option.
#349Breaking Change: The
@Input() indexAndLengthScreenReaderText
became obsolete and was removed.Thanks to @escheiermann
-
Enhancement: Breaking Change Renamed misspelled
@Input() toogleAllCheckboxTooltipPosition
to@Input() toggleAllCheckboxTooltipPosition
.
#266Thanks to @bulldog98 for reporting