Skip to content

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

v3.3.3

12 Nov 08:34
Compare
Choose a tag to compare
  • Enhancement: Document compatibility with @angular/core: ^13.0.0, @angular/material: ^13.0.0 in README.md

    Thanks to @meta72

v3.3.2

06 Nov 17:34
Compare
Choose a tag to compare
  • Enhancement: Add compatibility with @angular/core: ^13.0.0, @angular/material: ^13.0.0

v3.3.0

19 May 12:00
8cb8112
Compare
Choose a tag to compare
  • Enhancement: Add option to restore selected items using infinity-scroll
    #320

    Thanks to @angelaki

v3.2.2

17 May 12:07
3eddf2b
Compare
Choose a tag to compare
  • Enhancement: Update peerDependencies in package.json for compatibility with @angular/core: ^12.0.0, @angular/material: ^12.0.0

v3.2.1

17 May 12:06
012dc73
Compare
Choose a tag to compare
  • Enhancement: Add compatibility with @angular/core: ^12.0.0, @angular/material: ^12.0.0

  • Enhancement: Improve select all example

    Thanks to @achilehero

v3.2.0

15 Dec 12:19
e35b16f
Compare
Choose a tag to compare
  • Feature: allow disabling the clear search button with [hideClearSearchButton]="true"
    #290

    Thanks to @vlio20

v3.1.4

17 Nov 12:59
4829ffd
Compare
Choose a tag to compare
  • Fix: null-pointer exception if no form control directive on mat-select
    #281

    Thanks to @Daishy for reporting

v3.1.3

16 Nov 10:24
4873efd
Compare
Choose a tag to compare
  • Fix: incorrect restoration of selection when using [multiple]="true"
    #279

    Thanks to @broekema41

v3.1.2

23 Oct 16:04
3b37859
Compare
Choose a tag to compare
  • Fix: incorrect restoration of selection when using [multiple]="true" and no initial selection prior to filtering
    #270

    Thanks to @pranavneeraj for reporting

v3.1.1

17 Oct 14:44
cf7f434
Compare
Choose a tag to compare
  • Enhancement: Add compatibility with @angular/core: ^11.0.0, @angular/material: ^11.0.0

  • Fix: set first item active if no item is active after filtering
    #263

    Thanks to @Ayoubane for reporting

  • Fix: in multi select mode after enter the search is not focused
    #265

    Thanks to @bulldog98