Skip to content

Commit

Permalink
Merge pull request #149 from bithost-gmbh/release-1-7-4
Browse files Browse the repository at this point in the history
prepare release 1.7.4
  • Loading branch information
macjohnny authored May 13, 2019
2 parents 9f5890e + 73f69fa commit 4870fe4
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,5 +1,11 @@
# Changelog

## 1.7.4
* Enhancement: Allow setting the initial value of the search input
[#147](https://github.com/bithost-gmbh/ngx-mat-select-search/issues/147)

Thanks to @sehgalneha for reporting

## 1.7.3
* Enhancement: Allow setting accessibility label of the input with ` @Input() ariaLabel`
[#137](https://github.com/bithost-gmbh/ngx-mat-select-search/issues/137)
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": "1.7.3",
"version": "1.7.4",
"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 @@ -11,7 +11,7 @@ import {MatButtonModule, MatInputModule, MatIconModule, MatProgressSpinnerModule
import { CommonModule } from '@angular/common';
import { MatSelectSearchClearDirective } from './mat-select-search-clear.directive';

export const MatSelectSearchVersion = '1.7.3';
export const MatSelectSearchVersion = '1.7.4';


@NgModule({
Expand Down

0 comments on commit 4870fe4

Please sign in to comment.