Skip to content

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

v3.1.0

10 Sep 08:24
1faaacd
Compare
Choose a tag to compare
  • Feature: Support Right-To-Left
    #258

    Thanks to @framasev

  • Fix: ensure the placeholder is displayed
    #256

    Thanks to @aminsmartsenese for reporting

  • Fix: Refactor infinity scrolling example
    #253

    Thanks to @NitinMagdum for reporting

  • Fix: properly restore selection when using [multiple]="true"
    #260

    Thanks to @begandroide for reporting

v3.0.3

06 Aug 07:29
59e3526
Compare
Choose a tag to compare
  • Fix: properly restore selection when using [multiple]="true"
    #249

    Thanks to @croy618 for reporting

v3.0.2

04 Aug 11:55
f03997a
Compare
Choose a tag to compare
  • Fix: hide no entries found message when options don't change initially
    #245

    Thanks to @PabloPerezAguilo for reporting

v3.0.1

10 Jul 08:02
c42136b
Compare
Choose a tag to compare
  • Fix: correctly show no entries found message when no options are available initially (e.g. in server-side search)
    #239

    Thanks to @Arjun-1r for reporting

v3.0.0

16 Jun 06:59
6a17e42
Compare
Choose a tag to compare
  • Fix: prevent scrolling to first option if option does not change (e.g. with infinity scrolling) #200

    Thanks to @raysuelzer

  • Enhancement: Add option to clear input when pressing escape with [enableClearOnEscapePressed]="true"
    #231

    Thanks to @nischi

  • Enhancement: Add compatibility with @angular/core: ^10.0.0, @angular/material: ^10.0.0

  • Chore: (Breaking Change) The possibility to place the <ngx-mat-select-search> element directly inside <mat-select>
    without wrapping it in an <mat-option> element was removed due to changes of the public API of mat-select. #208

    To fix this, simply place the <ngx-mat-select-search> inside a <mat-option> element.
    Thanks to @evoltafreak

v2.2.0

29 Apr 06:35
bfcff8c
Compare
Choose a tag to compare
  • Enhancement: add tooltip message to select-all checkbox #227

    Thanks to @arucar

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