diff --git a/.release-please/manifest.json b/.release-please/manifest.json index 584ea75b5..62c7e13e0 100644 --- a/.release-please/manifest.json +++ b/.release-please/manifest.json @@ -1,3 +1,3 @@ { - "packages/editor": "15.35.1" + "packages/editor": "15.36.0" } \ No newline at end of file diff --git a/packages/editor/CHANGELOG.md b/packages/editor/CHANGELOG.md index 0e33e0174..91ee60c22 100644 --- a/packages/editor/CHANGELOG.md +++ b/packages/editor/CHANGELOG.md @@ -1,5 +1,19 @@ # Changelog +## [15.36.0](https://github.com/gravity-ui/markdown-editor/compare/markdown-editor-v15.35.1...markdown-editor-v15.36.0) (2026-03-17) + + +### Features + +* expose `parser` via `ParserFacet` in editor state ([#993](https://github.com/gravity-ui/markdown-editor/issues/993)) ([afb3216](https://github.com/gravity-ui/markdown-editor/commit/afb32167f6058149cb9c03d787e6931f51ffc6b6)) +* prevent applying inline marks on invalid markdown boundaries ([#987](https://github.com/gravity-ui/markdown-editor/issues/987)) ([672b26f](https://github.com/gravity-ui/markdown-editor/commit/672b26f7ef12db1702a60c15059adc72f542b4a8)) + + +### Performance Improvements + +* **CodeBlock:** optimization rerender line numbers and code highlighting in code blocks ([#984](https://github.com/gravity-ui/markdown-editor/issues/984)) ([8349f2a](https://github.com/gravity-ui/markdown-editor/commit/8349f2a29c3da24cc661bfb2849860705cfa58d7)) +* **SelectionContext:** do not rerender hidden floating panel ([#985](https://github.com/gravity-ui/markdown-editor/issues/985)) ([c1b89b1](https://github.com/gravity-ui/markdown-editor/commit/c1b89b1a16f275d91b6898888b0d57a4c354fadc)) + ## [15.35.1](https://github.com/gravity-ui/markdown-editor/compare/markdown-editor-v15.35.0...markdown-editor-v15.35.1) (2026-03-11) diff --git a/packages/editor/package.json b/packages/editor/package.json index 860e3f7a8..bb345e27b 100644 --- a/packages/editor/package.json +++ b/packages/editor/package.json @@ -1,6 +1,6 @@ { "name": "@gravity-ui/markdown-editor", - "version": "15.35.1", + "version": "15.36.0", "description": "Markdown wysiwyg and markup editor", "license": "MIT", "repository": {