Skip to content

Commit 93afd1a

Browse files
committed
chore: bump version to v14.9.0
1 parent dc72451 commit 93afd1a

File tree

4 files changed

+15
-4
lines changed

4 files changed

+15
-4
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
# v14.9.0 (2023-10-19)
2+
* **grid** increase target area for resize-handle
3+
* **grid** correct empty state on scrollable strategy
4+
* **grid** add class for previewed selection
5+
* **grid** sync transition for action btns
6+
* **grid** restrict scrollable strategy
7+
* **grid** add tests for horizontal scenario
8+
* **grid** prevent scrolling on keyboard resize
9+
* **grid** add scrollable resize strategy
10+
* **grid** resize according to mouse traveled distance
11+
112
# v14.8.15 (2023-10-02)
213
* **grid** improve performance using trackBy
314

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

0 commit comments

Comments
 (0)