From 58e98eab80e41c7ceead9159fe2cb4499c22ed31 Mon Sep 17 00:00:00 2001 From: Gravity UI Bot <111915794+gravity-ui-bot@users.noreply.github.com> Date: Mon, 4 Mar 2024 15:32:14 +0300 Subject: [PATCH] chore(main): release 5.0.0 (#841) * chore(main): release 5.0.0 * Update CHANGELOG.md --------- Co-authored-by: Nikita Gorin <36075690+NikitaCG@users.noreply.github.com> --- CHANGELOG.md | 24 ++++++++++++++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 27 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c3e71eed6..63fae74f0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,30 @@ # Changelog +## [5.0.0](https://github.com/gravity-ui/page-constructor/compare/v4.56.0...v5.0.0) (2024-03-04) + + +### ⚠ BREAKING CHANGES + +* now we are using the `i18n` instance from uikit instead of the internal one, you only need one installation and configuration from uikit in your application ([#804](https://github.com/gravity-ui/page-constructor/pull/804)) +* updated `uikit` up to v6 ([#824](https://github.com/gravity-ui/page-constructor/pull/824)) +* use `diplodoc-platform/transform` instead `doc-tools/transform` ([#813](https://github.com/gravity-ui/page-constructor/pull/813)) +* All the props from metrikaGoals and pixelEvents have been deleted, their helpers and lists have been deleted. Cleaned up calls to metric methods. Instead of all that, now AnalyticsEvents ([#814](https://github.com/gravity-ui/page-constructor/pull/814)) +* icons have been removed from the export and also replaced some icons with icons from gravity-ui/icons ([#830](https://github.com/gravity-ui/page-constructor/pull/830)) + +| Component | /icons | @gravity-ui/icons/ | +|:---------------------------------| :---------------------------------|:--------------------------------| +| BackLink | ArrowSidebar | ArrowLeft | +| FullscreenImage, FullscreenMedia | Fullscreen, PreviewClose | ChevronsExpandUpRight, Xmark | +| Link | Chevron | ChevronRight | +| ReactPlayer, VideoBlock | VolumeFill, VolumeXmark, PlayVideo| Mute, Unmute, PlayFill | +| Table | Tick, Minus | Check, Minus | +| navigation | Xmark, Bars | NavigationClose, NavigationOpen | + +### Features + +* now `PriceDetailed` is deprecated ([#820](https://github.com/gravity-ui/page-constructor/pull/820) + ## [4.56.0](https://github.com/gravity-ui/page-constructor/compare/v4.55.0...v4.56.0) (2024-03-01) diff --git a/package-lock.json b/package-lock.json index 3bed49a36..4ec5de24d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@gravity-ui/page-constructor", - "version": "4.56.0", + "version": "5.0.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@gravity-ui/page-constructor", - "version": "4.56.0", + "version": "5.0.0", "license": "MIT", "dependencies": { "@bem-react/classname": "^1.6.0", diff --git a/package.json b/package.json index c85e3823a..0ce8b6738 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@gravity-ui/page-constructor", - "version": "4.56.0", + "version": "5.0.0", "description": "Gravity UI Page Constructor", "license": "MIT", "repository": {