Skip to content

Commit

Permalink
prepare release 7.0.9 (#509)
Browse files Browse the repository at this point in the history
  • Loading branch information
macjohnny authored Dec 3, 2024
1 parent 1ee4917 commit 1595f36
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
# Changelog


## 7.0.9
* Enhancement: Make Placeholder color tunable.
[#506](https://github.com/bithost-gmbh/ngx-mat-select-search/pull/506)

Thanks to @iblislin

## 7.0.8
* Enhancement: Add option `recreateValuesArray` to support immutable data structures in multi-selects.
[#376](https://github.com/bithost-gmbh/ngx-mat-select-search/issues/376)
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.8",
"version": "7.0.9",
"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.8';
export const MatSelectSearchVersion = '7.0.9';
export { MatSelectSearchClearDirective };
export { MatSelectNoEntriesFoundDirective };

Expand Down

0 comments on commit 1595f36

Please sign in to comment.