Skip to content

Commit

Permalink
prepare release 7.0.7 (#481)
Browse files Browse the repository at this point in the history
  • Loading branch information
macjohnny authored Aug 24, 2024
1 parent 59575be commit 5165b87
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 3 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

## 7.0.7
* Fix blocked aria-hidden when opening the dropdown for the first time
[#474](https://github.com/bithost-gmbh/ngx-mat-select-search/issues/474)

Thanks to @AleixFerreCP
* Enhancement: Enable `strictNullChecks`
[#476](https://github.com/bithost-gmbh/ngx-mat-select-search/pull/476)

Thanks to @davidsansome

## 7.0.6
* Enhancement: Add compatibility with `@angular/material`: `^18.0.0`

Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "ngx-mat-select-search",
"description": "Angular component providing an input field for searching / filtering MatSelect options of the Angular Material library.",
"version": "7.0.6",
"version": "7.0.7",
"license": "MIT",
"scripts": {
"ng": "ng",
Expand Down
2 changes: 1 addition & 1 deletion src/app/mat-select-search/ngx-mat-select-search.module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ import { ReactiveFormsModule } from '@angular/forms';
import { MatSelectNoEntriesFoundDirective } from './mat-select-no-entries-found.directive';
import { MatDividerModule } from '@angular/material/divider';

export const MatSelectSearchVersion = '7.0.6';
export const MatSelectSearchVersion = '7.0.7';
export { MatSelectSearchClearDirective };
export { MatSelectNoEntriesFoundDirective };

Expand Down

0 comments on commit 5165b87

Please sign in to comment.