diff --git a/CHANGELOG.md b/CHANGELOG.md index c90705311..0919b8238 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/package-lock.json b/package-lock.json index 52e1ea46e..0b41d4fa2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@gravity-ui/page-constructor", - "version": "7.0.0-alpha.8", + "version": "7.0.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@gravity-ui/page-constructor", - "version": "7.0.0-alpha.8", + "version": "7.0.0", "license": "MIT", "dependencies": { "@bem-react/classname": "^1.6.0", diff --git a/package.json b/package.json index 157624172..26d0d1942 100644 --- a/package.json +++ b/package.json @@ -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",