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 Sep 13, 2024
2 parents b284ec9 + eaf7c8c commit 1c6cfcb
Show file tree
Hide file tree
Showing 21 changed files with 74 additions and 73 deletions.
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,9 @@ For the new projects we recommend to use our custom [CRA](https://github.com/epa
npx create-react-app my-app --template @epam/uui

# Vite

npx -- degit@latest https://github.com/epam/UUI/templates/uui-vite-template my-app

# Next.js

npx create-next-app --example "https://github.com/epam/UUI/tree/main/templates/uui-nextjs-template/template" my-app
```
## Quick Try
Expand Down
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.9.1",
"version": "5.9.2",
"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.9.1",
"@epam/draft-rte": "5.9.1",
"@epam/electric": "5.9.1",
"@epam/assets": "5.9.2",
"@epam/draft-rte": "5.9.2",
"@epam/electric": "5.9.2",
"@epam/internal": "0.0.2",
"@epam/loveship": "5.9.1",
"@epam/promo": "5.9.1",
"@epam/uui": "5.9.1",
"@epam/uui-components": "5.9.1",
"@epam/uui-core": "5.9.1",
"@epam/uui-db": "5.9.1",
"@epam/uui-docs": "5.9.1",
"@epam/uui-editor": "5.9.1",
"@epam/uui-timeline": "5.9.1",
"@epam/loveship": "5.9.2",
"@epam/promo": "5.9.2",
"@epam/uui": "5.9.2",
"@epam/uui-components": "5.9.2",
"@epam/uui-core": "5.9.2",
"@epam/uui-db": "5.9.2",
"@epam/uui-docs": "5.9.2",
"@epam/uui-editor": "5.9.2",
"@epam/uui-timeline": "5.9.2",
"@tanstack/react-query": "^5.17.19",
"@udecode/plate-common": "31.3.2",
"amplitude-js": "8.9.1",
Expand Down
13 changes: 8 additions & 5 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,17 @@
# 5.x.x - xx.xx.2024
# 5.9.2 - 12.09.2024

**What's New**
* [RTE]: added `maxLength` prop
* [Text]: Added missing skin colors to 'Loveship' 'light' (night900) and dark (night50, night300, night400, night500, night600, night700, night800, night900) themes.


**What's Fixed**
* [RangeDatePicker]: fixed passing `id` prop to the first input in toggler
* [PickerInput]: fixed issue with clearing disabled (non-checkable) rows using backspace.
* [DataTableHeaderCell]: Fixed text selection issue that occurred when clicking on resize, without preventing the event from bubbling.
* [useLazyTree]: Fixed an issue where API calls were skipped during very fast scrolling.
* [RTE]: add `maxLength` prop
* [DataTableHeaderCell]: fixed text selection issue that occurred when clicking on resize, without preventing the event from bubbling.
* [useLazyTree]: fixed an issue where API calls were skipped during very fast scrolling.
* [RTE]: fixed serialization of empty lines in HTML, now </br> html tag is used
* [Text]: Added missing skin colors to 'Loveship' 'light' (night900) and dark (night50, night300, night400, night500, night600, night700, night800, night900) themes.
* [Text]: Tweak skin specific props to be equal to their semantic analogs


# 5.9.1 - 28.08.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.9.1",
"version": "5.9.2",
"author": "EPAM",
"license": "MIT",
"main": "index.js",
Expand All @@ -11,10 +11,10 @@
"prepublish": "yarn build"
},
"dependencies": {
"@epam/assets": "5.9.1",
"@epam/loveship": "5.9.1",
"@epam/uui-components": "5.9.1",
"@epam/uui-core": "5.9.1",
"@epam/assets": "5.9.2",
"@epam/loveship": "5.9.2",
"@epam/uui-components": "5.9.2",
"@epam/uui-core": "5.9.2",
"@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.9.1",
"version": "5.9.2",
"description": "EPAM Assets Library",
"author": "EPAM",
"license": "MIT",
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.9.1",
"version": "5.9.2",
"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.9.1",
"@epam/uui-components": "5.9.1",
"@epam/uui-core": "5.9.1"
"@epam/uui": "5.9.2",
"@epam/uui-components": "5.9.2",
"@epam/uui-core": "5.9.2"
},
"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.9.1",
"version": "5.9.2",
"description": "EPAM UUI4 components set",
"author": "EPAM",
"license": "MIT",
Expand All @@ -12,10 +12,10 @@
"prepublish": "yarn build"
},
"dependencies": {
"@epam/assets": "5.9.1",
"@epam/uui": "5.9.1",
"@epam/uui-components": "5.9.1",
"@epam/uui-core": "5.9.1",
"@epam/assets": "5.9.2",
"@epam/uui": "5.9.2",
"@epam/uui-components": "5.9.2",
"@epam/uui-core": "5.9.2",
"@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.9.1",
"version": "5.9.2",
"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.9.1",
"@epam/promo": "5.9.1",
"@epam/uui-core": "5.9.1",
"@epam/loveship": "5.9.2",
"@epam/promo": "5.9.2",
"@epam/uui-core": "5.9.2",
"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.9.1",
"version": "5.9.2",
"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.9.1",
"version": "5.9.2",
"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.9.1",
"@epam/uui": "5.9.1",
"@epam/uui-components": "5.9.1",
"@epam/uui-core": "5.9.1",
"@epam/assets": "5.9.2",
"@epam/uui": "5.9.2",
"@epam/uui-components": "5.9.2",
"@epam/uui-core": "5.9.2",
"@types/classnames": "2.2.6",
"classnames": "2.2.6"
},
Expand Down
2 changes: 1 addition & 1 deletion templates/uui-cra-template/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@epam/cra-template-uui",
"version": "5.9.1",
"version": "5.9.2",
"keywords": [
"UUI",
"react",
Expand Down
4 changes: 2 additions & 2 deletions test-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@epam/uui-test-utils",
"version": "5.9.1",
"version": "5.9.2",
"author": "EPAM",
"license": "MIT",
"private": false,
Expand All @@ -11,7 +11,7 @@
"prepublish": "yarn build"
},
"dependencies": {
"@epam/uui-core": "5.9.1",
"@epam/uui-core": "5.9.2",
"@testing-library/react": "14.0.0",
"@testing-library/user-event": "14.4.3",
"@types/react-test-renderer": "18.0.0",
Expand Down
2 changes: 1 addition & 1 deletion uui-build/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@epam/uui-build",
"version": "5.9.1",
"version": "5.9.2",
"bin": {
"epam-uui-build": "./bin/cli.js"
},
Expand Down
4 changes: 2 additions & 2 deletions uui-components/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@epam/uui-components",
"version": "5.9.1",
"version": "5.9.2",
"description": "EPAM UUI Components",
"author": "EPAM",
"license": "MIT",
Expand All @@ -13,7 +13,7 @@
"prepublish": "yarn build"
},
"dependencies": {
"@epam/uui-core": "5.9.1",
"@epam/uui-core": "5.9.2",
"@popperjs/core": "2.9.0",
"@types/classnames": "2.2.6",
"@types/react-measure": "2.0.8",
Expand Down
2 changes: 1 addition & 1 deletion uui-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@epam/uui-core",
"version": "5.9.1",
"version": "5.9.2",
"description": "EPAM UUI Core",
"author": "EPAM",
"license": "MIT",
Expand Down
4 changes: 2 additions & 2 deletions uui-db/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@epam/uui-db",
"version": "5.9.1",
"version": "5.9.2",
"description": "UUI - client-side relational state cache",
"author": "EPAM",
"license": "MIT",
Expand All @@ -14,7 +14,7 @@
"prepublish": "yarn build"
},
"dependencies": {
"@epam/uui-core": "5.9.1",
"@epam/uui-core": "5.9.2",
"@types/lodash.countby": "4.6.6",
"@types/lodash.filter": "4.6.6",
"@types/lodash.foreach": "4.5.6",
Expand Down
12 changes: 6 additions & 6 deletions uui-docs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@epam/uui-docs",
"version": "5.9.1",
"version": "5.9.2",
"description": "EPAM UUI Documentation infrastructure",
"author": "EPAM",
"license": "MIT",
Expand All @@ -12,11 +12,11 @@
"prepublish": "yarn build"
},
"dependencies": {
"@epam/assets": "5.9.1",
"@epam/promo": "5.9.1",
"@epam/uui": "5.9.1",
"@epam/uui-components": "5.9.1",
"@epam/uui-core": "5.9.1",
"@epam/assets": "5.9.2",
"@epam/promo": "5.9.2",
"@epam/uui": "5.9.2",
"@epam/uui-components": "5.9.2",
"@epam/uui-core": "5.9.2",
"@types/classnames": "2.2.6",
"classnames": "^2.2.6"
},
Expand Down
2 changes: 1 addition & 1 deletion uui-e2e-tests/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@epam/uui-e2e-tests",
"version": "5.9.1",
"version": "5.9.2",
"description": "",
"author": "EPAM",
"license": "MIT",
Expand Down
10 changes: 5 additions & 5 deletions uui-editor/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@epam/uui-editor",
"version": "5.9.1",
"version": "5.9.2",
"author": "EPAM",
"license": "MIT",
"main": "index.js",
Expand All @@ -12,10 +12,10 @@
},
"dependencies": {
"@braintree/sanitize-url": "7.0.0",
"@epam/assets": "5.9.1",
"@epam/uui": "5.9.1",
"@epam/uui-components": "5.9.1",
"@epam/uui-core": "5.9.1",
"@epam/assets": "5.9.2",
"@epam/uui": "5.9.2",
"@epam/uui-components": "5.9.2",
"@epam/uui-core": "5.9.2",
"@udecode/plate-autoformat": "31.0.0",
"@udecode/plate-basic-marks": "31.0.0",
"@udecode/plate-block-quote": "31.0.0",
Expand Down
6 changes: 3 additions & 3 deletions uui-timeline/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@epam/uui-timeline",
"version": "5.9.1",
"version": "5.9.2",
"author": "EPAM",
"license": "MIT",
"main": "index.js",
Expand All @@ -11,8 +11,8 @@
"prepublish": "yarn build"
},
"dependencies": {
"@epam/uui-components": "5.9.1",
"@epam/uui-core": "5.9.1",
"@epam/uui-components": "5.9.2",
"@epam/uui-core": "5.9.2",
"@types/lodash.sortedindex": "^4.1.9",
"classnames": "^2.2.6",
"lodash.sortedindex": "^4.1.0"
Expand Down
8 changes: 4 additions & 4 deletions uui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@epam/uui",
"version": "5.9.1",
"version": "5.9.2",
"description": "EPAM UUI components set",
"author": "EPAM",
"license": "MIT",
Expand All @@ -12,9 +12,9 @@
"prepublish": "yarn build"
},
"dependencies": {
"@epam/assets": "5.9.1",
"@epam/uui-components": "5.9.1",
"@epam/uui-core": "5.9.1",
"@epam/assets": "5.9.2",
"@epam/uui-components": "5.9.2",
"@epam/uui-core": "5.9.2",
"@popperjs/core": "2.9.0",
"classnames": "2.2.6",
"dayjs": "1.11.12",
Expand Down

0 comments on commit 1c6cfcb

Please sign in to comment.