Skip to content

Commit

Permalink
prepare release 4.1.0 (#368)
Browse files Browse the repository at this point in the history
  • Loading branch information
macjohnny authored Apr 12, 2022
1 parent 75dbebd commit ee1c627
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

## 4.1.0
* Feature: Default `@Input()` values can be configured globally using `MATSELECTSEARCH_GLOBAL_OPTIONS`
[#364](https://github.com/bithost-gmbh/ngx-mat-select-search/pull/364)

Thanks to @angelaki
* Feature: Close icon can be configured with `closeIcon` and `closeSvgIcon`
[#364](https://github.com/bithost-gmbh/ngx-mat-select-search/pull/364)

Thanks to @angelaki

## 4.0.2
* Enhancement: Add compatibility with `@angular/core`: `^14.0.0`, `@angular/material`: `^14.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
Expand Up @@ -2,7 +2,7 @@
"$schema": "./node_modules/ng-packagr/package.schema.json",
"name": "ngx-mat-select-search",
"description": "Angular component providing an input field for searching / filtering MatSelect options of the Angular Material library.",
"version": "4.0.2",
"version": "4.1.0",
"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 @@ -17,7 +17,7 @@ import { CommonModule } from '@angular/common';
import { MatSelectSearchClearDirective } from './mat-select-search-clear.directive';
import { ReactiveFormsModule } from '@angular/forms';

export const MatSelectSearchVersion = '4.0.2';
export const MatSelectSearchVersion = '4.1.0';
export { MatSelectSearchClearDirective };

@NgModule({
Expand Down

0 comments on commit ee1c627

Please sign in to comment.