Skip to content

Commit

Permalink
bithost-gmbh#425: fix compatibility with angular material 16, prepare…
Browse files Browse the repository at this point in the history
… release 7.0.2 (bithost-gmbh#426)

(cherry picked from commit e83532d)
accepting these changes not sure whether good for legacy
  • Loading branch information
macjohnny authored and HansEscher committed Jun 30, 2023
1 parent 64c6e7e commit e9f0f77
Show file tree
Hide file tree
Showing 4 changed files with 135 additions and 115 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## 6.0.2
Hopefully all of ngx-mat-select-search
except for the drop of Legacy

## cherry picked 7.0.2
* Fix compatibility with `@angular/material`: `^16.0.0`
[#425](https://github.com/bithost-gmbh/ngx-mat-select-search/issues/425)

Thanks to @GipHub123 for reporting

## cherry picked 7.0.1
* Enhancement: Add compatibility with `@angular/material`: `^16.0.0`

## 6.0.1
Take the situation before 7.0.0
Keep angulars MatLegacySelectModule (and other legacy)
Expand All @@ -11,6 +24,11 @@ At least I hope to make it work.
## 6.0.0
* Add Angular Material 15 as a peer dependency \
[#408](https://github.com/bithost-gmbh/ngx-mat-select-search/issues/408)

Thanks to @swierzbicki
* Fix select all example [#336](https://github.com/bithost-gmbh/ngx-mat-select-search/issues/336)

Thanks to @AhsanAyaz
* Update compatibility to `@angular/material@15` with `MatLegacySelectModule` (`@angular/material/legacy-select`).
[#395](https://github.com/bithost-gmbh/ngx-mat-select-search/issues/395)

Expand Down
142 changes: 80 additions & 62 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit e9f0f77

Please sign in to comment.