Ngx Mat Select Search Versions Save

Angular component providing an input field for searching / filtering MatSelect options of the Angular Material library.

7.0.6

1 month ago
  • Enhancement: Add compatibility with @angular/material: ^18.0.0

7.0.5

6 months ago
  • Fix select search should compare values of options for first item #445

    Thanks to @lorenzbaier

  • Enhancement: Add compatibility with @angular/material: ^17.0.0

7.0.4

8 months ago
  • Fix background issue with @angular/material: ^16.2.0 with toggle-all button #435

    Thanks to @ioanbin

  • Fix issue with setting the first active item #436

    Thanks to @Danevandy99

7.0.3

8 months ago
  • Fix background issue with @angular/material: ^16.2.0 #431

    Thanks to @chutzemischt and @akaNightmare

7.0.2

1 year ago
  • Fix compatibility with @angular/material: ^16.0.0 #425

    Thanks to @GipHub123 for reporting

7.0.1

1 year ago
  • Enhancement: Add compatibility with @angular/material: ^16.0.0

7.0.0

1 year ago
  • Update compatibility to @angular/material@15 with the MDC-based MatSelectModule (@angular/material/select). #412

    Thanks to @pureyoy and @swierzbicki

    Breaking Change: The MatLegacySelectModule (@angular/material/legacy-select) of @angular/material@15 is not supported anymore, please use version 6.0.0. See README.md#compatibility

6.0.0

1 year ago
  • Add Angular Material 15 as a peer dependency
    #408

    Thanks to @swierzbicki

  • Fix select all example #336

    Thanks to @AhsanAyaz

  • Update compatibility to @angular/material@15 with MatLegacySelectModule (@angular/material/legacy-select). #395

    Breaking Change: @angular/material: <= 14 is not supported anymore, please use version 5.0.0. See README.md#compatibility

5.0.0

1 year ago
  • Enhancement: Accessibility Issue: screenreaders reading blank before each option. #349

    Breaking Change: The @Input() indexAndLengthScreenReaderText became obsolete and was removed.

    Thanks to @escheiermann

  • Enhancement: Breaking Change Renamed misspelled @Input() toogleAllCheckboxTooltipPosition to @Input() toggleAllCheckboxTooltipPosition. #266

    Thanks to @bulldog98 for reporting

4.2.1

1 year ago
  • Bugfix: Revert copying in mode multi so (selectionChange) works properly. #387

    Thanks to @angelaki for reporting