Skip to content

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

v5.0.0

08 Oct 12:27
fd6b0a5
Compare
Choose a tag to compare
  • Enhancement: Accessibility Issue: screenreaders reading blank before each option.
    #349

    Breaking Change: The @Input() indexAndLengthScreenReaderText became obsolete and was removed.

    Thanks to @escheiermann

  • Enhancement: Breaking Change Renamed misspelled @Input() toogleAllCheckboxTooltipPosition
    to @Input() toggleAllCheckboxTooltipPosition.
    #266

    Thanks to @bulldog98 for reporting

v4.2.1

19 Jul 06:20
b283239
Compare
Choose a tag to compare
  • Bugfix: Revert copying in mode multi so (selectionChange) works properly.
    #387

    Thanks to @angelaki for reporting

v4.2.0

14 Jun 20:12
092aaf9
Compare
Choose a tag to compare
  • Enhancement: Enable the use of a custom template for notFoundEntries
    #381

    Thanks to @ruekart

v4.1.2

31 May 06:51
a6c3e22
Compare
Choose a tag to compare
  • Bugfix: Restoring selected values in mode multi throws error
    #376

    Thanks to @qstiegler

  • Chore: Update npm packages

v4.1.1

12 Apr 19:19
782e635
Compare
Choose a tag to compare
  • Enhancement: Rename MATSELECTSEARCH_GLOBAL_OPTIONS to MAT_SELECTSEARCH_DEFAULT_OPTIONS
    #369

    Thanks to @angelaki

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