Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please/manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"packages/editor": "15.37.0"
"packages/editor": "15.38.0"
}
27 changes: 27 additions & 0 deletions packages/editor/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,32 @@
# Changelog

## [15.38.0](https://github.com/gravity-ui/markdown-editor/compare/markdown-editor-v15.37.0...markdown-editor-v15.38.0) (2026-04-07)


### Features

* **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))
* **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))
* **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))
* **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))


### Refactoring

* **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))
* **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))


### 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)


Expand Down
2 changes: 1 addition & 1 deletion packages/editor/package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down
Loading