Skip to content

Commit d4de155

Browse files
Merge branch 'develop' into fix/2936-timepicker-onblur
2 parents ab0bede + 9a2430c commit d4de155

22 files changed

Lines changed: 74 additions & 64 deletions

File tree

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,3 +47,5 @@ public/docs/docsGenOutput/docsGenStats.json
4747

4848
#icon source
4949
/icons-source/
50+
51+
.kiro

app/package.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@epam/app",
3-
"version": "6.2.0",
3+
"version": "6.3.1",
44
"description": "EPAM Unified UI landing",
55
"author": "EPAM",
66
"license": "MIT",
@@ -18,18 +18,18 @@
1818
"@amplitude/analytics-core": "2.15.0",
1919
"@babel/plugin-proposal-private-property-in-object": "7.21.11",
2020
"@elastic/apm-rum": "^5.14.0",
21-
"@epam/assets": "6.2.0",
22-
"@epam/electric": "6.2.0",
21+
"@epam/assets": "6.3.1",
22+
"@epam/electric": "6.3.1",
2323
"@epam/internal": "0.0.2",
24-
"@epam/loveship": "6.2.0",
25-
"@epam/promo": "6.2.0",
26-
"@epam/uui": "6.2.0",
27-
"@epam/uui-components": "6.2.0",
28-
"@epam/uui-core": "6.2.0",
29-
"@epam/uui-db": "6.2.0",
30-
"@epam/uui-docs": "6.2.0",
31-
"@epam/uui-editor": "6.2.0",
32-
"@epam/uui-timeline": "6.2.0",
24+
"@epam/loveship": "6.3.1",
25+
"@epam/promo": "6.3.1",
26+
"@epam/uui": "6.3.1",
27+
"@epam/uui-components": "6.3.1",
28+
"@epam/uui-core": "6.3.1",
29+
"@epam/uui-db": "6.3.1",
30+
"@epam/uui-docs": "6.3.1",
31+
"@epam/uui-editor": "6.3.1",
32+
"@epam/uui-timeline": "6.3.1",
3333
"@floating-ui/react": "0.27.5",
3434
"@tanstack/react-query": "^5.17.19",
3535
"@udecode/plate-common": "31.3.2",

changelog.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@
44
* [TimePicker]: fixed `onBlur` event not firing when focus moves from input to dropdown body ([#2936](https://github.com/epam/UUI/issues/2936))
55
* [uui-core]: removed `isFocusReceiverInsideFocusLock` helper function that was causing focus management issues in picker components
66

7+
8+
# 6.3.1 - 08.10.2025
9+
10+
**What's Fixed**
11+
* [DataTable]: fixed virtualization height calculation issues causing excessive empty space in tables
12+
713
# 6.3.0 - 26.09.2025
814

915
**What's New**

epam-assets/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@epam/assets",
3-
"version": "6.2.0",
3+
"version": "6.3.1",
44
"description": "EPAM Assets Library",
55
"author": "EPAM",
66
"license": "MIT",

epam-electric/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@epam/electric",
3-
"version": "6.2.0",
3+
"version": "6.3.1",
44
"description": "EPAM UUI components set branded with 'electric' style",
55
"author": "EPAM",
66
"license": "MIT",
@@ -12,9 +12,9 @@
1212
"prepublish": "yarn build"
1313
},
1414
"dependencies": {
15-
"@epam/uui": "6.2.0",
16-
"@epam/uui-components": "6.2.0",
17-
"@epam/uui-core": "6.2.0"
15+
"@epam/uui": "6.3.1",
16+
"@epam/uui-components": "6.3.1",
17+
"@epam/uui-core": "6.3.1"
1818
},
1919
"devDependencies": {
2020
"mockdate": "^3.0.5"

epam-promo/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@epam/promo",
3-
"version": "6.2.0",
3+
"version": "6.3.1",
44
"description": "EPAM UUI4 components set",
55
"author": "EPAM",
66
"license": "MIT",
@@ -12,10 +12,10 @@
1212
"prepublish": "yarn build"
1313
},
1414
"dependencies": {
15-
"@epam/assets": "6.2.0",
16-
"@epam/uui": "6.2.0",
17-
"@epam/uui-components": "6.2.0",
18-
"@epam/uui-core": "6.2.0",
15+
"@epam/assets": "6.3.1",
16+
"@epam/uui": "6.3.1",
17+
"@epam/uui-components": "6.3.1",
18+
"@epam/uui-core": "6.3.1",
1919
"@types/classnames": "2.2.6",
2020
"classnames": "2.2.6"
2121
},

extra/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@epam/uui-extra",
3-
"version": "6.2.0",
3+
"version": "6.3.1",
44
"description": "EPAM UUI components set branded with 'loveship' style",
55
"author": "EPAM",
66
"license": "MIT",
@@ -11,9 +11,9 @@
1111
"build": "ts-node ../uui-build/ts/scripts/buildUuiModule.ts"
1212
},
1313
"dependencies": {
14-
"@epam/loveship": "6.2.0",
15-
"@epam/promo": "6.2.0",
16-
"@epam/uui-core": "6.2.0",
14+
"@epam/loveship": "6.3.1",
15+
"@epam/promo": "6.3.1",
16+
"@epam/uui-core": "6.3.1",
1717
"immutable": "3.8.2"
1818
},
1919
"peerDependencies": {

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "6.2.0",
2+
"version": "6.3.1",
33
"npmClient": "yarn",
44
"useWorkspaces": true,
55
"exact": true

loveship/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@epam/loveship",
3-
"version": "6.2.0",
3+
"version": "6.3.1",
44
"description": "EPAM UUI components set branded with 'loveship' style",
55
"author": "EPAM",
66
"license": "MIT",
@@ -12,10 +12,10 @@
1212
"prepublish": "yarn build"
1313
},
1414
"dependencies": {
15-
"@epam/assets": "6.2.0",
16-
"@epam/uui": "6.2.0",
17-
"@epam/uui-components": "6.2.0",
18-
"@epam/uui-core": "6.2.0",
15+
"@epam/assets": "6.3.1",
16+
"@epam/uui": "6.3.1",
17+
"@epam/uui-components": "6.3.1",
18+
"@epam/uui-core": "6.3.1",
1919
"@types/classnames": "2.2.6",
2020
"classnames": "2.2.6"
2121
},

templates/uui-cra-template/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@epam/cra-template-uui",
3-
"version": "6.2.0",
3+
"version": "6.3.1",
44
"keywords": [
55
"UUI",
66
"react",

0 commit comments

Comments
 (0)