From 921726c554ca0f42c811157bf9d1f36084c81b98 Mon Sep 17 00:00:00 2001 From: Catalin Date: Thu, 11 May 2023 12:05:06 +0300 Subject: [PATCH 1/2] feat(suggest): add input for aria-label --- .../components/ui-suggest/src/ui-suggest.component.html | 6 +++--- .../components/ui-suggest/src/ui-suggest.mat-form-field.ts | 7 +++++++ 2 files changed, 10 insertions(+), 3 deletions(-) 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 4caaa163c..1b02663dc 100644 --- a/projects/angular/components/ui-suggest/src/ui-suggest.component.html +++ b/projects/angular/components/ui-suggest/src/ui-suggest.component.html @@ -21,7 +21,7 @@ [uiAutofocus]="!isOpen && focus" [refocus]="!isOpen && focus" [matRippleDisabled]="isFormControl" - [attr.aria-label]="placeholder" + [attr.aria-label]="ariaLabel ?? placeholder" [attr.aria-describedby]="describedBy" [attr.aria-required]="required" [attr.aria-disabled]="disabled || readonly" @@ -80,7 +80,7 @@ Date: Thu, 11 May 2023 12:41:52 +0300 Subject: [PATCH 2/2] chore: bump version to v14.7.9 --- CHANGELOG.md | 7 +++++++ package-lock.json | 4 ++-- package.json | 2 +- projects/angular/package.json | 2 +- 4 files changed, 11 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 60be6d647..0c67e538f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# v14.7.9 (2023-05-11) +* **suggest** add input for aria-label +* **chore** bump version to v14.7.8 +* **fix** display outline on suggest grid filter +* **chore** bump version to v14.7.7 +* **suggest** add aria-selected to item + # v14.7.8 (2023-05-10) * **fix** display outline on suggest grid filter diff --git a/package-lock.json b/package-lock.json index dfb7e3648..add7714e0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "angular-components", - "version": "14.7.8", + "version": "14.7.9", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "angular-components", - "version": "14.7.8", + "version": "14.7.9", "license": "MIT", "dependencies": { "@angular/animations": "14.2.12", diff --git a/package.json b/package.json index 13fd0fa28..044be3fb2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "angular-components", - "version": "14.7.8", + "version": "14.7.9", "author": { "name": "UiPath Inc", "url": "https://uipath.com" diff --git a/projects/angular/package.json b/projects/angular/package.json index 4cc281810..26ddd7c08 100644 --- a/projects/angular/package.json +++ b/projects/angular/package.json @@ -1,6 +1,6 @@ { "name": "@uipath/angular", - "version": "14.7.8", + "version": "14.7.9", "license": "MIT", "author": { "name": "UiPath Inc",