Skip to content

Commit

Permalink
Merge branch 'main' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
AlekseyManetov committed Nov 18, 2024
2 parents fbf6342 + 2e10f6a commit 2afa213
Show file tree
Hide file tree
Showing 28 changed files with 59,060 additions and 49,454 deletions.
7 changes: 5 additions & 2 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@
- TSDoc comments for public interfaces is updated/provided or not needed
-->

#### Issue link(if exists):

### Description:


#### Issue link:

#### QA notes:
26 changes: 13 additions & 13 deletions app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@epam/app",
"version": "5.11.0-rc.0",
"version": "5.11.0",
"description": "EPAM Unified UI landing",
"author": "EPAM",
"license": "MIT",
Expand All @@ -17,19 +17,19 @@
"dependencies": {
"@babel/plugin-proposal-private-property-in-object": "7.21.11",
"@elastic/apm-rum": "^5.14.0",
"@epam/assets": "5.11.0-rc.0",
"@epam/draft-rte": "5.11.0-rc.0",
"@epam/electric": "5.11.0-rc.0",
"@epam/assets": "5.11.0",
"@epam/draft-rte": "5.11.0",
"@epam/electric": "5.11.0",
"@epam/internal": "0.0.2",
"@epam/loveship": "5.11.0-rc.0",
"@epam/promo": "5.11.0-rc.0",
"@epam/uui": "5.11.0-rc.0",
"@epam/uui-components": "5.11.0-rc.0",
"@epam/uui-core": "5.11.0-rc.0",
"@epam/uui-db": "5.11.0-rc.0",
"@epam/uui-docs": "5.11.0-rc.0",
"@epam/uui-editor": "5.11.0-rc.0",
"@epam/uui-timeline": "5.11.0-rc.0",
"@epam/loveship": "5.11.0",
"@epam/promo": "5.11.0",
"@epam/uui": "5.11.0",
"@epam/uui-components": "5.11.0",
"@epam/uui-core": "5.11.0",
"@epam/uui-db": "5.11.0",
"@epam/uui-docs": "5.11.0",
"@epam/uui-editor": "5.11.0",
"@epam/uui-timeline": "5.11.0",
"@tanstack/react-query": "^5.17.19",
"@udecode/plate-common": "31.3.2",
"amplitude-js": "8.9.1",
Expand Down
19 changes: 7 additions & 12 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,33 +1,28 @@
# 5.*.* - **.**.2024
# 5.11.0 - 15.11.2024

**What's New**
* [FlexRow][Breaking Change]: Only for `@epam/loveship` package. Now spacing default value works based on `columnGap` props. It shouldn't affect general cases, but previous spacing implementation require additional hack when it was needed to add negative margin value for container to remove corner paddings in multiline case. Now this hack should be removed, since `columnGap` implementation doesn't produce such bug for multiline.
* [useTableState][Breaking Change]: columns prop is removed, since it's not needed now. Just remove it from `useTableState` provided props.
* [useTableSate]: added `initialVisibleCount` prop
* [Button]: added size `60` to props
* [MultiSwitch]: added size `60` to props
* [TabButton][VerticalTabButton]: decreased paddings, added gaps `3px` between internal items for all sizes according to design
* [Tag]: changed layout - added gaps between internal items, changed padding
* [Data Sources]: cursor-based pagination support. More details [here](http://uui.epam.com/documents?id=dataSources-lazy-dataSource&mode=doc&category=dataSources&theme=loveship#using_cursor-based_pagination)
* [TimelineScale]: added bottom/top month text customisation.
* [TimelineScale]: customisation of today line height was added.
* [Rating]: added to `@epam/uui`, removed independent components from 'skins', now reexport from `@epam/uui` is used, removed redundant(`filledStarIcon`, `emptyStarIcon`, `renderRating`, `from`, `to`) props for all packages, changed colors for empty & disabled stars for 'Promo' & 'Loveship' skins according [design](https://www.figma.com/design/M5Njgc6SQJ3TPUccp5XHQx/UUI-Components?node-id=18045-299767), added `icon` prop to have possibility to change default icon
* [Rating]: added to `@epam/uui`, skin packages now use `@epam/uui` implementation. Removed redundant(`filledStarIcon`, `emptyStarIcon`, `renderRating`, `from`, `to`) props for all packages, changed colors for empty & disabled stars for 'Promo' & 'Loveship' skins according [design](https://www.figma.com/design/M5Njgc6SQJ3TPUccp5XHQx/UUI-Components?node-id=18045-299767), added `icon` prop to have possibility to change default icon.

**What's Fixed**
* [TabButton][VerticalTabButton]: decreased paddings, added gaps `3px` between internal items for all sizes according to design
* [Tag]: Added gaps between internal items, changed padding according to design
[Badge]: changed gaps & paddings according design, removed padding before first icon & after counter
* [VirtualList]: fixed estimatedHeight calculations in components with pagination
* [RTE]: fixed working of old iframe data structure with 'src' prop
* [VerticalTabButton]: reverted paddings & gaps to previous values for all sizes
* [RTE]: fixed migration of old table element data.cellSizes to the new colSizes format
* [PresetsPanel]: fixed 'Saved as new' action
* [PresetsPanel]: Fixed preset actions dropdown close on each rerender
* [Anchor]: fixed `clickAnalyticsEvent` not being sent when `href` property used
* [Badge]: fixed `clickAnalyticsEvent` not being sent when `href` property used
* [Button]: fixed `clickAnalyticsEvent` not being sent when `href` property used
* [LinkButton]: fixed `clickAnalyticsEvent` not being sent when `href` property used
* [IconButton]: fixed `clickAnalyticsEvent` not being sent when `href` property used
* [MainMenuButton]: fixed `clickAnalyticsEvent` not being sent when `href` property used
* [TabButton]: fixed `clickAnalyticsEvent` not being sent when `href` property used
* [Tag]: fixed `clickAnalyticsEvent` not being sent when `href` property used
* [Anchor, Badge, Button, LinkButton, IconButton, MainMenuButton, TabButton, Tag]: fixed `clickAnalyticsEvent` not being sent when `href` property used
* [ApiContext]: handle aborts during response read/parse phase (.json() and alike)

# 5.10.2 - 24.10.2024

Expand Down
10 changes: 5 additions & 5 deletions draft-rte/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@epam/draft-rte",
"version": "5.11.0-rc.0",
"version": "5.11.0",
"author": "EPAM",
"license": "MIT",
"main": "index.js",
Expand All @@ -11,10 +11,10 @@
"prepublish": "yarn build"
},
"dependencies": {
"@epam/assets": "5.11.0-rc.0",
"@epam/loveship": "5.11.0-rc.0",
"@epam/uui-components": "5.11.0-rc.0",
"@epam/uui-core": "5.11.0-rc.0",
"@epam/assets": "5.11.0",
"@epam/loveship": "5.11.0",
"@epam/uui-components": "5.11.0",
"@epam/uui-core": "5.11.0",
"@types/draft-js": "0.10.23",
"classnames": "^2.2.6",
"draft-convert": "^2.1.2",
Expand Down
2 changes: 1 addition & 1 deletion epam-assets/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@epam/assets",
"version": "5.11.0-rc.0",
"version": "5.11.0",
"description": "EPAM Assets Library",
"author": "EPAM",
"license": "MIT",
Expand Down
3 changes: 0 additions & 3 deletions epam-assets/theme/variables/tokens/_theme_electric.scss
Original file line number Diff line number Diff line change
Expand Up @@ -228,9 +228,6 @@
--uui-surface-main: var(--uui-neutral-0);
--uui-surface-sunken: var(--uui-neutral-20);

// ""
--uui-border-radius: 3;

// "core/controls"
--uui-control-bg: var(--uui-surface-main);
--uui-control-bg-disabled: var(--uui-neutral-5);
Expand Down
3 changes: 0 additions & 3 deletions epam-assets/theme/variables/tokens/_theme_loveship_dark.scss
Original file line number Diff line number Diff line change
Expand Up @@ -226,9 +226,6 @@
--uui-surface-main: var(--uui-neutral-80);
--uui-surface-sunken: var(--uui-neutral-60);

// ""
--uui-border-radius: 3;

// "core/controls"
--uui-control-bg: var(--uui-surface-main);
--uui-control-bg-disabled: var(--uui-neutral-60);
Expand Down
3 changes: 0 additions & 3 deletions epam-assets/theme/variables/tokens/_theme_loveship_light.scss
Original file line number Diff line number Diff line change
Expand Up @@ -226,9 +226,6 @@
--uui-surface-main: var(--uui-neutral-0);
--uui-surface-sunken: var(--uui-neutral-20);

// ""
--uui-border-radius: 3;

// "core/controls"
--uui-control-bg: var(--uui-surface-main);
--uui-control-bg-disabled: var(--uui-neutral-5);
Expand Down
3 changes: 0 additions & 3 deletions epam-assets/theme/variables/tokens/_theme_promo.scss
Original file line number Diff line number Diff line change
Expand Up @@ -226,9 +226,6 @@
--uui-surface-main: var(--uui-neutral-0);
--uui-surface-sunken: var(--uui-neutral-20);

// ""
--uui-border-radius: 0;

// "core/controls"
--uui-control-bg: var(--uui-surface-main);
--uui-control-bg-disabled: var(--uui-neutral-5);
Expand Down
8 changes: 4 additions & 4 deletions epam-electric/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@epam/electric",
"version": "5.11.0-rc.0",
"version": "5.11.0",
"description": "EPAM UUI components set branded with 'electric' style",
"author": "EPAM",
"license": "MIT",
Expand All @@ -12,9 +12,9 @@
"prepublish": "yarn build"
},
"dependencies": {
"@epam/uui": "5.11.0-rc.0",
"@epam/uui-components": "5.11.0-rc.0",
"@epam/uui-core": "5.11.0-rc.0"
"@epam/uui": "5.11.0",
"@epam/uui-components": "5.11.0",
"@epam/uui-core": "5.11.0"
},
"devDependencies": {
"mockdate": "^3.0.5"
Expand Down
10 changes: 5 additions & 5 deletions epam-promo/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@epam/promo",
"version": "5.11.0-rc.0",
"version": "5.11.0",
"description": "EPAM UUI4 components set",
"author": "EPAM",
"license": "MIT",
Expand All @@ -12,10 +12,10 @@
"prepublish": "yarn build"
},
"dependencies": {
"@epam/assets": "5.11.0-rc.0",
"@epam/uui": "5.11.0-rc.0",
"@epam/uui-components": "5.11.0-rc.0",
"@epam/uui-core": "5.11.0-rc.0",
"@epam/assets": "5.11.0",
"@epam/uui": "5.11.0",
"@epam/uui-components": "5.11.0",
"@epam/uui-core": "5.11.0",
"@types/classnames": "2.2.6",
"classnames": "2.2.6"
},
Expand Down
8 changes: 4 additions & 4 deletions extra/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@epam/uui-extra",
"version": "5.11.0-rc.0",
"version": "5.11.0",
"description": "EPAM UUI components set branded with 'loveship' style",
"author": "EPAM",
"license": "MIT",
Expand All @@ -11,9 +11,9 @@
"build": "ts-node ../uui-build/ts/scripts/buildUuiModule.ts"
},
"dependencies": {
"@epam/loveship": "5.11.0-rc.0",
"@epam/promo": "5.11.0-rc.0",
"@epam/uui-core": "5.11.0-rc.0",
"@epam/loveship": "5.11.0",
"@epam/promo": "5.11.0",
"@epam/uui-core": "5.11.0",
"immutable": "3.8.2"
},
"peerDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "5.11.0-rc.0",
"version": "5.11.0",
"npmClient": "yarn",
"useWorkspaces": true,
"exact": true
Expand Down
10 changes: 5 additions & 5 deletions loveship/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@epam/loveship",
"version": "5.11.0-rc.0",
"version": "5.11.0",
"description": "EPAM UUI components set branded with 'loveship' style",
"author": "EPAM",
"license": "MIT",
Expand All @@ -12,10 +12,10 @@
"prepublish": "yarn build"
},
"dependencies": {
"@epam/assets": "5.11.0-rc.0",
"@epam/uui": "5.11.0-rc.0",
"@epam/uui-components": "5.11.0-rc.0",
"@epam/uui-core": "5.11.0-rc.0",
"@epam/assets": "5.11.0",
"@epam/uui": "5.11.0",
"@epam/uui-components": "5.11.0",
"@epam/uui-core": "5.11.0",
"@types/classnames": "2.2.6",
"classnames": "2.2.6"
},
Expand Down
2 changes: 1 addition & 1 deletion public/docs/figmaTokensGen/Theme.json

Large diffs are not rendered by default.

Loading

0 comments on commit 2afa213

Please sign in to comment.