Skip to content

Commit a84854a

Browse files
chore(main): release markdown-editor 15.38.0 (#1038)
1 parent 0f6b5bb commit a84854a

3 files changed

Lines changed: 29 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.37.0"
2+
"packages/editor": "15.38.0"
33
}

packages/editor/CHANGELOG.md

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

3+
## [15.38.0](https://github.com/gravity-ui/markdown-editor/compare/markdown-editor-v15.37.0...markdown-editor-v15.38.0) (2026-04-07)
4+
5+
6+
### Features
7+
8+
* **core:** allow independent registration and override of node/mark specs in extensions ([#990](https://github.com/gravity-ui/markdown-editor/issues/990)) ([e4b156c](https://github.com/gravity-ui/markdown-editor/commit/e4b156cc38394dd9548820e2b669d3d4c90bad2b))
9+
* **core:** backport 4 improvements to serializer from prosemirror-markdown upstream ([#1046](https://github.com/gravity-ui/markdown-editor/issues/1046)) ([aa6891b](https://github.com/gravity-ui/markdown-editor/commit/aa6891be59b63f137efa5cf4ffefac3bf1b3d3d3))
10+
* **deps:** bump markdown-it-ins to 4.0.0 ([#1040](https://github.com/gravity-ui/markdown-editor/issues/1040)) ([0f6b5bb](https://github.com/gravity-ui/markdown-editor/commit/0f6b5bb40a012aa80cf0bd443a8610d0073652e5))
11+
* **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))
12+
13+
14+
### Bug Fixes
15+
16+
* **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))
17+
* **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))
18+
19+
20+
### Refactoring
21+
22+
* **CodeBlock:** replace addNode workaround with direct parser token registration ([#991](https://github.com/gravity-ui/markdown-editor/issues/991)) ([66c3c08](https://github.com/gravity-ui/markdown-editor/commit/66c3c089a70d1c1b3d7de5112c16eb96e79c7572))
23+
* **Heading,YfmHeading:** extend Heading base extension instead of replacing it entirely ([#1023](https://github.com/gravity-ui/markdown-editor/issues/1023)) ([b7f7d55](https://github.com/gravity-ui/markdown-editor/commit/b7f7d550fef3c444823c7af958126a9672cf44ae))
24+
25+
26+
### Performance Improvements
27+
28+
* **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))
29+
330
## [15.37.0](https://github.com/gravity-ui/markdown-editor/compare/markdown-editor-v15.36.0...markdown-editor-v15.37.0) (2026-03-27)
431

532

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.37.0",
3+
"version": "15.38.0",
44
"description": "Markdown wysiwyg and markup editor",
55
"license": "MIT",
66
"repository": {

0 commit comments

Comments
 (0)