From 1595f3653293740efa309c0eaa293d83b49f0743 Mon Sep 17 00:00:00 2001 From: Esteban Gehring Date: Tue, 3 Dec 2024 17:51:16 +0100 Subject: [PATCH] prepare release 7.0.9 (#509) --- CHANGELOG.md | 6 ++++++ package-lock.json | 2 +- package.json | 2 +- src/app/mat-select-search/ngx-mat-select-search.module.ts | 2 +- 4 files changed, 9 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ea3c334..799e3e6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/package-lock.json b/package-lock.json index 4ea2b73..5ef970e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "ngx-mat-select-search", - "version": "7.0.8", + "version": "7.0.9", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/package.json b/package.json index c89b998..d46c865 100644 --- a/package.json +++ b/package.json @@ -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", diff --git a/src/app/mat-select-search/ngx-mat-select-search.module.ts b/src/app/mat-select-search/ngx-mat-select-search.module.ts index e94999a..9634980 100755 --- a/src/app/mat-select-search/ngx-mat-select-search.module.ts +++ b/src/app/mat-select-search/ngx-mat-select-search.module.ts @@ -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 };