Skip to content

v1.4.0

Compare
Choose a tag to compare
@macjohnny macjohnny released this 26 Sep 15:00
· 278 commits to master since this release
8eaf5b5
  • Enhancement: Tested and updated peer dependency compatibility to allow
    @angular/core: ^7.0.0, @angular/cdk: ^7.0.0, @angular/material: ^7.0.0

  • Enhancement: Allow disabling initial focusing of the input field with @Input() disableInitialFocus
    #47

  • Bugfix: Clearing the search input by clicking the clear icon did not work with [clearSearchInput]="false"
    #55

    Thanks to @ofriedrich for reporting