Skip to content

Commit

Permalink
bithost-gmbh#2: update changelog, set version to 1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
macjohnny committed Mar 23, 2018
1 parent f41baa8 commit 445aa40
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 5 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.0.3

* Enhancement: prevent scrollbar flashing when opening / closing [#2](https://github.com/bithost-gmbh/ngx-mat-select-search/issues/2)

Thanks to @alexandrupaul7

## 1.0.2

* Enhancement: disable autocomplete for search input field [#5](https://github.com/bithost-gmbh/ngx-mat-select-search/issues/5)
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.

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "ngx-mat-select-search",
"description": "Library that provides an angular component providing an input field for searching / filtering MatSelect options of the Angular Material library.",
"version": "1.0.2",
"version": "1.0.3",
"license": "MIT",
"scripts": {
"ng": "ng",
Expand Down Expand Up @@ -33,9 +33,9 @@
],
"homepage": "https://github.com/bithost-gmbh/ngx-mat-select-search",
"peerDependencies": {
"@angular/core": "^5.0.0",
"@angular/cdk": "^5.0.0",
"@angular/material": "^5.0.0",
"@angular/core": "^5.0.0 || ^6.0.0",
"@angular/cdk": "^5.0.0 || ^6.0.0",
"@angular/material": "^5.0.0 || ^6.0.0",
"rxjs": "^5.5.2"
},
"devDependencies": {
Expand Down

0 comments on commit 445aa40

Please sign in to comment.