Skip to content

Commit 7f35201

Browse files
chore(main): release markdown-editor 15.38.1 (#1051)
1 parent 61360f0 commit 7f35201

3 files changed

Lines changed: 14 additions & 2 deletions

File tree

.release-please/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"packages/editor": "15.38.0"
2+
"packages/editor": "15.38.1"
33
}

packages/editor/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Changelog
22

3+
## [15.38.1](https://github.com/gravity-ui/markdown-editor/compare/markdown-editor-v15.38.0...markdown-editor-v15.38.1) (2026-04-09)
4+
5+
6+
### Bug Fixes
7+
8+
* **YfmHtmlBlock:** deprecate local sanitize utils ([#1050](https://github.com/gravity-ui/markdown-editor/issues/1050)) ([61360f0](https://github.com/gravity-ui/markdown-editor/commit/61360f04a18b7917763b8ac817eb6f4c5d0ae831))
9+
10+
11+
### Performance Improvements
12+
13+
* **core:** add document-level and block-level caching to pm→markdown serialization ([#1047](https://github.com/gravity-ui/markdown-editor/issues/1047)) ([8fe6fa7](https://github.com/gravity-ui/markdown-editor/commit/8fe6fa73630a10c125d852d325c24284624afa5c))
14+
315
## [15.38.0](https://github.com/gravity-ui/markdown-editor/compare/markdown-editor-v15.37.0...markdown-editor-v15.38.0) (2026-04-07)
416

517

packages/editor/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@gravity-ui/markdown-editor",
3-
"version": "15.38.0",
3+
"version": "15.38.1",
44
"description": "Markdown wysiwyg and markup editor",
55
"license": "MIT",
66
"repository": {

0 commit comments

Comments
 (0)