Skip to content

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

v2.1.2

04 Mar 20:27
798306d
Compare
Choose a tag to compare

v2.1.1

06 Jan 10:56
ec31e8e
Compare
Choose a tag to compare
  • Fix: Prevent unhandled exceptions when pressing arrow keys with no available options #201

    Thanks to @josephdecock

v2.1.0

12 Dec 10:31
4138c75
Compare
Choose a tag to compare
  • Enhancement: Improve accessibility by reading the selected option #186

    Thanks to @ZacaryPaynter

  • Bugfix: Fix corners not rounded #176

    Thanks to @jfcere

  • Bugfix: Fix input width not updated correctly #175

  • Bugfix: ToggleAllCheckbox doesn't use correct theme color 183

    Thanks to @LoganDupont for reporting

  • Enhancement: Improve readme on how to use i18n translation for labels #180

    Thanks to @JomalJohny

v2.0.0

15 Oct 09:15
d19c777
Compare
Choose a tag to compare
  • Enhancement: Update to Angular 8.2.10

  • Enhancement: Add compatibility with @angular/core: ^9.0.0, @angular/material: ^9.0.0
    #173

    Breaking Change: @angular/core: < 8.0.0 is not supported anymore, please use version 1.8.0.

  • Enhancement: Replace @angular/material root imports
    #161

v1.8.0

31 Jul 20:28
a2ee9ab
Compare
Choose a tag to compare
  • Enhancement: Add option to show a toggle all checkbox with [showToggleAllCheckbox]="true"
    #145

    Thanks to @blazewalker59

  • Enhancement: Allow custom content transclusion with .mat-select-search-custom-header-content

v1.7.6

14 Jun 07:49
54b4fd5
Compare
Choose a tag to compare
  • Bugfix: spinner not visible after reopening select panel
    #153

    Thanks to @saithis for reporting

v1.7.5

23 May 07:24
97dca5e
Compare
Choose a tag to compare
  • Bugfix: Avoid Cannot read property 'attach' of undefined when <ngx-mat-select-search>
    is not inside a <mat-option> element with Angular 8
    #146

v1.7.4

13 May 12:49
4870fe4
Compare
Choose a tag to compare
  • Enhancement: Allow setting the initial value of the search input
    #147

    Thanks to @sehgalneha for reporting

v1.7.3

10 May 07:14
d577317
Compare
Choose a tag to compare
  • Enhancement: Allow setting accessibility label of the input with @Input() ariaLabel
    #137

    Thanks to @tonyholt

v1.7.2

10 Apr 05:36
09aa915
Compare
Choose a tag to compare
  • Enhancement: Allow setting type of the search input field with @Input() type
    #138

    Thanks to @botoxparty

  • Enhancement: Tested and update peer dependency compatibility to allow
    @angular/core: ^8.0.0, @angular/material: ^8.0.0