Skip to content

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

v4.1.0

12 Apr 07:05
ee1c627
Compare
Choose a tag to compare
  • Feature: Default @Input() values can be configured globally using MATSELECTSEARCH_GLOBAL_OPTIONS
    #364

    Thanks to @angelaki

  • Feature: Close icon can be configured with closeIcon and closeSvgIcon
    #364

    Thanks to @angelaki

v4.0.2

03 Feb 08:42
6dfac64
Compare
Choose a tag to compare
  • Enhancement: Add compatibility with @angular/core: ^14.0.0, @angular/material: ^14.0.0

v4.0.1

17 Jan 19:36
Compare
Choose a tag to compare
  • Fix: Remove incompatible angular versions from Readme.md and package.json

v4.0.0

14 Jan 16:21
8a2a856
Compare
Choose a tag to compare
  • Enhancement: Build and package using @angular/core@13 in Ivy format.
    #347

    Breaking Change: @angular/core: <= 11.0.0 is not supported anymore, please use version 3.3.3.

    Thanks to @nseni for reporting

v3.3.3

12 Nov 08:34
Compare
Choose a tag to compare
  • Enhancement: Document compatibility with @angular/core: ^13.0.0, @angular/material: ^13.0.0 in README.md

    Thanks to @meta72

v3.3.2

06 Nov 17:34
Compare
Choose a tag to compare
  • Enhancement: Add compatibility with @angular/core: ^13.0.0, @angular/material: ^13.0.0

v3.3.0

19 May 12:00
8cb8112
Compare
Choose a tag to compare
  • Enhancement: Add option to restore selected items using infinity-scroll
    #320

    Thanks to @angelaki

v3.2.2

17 May 12:07
3eddf2b
Compare
Choose a tag to compare
  • Enhancement: Update peerDependencies in package.json for compatibility with @angular/core: ^12.0.0, @angular/material: ^12.0.0

v3.2.1

17 May 12:06
012dc73
Compare
Choose a tag to compare
  • Enhancement: Add compatibility with @angular/core: ^12.0.0, @angular/material: ^12.0.0

  • Enhancement: Improve select all example

    Thanks to @achilehero

v3.2.0

15 Dec 12:19
e35b16f
Compare
Choose a tag to compare
  • Feature: allow disabling the clear search button with [hideClearSearchButton]="true"
    #290

    Thanks to @vlio20