Skip to content

Commit 97f2ce8

Browse files
chore(main): release 15.30.0
1 parent befe4c3 commit 97f2ce8

2 files changed

Lines changed: 15 additions & 1 deletion

File tree

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.30.0](https://github.com/gravity-ui/markdown-editor/compare/v15.29.0...v15.30.0) (2026-01-27)
4+
5+
6+
### Features
7+
8+
* **Checkbox:** allow multi-line labels in checkboxes ([#938](https://github.com/gravity-ui/markdown-editor/issues/938)) ([fa94c5b](https://github.com/gravity-ui/markdown-editor/commit/fa94c5b544ad03ce54127765dfb5233021acd3b7))
9+
* **Checkbox:** preserve newlines between checkboxes ([#939](https://github.com/gravity-ui/markdown-editor/issues/939)) ([befe4c3](https://github.com/gravity-ui/markdown-editor/commit/befe4c3d053e7f0fe6395866cd39d85a9b77e3df))
10+
11+
12+
### Bug Fixes
13+
14+
* **Emoji:** allow Enter to create new line when no emoji is selected ([#906](https://github.com/gravity-ui/markdown-editor/issues/906)) ([d09ddc6](https://github.com/gravity-ui/markdown-editor/commit/d09ddc65e2e99a4998cda362d80a887a74167e6d))
15+
* **Search:** auto-scroll to search match when only one result found ([#936](https://github.com/gravity-ui/markdown-editor/issues/936)) ([07b7738](https://github.com/gravity-ui/markdown-editor/commit/07b7738aadd0d40547c51276e08b4e6a6942b476))
16+
317
## [15.29.0](https://github.com/gravity-ui/markdown-editor/compare/v15.28.1...v15.29.0) (2026-01-22)
418

519

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

0 commit comments

Comments
 (0)