Skip to content

Commit 6de1d1f

Browse files
chore(main): release markdown-editor 15.36.0 (#986)
Co-authored-by: Sergey Makhnatkin <makhnatkin@yandex-team.ru>
1 parent d2435ce commit 6de1d1f

3 files changed

Lines changed: 16 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.35.1"
2+
"packages/editor": "15.36.0"
33
}

packages/editor/CHANGELOG.md

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

3+
## [15.36.0](https://github.com/gravity-ui/markdown-editor/compare/markdown-editor-v15.35.1...markdown-editor-v15.36.0) (2026-03-17)
4+
5+
6+
### Features
7+
8+
* 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))
9+
* 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))
10+
11+
12+
### Performance Improvements
13+
14+
* **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))
15+
* **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))
16+
317
## [15.35.1](https://github.com/gravity-ui/markdown-editor/compare/markdown-editor-v15.35.0...markdown-editor-v15.35.1) (2026-03-11)
418

519

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

0 commit comments

Comments
 (0)