diff --git a/.release-please/manifest.json b/.release-please/manifest.json index a8b3f3f8..7a9fe139 100644 --- a/.release-please/manifest.json +++ b/.release-please/manifest.json @@ -1,5 +1,5 @@ { - "packages/editor": "15.41.1", + "packages/editor": "15.42.0", "packages/latex-extension": "0.1.0", "packages/page-constructor-extension": "0.1.0" } \ No newline at end of file diff --git a/packages/editor/CHANGELOG.md b/packages/editor/CHANGELOG.md index 1da1e4a3..c9855b6b 100644 --- a/packages/editor/CHANGELOG.md +++ b/packages/editor/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## [15.42.0](https://github.com/gravity-ui/markdown-editor/compare/markdown-editor-v15.41.1...markdown-editor-v15.42.0) (2026-06-30) + + +### Features + +* **bundle:** add changePreviewVisible method to editor api ([#1153](https://github.com/gravity-ui/markdown-editor/issues/1153)) ([2d5a7bb](https://github.com/gravity-ui/markdown-editor/commit/2d5a7bbf0bbeef8ed1d3da82db6d26a716567773)) + + +### Bug Fixes + +* **bundle:** fixed opening of drop-down list in ToolbarSelect component ([#1165](https://github.com/gravity-ui/markdown-editor/issues/1165)) ([513b3b9](https://github.com/gravity-ui/markdown-editor/commit/513b3b90eac4fb8fc248bd3048995cc7c8eb6a09)) +* **YfmHtmlBlock:** preserve nested html block serialization ([#1162](https://github.com/gravity-ui/markdown-editor/issues/1162)) ([58dffe0](https://github.com/gravity-ui/markdown-editor/commit/58dffe04b93ada8a2c41a271fc9a29c3eb93faba)) + ## [15.41.1](https://github.com/gravity-ui/markdown-editor/compare/markdown-editor-v15.41.0...markdown-editor-v15.41.1) (2026-06-24) diff --git a/packages/editor/package.json b/packages/editor/package.json index 38ca2d7d..954260e1 100644 --- a/packages/editor/package.json +++ b/packages/editor/package.json @@ -1,6 +1,6 @@ { "name": "@gravity-ui/markdown-editor", - "version": "15.41.1", + "version": "15.42.0", "description": "Markdown wysiwyg and markup editor", "license": "MIT", "repository": {