Skip to content

Commit 02b4582

Browse files
chore(main): release markdown-editor 15.16.2
1 parent f220d2f commit 02b4582

3 files changed

Lines changed: 30 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.34.5"
2+
"packages/editor": "15.16.2"
33
}

packages/editor/CHANGELOG.md

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

3+
## [15.16.2](https://github.com/gravity-ui/markdown-editor/compare/markdown-editor-v15.34.5...markdown-editor-v15.16.2) (2026-03-10)
4+
5+
6+
### chore
7+
8+
* release 14.12.2 ([12a8ef1](https://github.com/gravity-ui/markdown-editor/commit/12a8ef1d6a4b8fba5f9741d0d974a8549992acc6))
9+
* trigger release 15.16.2 ([ff59299](https://github.com/gravity-ui/markdown-editor/commit/ff592993f6c3b5c01ecdf246ee87a123a333374d))
10+
11+
12+
### Features
13+
14+
* **deps:** allow to use `@diplodoc/mermaid-extension` v2.x.x in peer dependencies ([#981](https://github.com/gravity-ui/markdown-editor/issues/981)) ([f220d2f](https://github.com/gravity-ui/markdown-editor/commit/f220d2f314c1cf8bc92539801e396629b71e4c62))
15+
* **dnd:** scroll table when dnd is out boundaries ([#976](https://github.com/gravity-ui/markdown-editor/issues/976)) ([1c1801f](https://github.com/gravity-ui/markdown-editor/commit/1c1801f436275e16132721c7d04544f06502e8ed))
16+
* **emoji:** add check, red and green circles emoji ([#975](https://github.com/gravity-ui/markdown-editor/issues/975)) ([05d6653](https://github.com/gravity-ui/markdown-editor/commit/05d66530981c8a3a25a6893488656935cd30175a))
17+
* **lists:** exit from list by press Backspace ([#977](https://github.com/gravity-ui/markdown-editor/issues/977)) ([9a48b4b](https://github.com/gravity-ui/markdown-editor/commit/9a48b4b85553983f1a5ab4897b5ef22e232c68f9))
18+
19+
20+
### Bug Fixes
21+
22+
* **styles:** normalize hr horizontal margin ([#974](https://github.com/gravity-ui/markdown-editor/issues/974)) ([52ea523](https://github.com/gravity-ui/markdown-editor/commit/52ea523b710fdc9c286a9462e727d391124843f2))
23+
* **toolbar:** revert broken z-index logic for popups ([#861](https://github.com/gravity-ui/markdown-editor/issues/861)) ([2859f7c](https://github.com/gravity-ui/markdown-editor/commit/2859f7cbb09bd9d24332e0bbe74f6816af84767c))
24+
* **view:** do not render mermaid inside wysiwyg editor ([#979](https://github.com/gravity-ui/markdown-editor/issues/979)) ([d30d9b1](https://github.com/gravity-ui/markdown-editor/commit/d30d9b16868eeb3c0bef7ed10a542e7af129097d))
25+
26+
27+
### Performance Improvements
28+
29+
* optimize toolbar rendering ([#978](https://github.com/gravity-ui/markdown-editor/issues/978)) ([c771392](https://github.com/gravity-ui/markdown-editor/commit/c771392ff4069b72e23736512efa28825a19047a))
30+
331
## [15.34.5](https://github.com/gravity-ui/markdown-editor/compare/v15.34.4...v15.34.5) (2026-03-03)
432

533

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

0 commit comments

Comments
 (0)