From c2634dc1b268c775917b762837b38d65abf9bb2f Mon Sep 17 00:00:00 2001 From: Gravity UI Bot <111915794+gravity-ui-bot@users.noreply.github.com> Date: Fri, 3 Apr 2026 13:56:28 +0200 Subject: [PATCH] chore(main): release markdown-editor 15.38.0 --- .release-please/manifest.json | 2 +- packages/editor/CHANGELOG.md | 18 ++++++++++++++++++ packages/editor/package.json | 2 +- 3 files changed, 20 insertions(+), 2 deletions(-) diff --git a/.release-please/manifest.json b/.release-please/manifest.json index 15155de2..83ba6291 100644 --- a/.release-please/manifest.json +++ b/.release-please/manifest.json @@ -1,3 +1,3 @@ { - "packages/editor": "15.37.0" + "packages/editor": "15.38.0" } \ No newline at end of file diff --git a/packages/editor/CHANGELOG.md b/packages/editor/CHANGELOG.md index 074fa479..504ffada 100644 --- a/packages/editor/CHANGELOG.md +++ b/packages/editor/CHANGELOG.md @@ -1,5 +1,23 @@ # Changelog +## [15.38.0](https://github.com/gravity-ui/markdown-editor/compare/markdown-editor-v15.37.0...markdown-editor-v15.38.0) (2026-04-03) + + +### Features + +* **SelectionContext:** update selection context panel view ([#1044](https://github.com/gravity-ui/markdown-editor/issues/1044)) ([65b57bc](https://github.com/gravity-ui/markdown-editor/commit/65b57bcc7f562d04c340edd69a0f27741e310df3)) + + +### Bug Fixes + +* **core:** smarter underscore and exclamation mark escaping when serializing to markdown ([#1045](https://github.com/gravity-ui/markdown-editor/issues/1045)) ([69fcd72](https://github.com/gravity-ui/markdown-editor/commit/69fcd722a2ee0fa64e59d14b07e80d549d2ecddd)) +* **Lists:** improve nested list collapse for deep structures ([#1041](https://github.com/gravity-ui/markdown-editor/issues/1041)) ([6dca6ae](https://github.com/gravity-ui/markdown-editor/commit/6dca6ae116ee0e9632b3d27ec31c4f36951e52b6)) + + +### Performance Improvements + +* **SelectionContext:** reduce number of selection context tooltip re-renders ([#1037](https://github.com/gravity-ui/markdown-editor/issues/1037)) ([6372f3e](https://github.com/gravity-ui/markdown-editor/commit/6372f3efba782fa1aaeb2a4816b2fcba32397463)) + ## [15.37.0](https://github.com/gravity-ui/markdown-editor/compare/markdown-editor-v15.36.0...markdown-editor-v15.37.0) (2026-03-27) diff --git a/packages/editor/package.json b/packages/editor/package.json index b338c8f8..b9e77537 100644 --- a/packages/editor/package.json +++ b/packages/editor/package.json @@ -1,6 +1,6 @@ { "name": "@gravity-ui/markdown-editor", - "version": "15.37.0", + "version": "15.38.0", "description": "Markdown wysiwyg and markup editor", "license": "MIT", "repository": {