Skip to content

Commit b63e08f

Browse files
chore(main): release 15.13.0 (#765)
1 parent 1ad1ba4 commit b63e08f

File tree

3 files changed

+19
-3
lines changed

3 files changed

+19
-3
lines changed

CHANGELOG.md

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

3+
## [15.13.0](https://github.com/gravity-ui/markdown-editor/compare/v15.12.1...v15.13.0) (2025-05-27)
4+
5+
6+
### Features
7+
8+
* **core, Сolor:** added support for custom escape characters ([#746](https://github.com/gravity-ui/markdown-editor/issues/746)) ([1ad1ba4](https://github.com/gravity-ui/markdown-editor/commit/1ad1ba4a0732feaa4537d0671bcbab15c716975f))
9+
* **SelectionContext:** allow to disabling context menu within node via node spec ([8b12d87](https://github.com/gravity-ui/markdown-editor/commit/8b12d8787494b4d0aa0e530ada34a92275a39387))
10+
* **view:** `openFilesGallery` returns true if the gallery was opened ([#769](https://github.com/gravity-ui/markdown-editor/issues/769)) ([4bad59f](https://github.com/gravity-ui/markdown-editor/commit/4bad59fb5588c00ceaa5cd43e158d58bbb5771d0))
11+
12+
13+
### Bug Fixes
14+
15+
* **Link:** fixed addLink action behavior ([#763](https://github.com/gravity-ui/markdown-editor/issues/763)) ([7472f56](https://github.com/gravity-ui/markdown-editor/commit/7472f56292536b51ce17bf99b573b06aa56b1a1e))
16+
* **YfmTabs:** disable drag of tab title ([#766](https://github.com/gravity-ui/markdown-editor/issues/766)) ([86468b2](https://github.com/gravity-ui/markdown-editor/commit/86468b258ca8b370919e5c1f9a01e8355dc3f5ab))
17+
* **YfmTabs:** disable selection-context menu inside tab title ([dce8e11](https://github.com/gravity-ui/markdown-editor/commit/dce8e11a6412d4d6ba42b0c0f1101a4ddfae88d6))
18+
319
## [15.12.1](https://github.com/gravity-ui/markdown-editor/compare/v15.12.0...v15.12.1) (2025-05-19)
420

521

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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

0 commit comments

Comments
 (0)