Skip to content

Commit 2bbc465

Browse files
chore(main): release 15.18.0 (#818)
1 parent 4c32e51 commit 2bbc465

File tree

3 files changed

+16
-3
lines changed

3 files changed

+16
-3
lines changed

CHANGELOG.md

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

3+
## [15.18.0](https://github.com/gravity-ui/markdown-editor/compare/v15.17.0...v15.18.0) (2025-08-04)
4+
5+
6+
### Features
7+
8+
* support mobile view ([#588](https://github.com/gravity-ui/markdown-editor/issues/588)) ([4c32e51](https://github.com/gravity-ui/markdown-editor/commit/4c32e51ff0f2470c28b95e2996134152fbfaadf1))
9+
10+
11+
### Bug Fixes
12+
13+
* **CodeBlock:** skip lang init on import fail ([#817](https://github.com/gravity-ui/markdown-editor/issues/817)) ([7c4827a](https://github.com/gravity-ui/markdown-editor/commit/7c4827a687f5ea1af9e614fa92aa97fc730cc876))
14+
* **wysiwyg:** fix pasting empty text into code and from code editor ([#820](https://github.com/gravity-ui/markdown-editor/issues/820)) ([efd9be1](https://github.com/gravity-ui/markdown-editor/commit/efd9be1ab702985df44b485b91aba4a85abaa799))
15+
316
## [15.17.0](https://github.com/gravity-ui/markdown-editor/compare/v15.16.2...v15.17.0) (2025-07-16)
417

518

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

0 commit comments

Comments
 (0)