From c842de0b93368ad5c3315f296524ebf415a697f3 Mon Sep 17 00:00:00 2001 From: Gheorghita Hurmuz Date: Wed, 17 May 2023 14:12:02 +0300 Subject: [PATCH 1/2] fix(suggest): remove chip remove button from tabindex --- .../components/ui-suggest/src/ui-suggest.component.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/projects/angular/components/ui-suggest/src/ui-suggest.component.html b/projects/angular/components/ui-suggest/src/ui-suggest.component.html index f82244a62..b3308def1 100644 --- a/projects/angular/components/ui-suggest/src/ui-suggest.component.html +++ b/projects/angular/components/ui-suggest/src/ui-suggest.component.html @@ -116,7 +116,9 @@ {{ intl.translateLabel(option.text) }} - From 421eb663886e2e34c3bfc99148a4ef336042e526 Mon Sep 17 00:00:00 2001 From: Gheorghita Hurmuz Date: Wed, 17 May 2023 14:13:12 +0300 Subject: [PATCH 2/2] chore: bump version to v14.7.12 --- CHANGELOG.md | 3 +++ package-lock.json | 4 ++-- package.json | 2 +- projects/angular/package.json | 2 +- 4 files changed, 7 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 976b912ca..e5a8fe618 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +# v14.7.12 (2023-05-17) +* **suggest** remove chip remove button from tabindex + # v14.7.11 (2023-05-17) * **feat** add tabIndex to matIcons with matTooltips in UiAutoAccessibleLabelDirective diff --git a/package-lock.json b/package-lock.json index 47b03a68d..0a218a35f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "angular-components", - "version": "14.7.11", + "version": "14.7.12", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "angular-components", - "version": "14.7.11", + "version": "14.7.12", "license": "MIT", "dependencies": { "@angular/animations": "14.2.12", diff --git a/package.json b/package.json index a66f50585..9abfd635d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "angular-components", - "version": "14.7.11", + "version": "14.7.12", "author": { "name": "UiPath Inc", "url": "https://uipath.com" diff --git a/projects/angular/package.json b/projects/angular/package.json index 30dc9044f..25bee6c69 100644 --- a/projects/angular/package.json +++ b/projects/angular/package.json @@ -1,6 +1,6 @@ { "name": "@uipath/angular", - "version": "14.7.11", + "version": "14.7.12", "license": "MIT", "author": { "name": "UiPath Inc",