Releases: bithost-gmbh/ngx-mat-select-search
v3.1.0
-
Feature: Support Right-To-Left
#258Thanks to @framasev
-
Fix: ensure the placeholder is displayed
#256Thanks to @aminsmartsenese for reporting
-
Fix: Refactor infinity scrolling example
#253Thanks to @NitinMagdum for reporting
-
Fix: properly restore selection when using
[multiple]="true"
#260Thanks to @begandroide for reporting
v3.0.3
v3.0.2
v3.0.1
v3.0.0
-
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"
#231Thanks 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 ofmat-select
. #208To fix this, simply place the
<ngx-mat-select-search>
inside a<mat-option>
element.
Thanks to @evoltafreak
v2.2.0
v2.1.2
v2.1.1
v2.1.0
-
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