Skip to content

Commit 80f3612

Browse files
committed
chore: bump version
1 parent 34ccc33 commit 80f3612

File tree

5 files changed

+14
-4
lines changed

5 files changed

+14
-4
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
# v14.5.4 (2023-03-08)
2+
* **grid** add aria-expanded to filters btn
3+
* **grid** add tick to test
4+
* **grid** announce filter menu state collapsed/expanded
5+
* **a11y** filter messages that are announced
6+
* **a11y** add menu-trigger directive that sets aria-expanded
7+
18
# v14.5.3 (2023-03-03)
29
* **grid** add test for tooltip on focus
310
* **grid** display title & description tooltip on focus

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angular-components",
3-
"version": "14.5.3",
3+
"version": "14.5.4",
44
"author": {
55
"name": "UiPath Inc",
66
"url": "https://uipath.com"

projects/angular/directives/custom-mat-menu-trigger/src/custom-mat-menu-trigger.directive.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,9 @@ import {
1515
} from '@angular/core';
1616
import { _MatMenuTriggerBase } from '@angular/material/menu';
1717

18+
// FIXME: this directive will not be necessary anymore in the @angular/[email protected] version
19+
// its sole purpose is to fix the aria-expanded issue https://github.com/angular/components/issues/26262
20+
1821
@Directive({
1922
selector: '[uiCustomMatMenuTriggerFor]',
2023
})

projects/angular/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@uipath/angular",
3-
"version": "14.5.3",
3+
"version": "14.5.4",
44
"license": "MIT",
55
"author": {
66
"name": "UiPath Inc",

0 commit comments

Comments
 (0)