Skip to content

Commit 4f9b6ac

Browse files
chore: bump version to v14.9.2
1 parent bd11f16 commit 4f9b6ac

File tree

4 files changed

+77
-4
lines changed

4 files changed

+77
-4
lines changed

CHANGELOG.md

Lines changed: 73 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,76 @@
1+
# v14.9.2 (2023-10-25)
2+
* **refactor** extract testing utility files
3+
* **refactor** isolate suggest testing utils
4+
* **chore** extract suggest testing utils
5+
* **refactor** isolate grid testing utils
6+
* **chore** extract grid testing utils
7+
* **refactor** isolate html testing utils
8+
* **chore** extract html testing utils
9+
* **refactor** isolate fixture testing utils
10+
* **chore** extract fixture testing utils
11+
* **utils** add method for checking disabled toggles
12+
* **improvement** sort packages by published date
13+
* **fix** ui-suggest tests
14+
* **auto-stop** show knobs for feature
15+
* **ui-utils** exclude nested grids
16+
* **retention-policy** create retention policy component
17+
* **Settings** Expose MSI available configs FE OR-61137
18+
* **ui-utils** verify indeterminate state for checkbox
19+
* **queue-retention** create form controls for retention policy
20+
* **tags** improve coverage
21+
* **kvp** update tests & testing utils
22+
* **process** rollback & process version change tags modal
23+
* **tags** add tests for tags validators
24+
* **triggers** fix & add session deletion tests
25+
* **utils** add kvp testing utilities and general improvements
26+
* **fix** failing tests
27+
* **transaction-items** change query for modern context
28+
* **tests** async to fakeasync
29+
* **ad-search** make search reactive to filters
30+
* **job-allocation** add validations for start job and trigger
31+
* **processes** disable explore button for processes
32+
* **feat** implement ui utils for native elements
33+
* **FE** Execution target for portable process
34+
* **utils** add getMenuDictionaty for grid menus
35+
* **folders** manage pw machines
36+
* **users** robot accounts user upsert refactor
37+
* **propagate-machines** add unit tests
38+
* **asset-upsert** add tests
39+
* **chore** bump rx and angular components
40+
* **chore** add tests for skipped days component
41+
* **eslint** format files
42+
* **eslint** auto-fixed rest of the files
43+
* **test** extract grid and suggest utils
44+
* **tests** clean up grid method arguments
45+
* **test** refactor grid row utils
46+
* **test** add util for menu item state
47+
* **a11y** add test setup
48+
* **robots** add basic page tests for robots module
49+
* **machines** folder machine-users mappings
50+
* **process-upsert** add unit tests for process-upsert compoennt
51+
* **chore** define util for checking state of mat-checkbox
52+
* **chore** refactor tests for redesign
53+
* **ng-update** bump to 10.2.2
54+
* **jobs** change default strategy to onOpen
55+
* **packages** add feedId for nested forms
56+
* **folder-tree** init filter; avoid duplicate requests
57+
* **triggers** define triggers page spec file
58+
* **specs** add getGridColumnsProperties method
59+
* **monitoring** add client-side filtering to runtimes-per-machine
60+
* **utils** add slider and checkbox helpers
61+
* **tests** define methods for mat-slider
62+
* **utils** add getAllDebugElements, getGridHeaders
63+
* **CredentialStores** add unit tests
64+
* **Jobs** define modal test specifications for classic job creation
65+
* **folders** assign machines to folders
66+
* **tests** add type info to getNativeElement
67+
* **folders** add AD users directly
68+
* **Folders Page** implement AssignUserModalComponent unit tests
69+
* **Folders Page** implement UpsertFolderComponent unit tests
70+
* **Folders Page** implement unit tests
71+
* **Fix** add e2e test for Queue SLA monitoring page [OR-14159]
72+
* **Triggers** upsert time & queue trigger
73+
174
# v14.9.1 (2023-10-20)
275
* **grid** fix(grid): remove background transitions
376
* **grid** fix(grid): reemit min-width value on resize

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.9.1",
3+
"version": "14.9.2",
44
"author": {
55
"name": "UiPath Inc",
66
"url": "https://uipath.com"

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.9.1",
3+
"version": "14.9.2",
44
"license": "MIT",
55
"author": {
66
"name": "UiPath Inc",

0 commit comments

Comments
 (0)