From 81c32c1c2e98e2279717b2d5b13a49374a4b18d5 Mon Sep 17 00:00:00 2001 From: Esteban Marin Date: Thu, 7 Jun 2018 07:31:37 +0200 Subject: [PATCH 1/5] #33: fix border radius style --- src/app/mat-select-search/mat-select-search.component.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 0505561..f299f32 100755 --- a/src/app/mat-select-search/mat-select-search.component.scss +++ b/src/app/mat-select-search/mat-select-search.component.scss @@ -26,7 +26,7 @@ $multiple-check-width: 33px; TODO: implement propert theming (https://github.com/bithost-gmbh/ngx-mat-select-search/issues/34) */ box-shadow: none; - border-radius: none; + border-radius: 0; &.mat-select-search-inner-multiple { width: 100%; From 878c7f51da950b7a0184eb5bb1a2d5ee3dab1257 Mon Sep 17 00:00:00 2001 From: Esteban Marin Date: Thu, 7 Jun 2018 07:36:15 +0200 Subject: [PATCH 2/5] set version to 1.2.3 --- package-lock.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package-lock.json b/package-lock.json index 48920d3..9e40433 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "ngx-mat-select-search", - "version": "1.2.2", + "version": "1.2.3", "lockfileVersion": 1, "requires": true, "dependencies": { From 41c54a94fb5e327435ba5b5eb9a9a9dbb8d55ca4 Mon Sep 17 00:00:00 2001 From: Esteban Marin Date: Thu, 7 Jun 2018 07:36:42 +0200 Subject: [PATCH 3/5] set version to 1.2.3 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 3358220..30cb3e0 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.2.2", + "version": "1.2.3", "license": "MIT", "scripts": { "ng": "ng", From 40f977bac7d4e6a00c01c768e80777b3cd27051c Mon Sep 17 00:00:00 2001 From: Esteban Marin Date: Thu, 7 Jun 2018 07:45:19 +0200 Subject: [PATCH 4/5] update changelog for 1.2.3 --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index c891826..e95b883 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # Changelog +## 1.2.3 +* Bugfix: input shows rounded corners when used together with MatDatepicker [#33](https://github.com/bithost-gmbh/ngx-mat-select-search/issues/33) + ## 1.2.2 * Bugfix: input shows drop shadow when used together with MatDatepicker [#33](https://github.com/bithost-gmbh/ngx-mat-select-search/issues/33) From 1a7af6fec7cf64f0870d9a0fcfa9c12195749504 Mon Sep 17 00:00:00 2001 From: Esteban Marin Date: Thu, 7 Jun 2018 07:54:31 +0200 Subject: [PATCH 5/5] fix typo --- src/app/mat-select-search/mat-select-search.component.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 f299f32..bde5387 100755 --- a/src/app/mat-select-search/mat-select-search.component.scss +++ b/src/app/mat-select-search/mat-select-search.component.scss @@ -23,7 +23,7 @@ $multiple-check-width: 33px; /* compensate effects of .mat-datepicker-content (see https://github.com/angular/material2/blob/master/src/lib/datepicker/datepicker-content.scss#L27) - TODO: implement propert theming (https://github.com/bithost-gmbh/ngx-mat-select-search/issues/34) + TODO: implement proper theming (https://github.com/bithost-gmbh/ngx-mat-select-search/issues/34) */ box-shadow: none; border-radius: 0;