Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
25 changes: 25 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,30 @@
# Changelog

## [7.0.0](https://github.com/gravity-ui/page-constructor/compare/v6.10.1...v7.0.0) (2025-05-28)


### ⚠ BREAKING CHANGES

- **Slider**
- The old SlickSlider moved to `SliderOld`
- New Slider is now based on Swiper
- Migrated tests, stories, i18n, and styles for both new and old sliders

- **YFM (Yandex Flavored Markdown)**
- All components with HTML content now use YFM
- Block transformers updated for YFM
- **Components:** `MetaInfo`, `Table`, `ContentList`, `Title`, `TitleItem`
- **Blocks:** `Header`, `Share`, `Questions/QuestionBlockItem`, `ExtendedFeatures`, `FoldableList/FoldableListBlockItem`, `PromoFeaturesBlock`, `Tabs/TabContent`
- **Sub-blocks:** `PriceCard`, `BannerCard`, `Content`, `Quote`, `PriceDetailed/PriceDescription`, `PriceDetailed/PriceDetails/Details/List`, `PriceDetailed/PriceDetails/Details/Settings`

- **YandexForm**
- Default theme removed from the form
- Cleaned up and simplified theme logic

- **General**
- Code migration and refactoring, removed deprecated files
- Updated dependencies and documentation

## [6.10.1](https://github.com/gravity-ui/page-constructor/compare/v6.10.0...v6.10.1) (2025-05-26)


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": "7.0.0-alpha.8",
"version": "7.0.0",
"description": "Gravity UI Page Constructor",
"license": "MIT",
"type": "commonjs",
Expand Down