Releases: bithost-gmbh/ngx-mat-select-search
Releases · bithost-gmbh/ngx-mat-select-search
v4.0.0
-
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.2
- Enhancement: Add compatibility with
@angular/core
: ^13.0.0
, @angular/material
: ^13.0.0
v3.2.2
- Enhancement: Update
peerDependencies
in package.json
for compatibility with @angular/core
: ^12.0.0
, @angular/material
: ^12.0.0
v3.2.1
-
Enhancement: Add compatibility with @angular/core
: ^12.0.0
, @angular/material
: ^12.0.0
-
Enhancement: Improve select all example
Thanks to @achilehero