Skip to content

Commit

Permalink
release 6.0.0 (#410)
Browse files Browse the repository at this point in the history
* ng14

* ng15

* mat15

* prepare release 6.0.0

* update library packaging
  • Loading branch information
macjohnny authored Nov 24, 2022
1 parent 4173e5b commit 943cef5
Show file tree
Hide file tree
Showing 23 changed files with 16,590 additions and 3,174 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
build:
docker:
# specify the version you desire here
- image: circleci/node:12-browsers
- image: circleci/node:16-browsers

# Specify service dependencies here if necessary
# CircleCI maintains a library of pre-built images
Expand Down
11 changes: 8 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,13 @@
# Changelog

## 5.0.1
- Add Angular Material 15 as a peer dependency \
Issue: [#408](https://github.com/bithost-gmbh/ngx-mat-select-search/issues/408)
## 6.0.0
* Add Angular Material 15 as a peer dependency \
[#408](https://github.com/bithost-gmbh/ngx-mat-select-search/issues/408)
* Update compatibility to `@angular/material@15` with `MatLegacySelectModule` (`@angular/material/legacy-select`).
[#395](https://github.com/bithost-gmbh/ngx-mat-select-search/issues/395)

**Breaking Change**: `@angular/material`: `<= 14` is not supported anymore, please use version `5.0.0`.
See [README.md#compatibility](README.md#compatibility)

## 5.0.0
* Enhancement: Accessibility Issue: screenreaders reading blank before each option.
Expand Down
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,12 @@ To use the [i18n](https://angular.io/guide/i18n) API for translation of the labe

### Compatibility

#### Current release
#### Version [`6.0.0`](https://github.com/bithost-gmbh/ngx-mat-select-search/tree/6.0.0)

* `@angular/core`: `^15.0.0`
* `@angular/material`: `^15.0.0` with `MatLegacySelectModule` (`@angular/material/legacy-select`)

#### Version [`5.0.0`](https://github.com/bithost-gmbh/ngx-mat-select-search/tree/5.0.0)

* `@angular/core`: `^12.0.0 || ^13.0.0 || ^14.0.0`
* `@angular/material`: `^12.0.0 || ^13.0.0 || ^14.0.0`
Expand Down
1 change: 0 additions & 1 deletion angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,6 @@
}
}
},
"defaultProject": "ngx-mat-select-search",
"schematics": {
"@schematics/angular:component": {
"prefix": "app",
Expand Down
7 changes: 7 additions & 0 deletions ng-package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"$schema": "./node_modules/ng-packagr/ng-package.schema.json",
"dest": "dist-lib",
"lib": {
"entryFile": "src/app/mat-select-search/public_api.ts"
}
}
Loading

0 comments on commit 943cef5

Please sign in to comment.