Skip to content

Commit 7efc9f9

Browse files
chore(main): release 7.0.0 (#1196)
* chore(main): release 7.0.0 --------- Co-authored-by: Nik Tverd <[email protected]>
1 parent 61e9f9b commit 7efc9f9

File tree

3 files changed

+28
-3
lines changed

3 files changed

+28
-3
lines changed

CHANGELOG.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,30 @@
11
# Changelog
22

3+
## [7.0.0](https://github.com/gravity-ui/page-constructor/compare/v6.10.1...v7.0.0) (2025-05-28)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
- **Slider**
9+
- The old SlickSlider moved to `SliderOld`
10+
- New Slider is now based on Swiper
11+
- Migrated tests, stories, i18n, and styles for both new and old sliders
12+
13+
- **YFM (Yandex Flavored Markdown)**
14+
- All components with HTML content now use YFM
15+
- Block transformers updated for YFM
16+
- **Components:** `MetaInfo`, `Table`, `ContentList`, `Title`, `TitleItem`
17+
- **Blocks:** `Header`, `Share`, `Questions/QuestionBlockItem`, `ExtendedFeatures`, `FoldableList/FoldableListBlockItem`, `PromoFeaturesBlock`, `Tabs/TabContent`
18+
- **Sub-blocks:** `PriceCard`, `BannerCard`, `Content`, `Quote`, `PriceDetailed/PriceDescription`, `PriceDetailed/PriceDetails/Details/List`, `PriceDetailed/PriceDetails/Details/Settings`
19+
20+
- **YandexForm**
21+
- Default theme removed from the form
22+
- Cleaned up and simplified theme logic
23+
24+
- **General**
25+
- Code migration and refactoring, removed deprecated files
26+
- Updated dependencies and documentation
27+
328
## [6.10.1](https://github.com/gravity-ui/page-constructor/compare/v6.10.0...v6.10.1) (2025-05-26)
429

530

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": "7.0.0-alpha.8",
3+
"version": "7.0.0",
44
"description": "Gravity UI Page Constructor",
55
"license": "MIT",
66
"type": "commonjs",

0 commit comments

Comments
 (0)