Skip to content

Commit

Permalink
chore(main): release 5.0.0 (#841)
Browse files Browse the repository at this point in the history
* chore(main): release 5.0.0

* Update CHANGELOG.md

---------

Co-authored-by: Nikita Gorin <[email protected]>
  • Loading branch information
gravity-ui-bot and NikitaCG authored Mar 4, 2024
1 parent 4d63237 commit 58e98ea
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 3 deletions.
24 changes: 24 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down

0 comments on commit 58e98ea

Please sign in to comment.