diff --git a/CHANGELOG.md b/CHANGELOG.md index 02bbf316..7fddce20 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## [15.29.0](https://github.com/gravity-ui/markdown-editor/compare/v15.28.1...v15.29.0) (2026-01-22) + + +### Features + +* **bundle:** tidy up the layout of the settings panel contents ([#933](https://github.com/gravity-ui/markdown-editor/issues/933)) ([6273508](https://github.com/gravity-ui/markdown-editor/commit/6273508a8a9b32990d6032d498f539edb2423e34)) +* **markup:** adjust overflow to prevent tooltip clipping ([#927](https://github.com/gravity-ui/markdown-editor/issues/927)) ([fdf0867](https://github.com/gravity-ui/markdown-editor/commit/fdf0867c2a44cc5295fd4fcd2088b1cac2331c20)) +* **markup:** support codemirror tooltips config ([#923](https://github.com/gravity-ui/markdown-editor/issues/923)) ([089bd64](https://github.com/gravity-ui/markdown-editor/commit/089bd64eb75651614c5dbba5408c426bacc42012)) + ## [15.28.1](https://github.com/gravity-ui/markdown-editor/compare/v15.28.0...v15.28.1) (2026-01-15) diff --git a/package.json b/package.json index 331d5889..ed0158a0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@gravity-ui/markdown-editor", - "version": "15.28.1", + "version": "15.29.0", "description": "Markdown wysiwyg and markup editor", "license": "MIT", "repository": {