Skip to content

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

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

v1.7.1

29 Mar 12:33
4b5b7d6
Compare
Choose a tag to compare
  • Enhancement: allow disabling scrolling active element into view when option list changes
    with @Input() disableScrollToActiveOnOptionsChanged #130

    Thanks to @drakeBear for reporting

  • Bugfix: input field not focused in IE #131

  • Bugfix: clear button not visible after reopening select panel in combination with [clearSearchInput]="false"
    #133

    Thanks to @cappster for reporting

v1.7.0

21 Mar 16:42
7b6f278
Compare
Choose a tag to compare
  • Enhancement: ensure the active option is not covered by the search input when navigating
    with the arrow keys or when the option list changes when searching.
    #119

    Thanks to @Mabiro

  • Enhancement: allow disabling propagation of home / end key via @Input() preventHomeEndKeyPropagation
    to enable moving the cursor inside the search field instead of navigating the options when pressing
    Home / End #43

    Thanks to @geraldhe for reporting

  • Bugfix / Enhancement: Update the input width when the viewport is resized
    #81

    Thanks to @mhosman for reporting

  • Enhancement: add opacity transition animation for search clear icon

v1.6.0

07 Mar 08:16
4b92230
Compare
Choose a tag to compare
  • Enhancement: Allow showing a loading / searching indicator with @Input() searching
    #114

    Thanks to @mstawick

v1.5.3

28 Feb 17:31
fbb8aeb
Compare
Choose a tag to compare
  • Bugfix: Avoid space when opening select panel after previously showing "no entries found" message when placing <ngx-mat-select-search> inside a <mat-option> element
    #107

    Thanks to @aroblu94 for reporting