From f41baa8bda7ead5925e472eb4cc7bb73df34b1ee Mon Sep 17 00:00:00 2001 From: Alexandru Paul Date: Fri, 23 Mar 2018 10:57:02 +0200 Subject: [PATCH 1/2] Horizontal scroll flash issue --- src/app/mat-select-search/mat-select-search.component.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/src/app/mat-select-search/mat-select-search.component.scss b/src/app/mat-select-search/mat-select-search.component.scss index dbcc1fc..e55a9e8 100755 --- a/src/app/mat-select-search/mat-select-search.component.scss +++ b/src/app/mat-select-search/mat-select-search.component.scss @@ -30,6 +30,7 @@ $multiple-check-width: 33px; /* allow absolute positioning relative to outer options container */ transform: none !important; max-height: 350px; + overflow-x:hidden; } .mat-select-search-input { From 445aa40389936af7eae0c86455419507da1c9f71 Mon Sep 17 00:00:00 2001 From: Esteban Marin Date: Fri, 23 Mar 2018 12:59:39 +0100 Subject: [PATCH 2/2] #2: update changelog, set version to 1.0.3 --- CHANGELOG.md | 6 ++++++ package-lock.json | 2 +- package.json | 8 ++++---- 3 files changed, 11 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 84810bc..2a480bb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/package-lock.json b/package-lock.json index 80930be..ce1e142 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "ngx-mat-select-search", - "version": "1.0.2", + "version": "1.0.3", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 3b8c25c..426f735 100644 --- a/package.json +++ b/package.json @@ -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", @@ -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": {