Skip to content

Commit 7268325

Browse files
chore(main): release 4.0.0 (#479)
* chore(main): release 4.0.0
1 parent 7be8ce6 commit 7268325

File tree

3 files changed

+16
-3
lines changed

3 files changed

+16
-3
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,19 @@
11
# Changelog
22

33

4+
## [4.0.0](https://github.com/gravity-ui/page-constructor/compare/v3.16.0...v4.0.0) (2023-08-03)
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* update to @gravity-ui/uikit version 5 [changes](https://github.com/gravity-ui/uikit/compare/v4.24.0...v5.0.0) [#459](https://github.com/gravity-ui/page-constructor/pull/459)
9+
* update to @doc-tools/transform version 3 [changes](https://github.com/yandex-cloud/yfm-transform/compare/v2.18.3...v3.0.0) [#454](https://github.com/gravity-ui/page-constructor/pull/454)
10+
* `dataQa` testing props were renamed to `qa` [#451](https://github.com/gravity-ui/page-constructor/pull/451)
11+
* `properties` field was removed from `ContentLayout` block, use top level fields instead [#456](https://github.com/gravity-ui/page-constructor/pull/456)
12+
* `theme` field type from `ConstructorProvider` was changed to `Theme` [#451](https://github.com/gravity-ui/page-constructor/pull/450)
13+
14+
### Features
15+
* Theme switch was added to Editor control panel, themes in project were refactored [#451](https://github.com/gravity-ui/page-constructor/pull/450)
16+
417
## [3.16.0](https://github.com/gravity-ui/page-constructor/compare/v3.15.0...v3.16.0) (2023-08-02)
518

619

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@gravity-ui/page-constructor",
3-
"version": "3.16.0",
3+
"version": "4.0.0",
44
"description": "Gravity UI Page Constructor",
55
"license": "MIT",
66
"repository": {

0 commit comments

Comments
 (0)