Skip to content

v3.0.0

Compare
Choose a tag to compare
@macjohnny macjohnny released this 16 Jun 06:59
· 116 commits to master since this release
6a17e42
  • 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