Skip to content

Releases: bithost-gmbh/ngx-mat-select-search

v7.0.6

27 Mar 07:27
adae46b
Compare
Choose a tag to compare
  • Enhancement: Add compatibility with @angular/material: ^18.0.0

v7.0.5

02 Nov 08:04
102a200
Compare
Choose a tag to compare
  • Fix select search should compare values of options for first item
    #445

    Thanks to @lorenzbaier

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

v7.0.4

08 Sep 07:23
a8d39cb
Compare
Choose a tag to compare
  • 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

v7.0.3

28 Aug 18:06
81c414d
Compare
Choose a tag to compare

v7.0.2

11 May 07:39
e83532d
Compare
Choose a tag to compare
  • Fix compatibility with @angular/material: ^16.0.0
    #425

    Thanks to @GipHub123 for reporting

v7.0.1

21 Mar 08:23
1a652d4
Compare
Choose a tag to compare
  • Enhancement: Add compatibility with @angular/material: ^16.0.0

v7.0.0

03 Dec 13:44
303107f
Compare
Choose a tag to compare
  • 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

v6.0.0

24 Nov 09:54
943cef5
Compare
Choose a tag to compare
  • 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

v5.0.0

08 Oct 12:27
fd6b0a5
Compare
Choose a tag to compare
  • 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

v4.2.1

19 Jul 06:20
b283239
Compare
Choose a tag to compare
  • Bugfix: Revert copying in mode multi so (selectionChange) works properly.
    #387

    Thanks to @angelaki for reporting