Skip to content

Commit 6f752e1

Browse files
chore(main): release 14.0.2 (#454)
1 parent 3f7e260 commit 6f752e1

File tree

3 files changed

+13
-3
lines changed

3 files changed

+13
-3
lines changed

CHANGELOG.md

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

3+
## [14.0.2](https://github.com/gravity-ui/markdown-editor/compare/v14.0.1...v14.0.2) (2024-11-02)
4+
5+
6+
### Bug Fixes
7+
8+
* **bundle:** file upload handler is not passed in wysiwyg mode ([#453](https://github.com/gravity-ui/markdown-editor/issues/453)) ([46fbe46](https://github.com/gravity-ui/markdown-editor/commit/46fbe46c0c0a7eeb85305d1a8fe8f33ef1257df0))
9+
* **deps:** sync version of markdown-it-attrs with @diplodoc/transform ([#457](https://github.com/gravity-ui/markdown-editor/issues/457)) ([3f7e260](https://github.com/gravity-ui/markdown-editor/commit/3f7e2603761be8ed184c57aa14138fb45e8d0202))
10+
* **markup:** correct key formatting for codemirror keymap ([#456](https://github.com/gravity-ui/markdown-editor/issues/456)) ([2f8f91d](https://github.com/gravity-ui/markdown-editor/commit/2f8f91df2a6c19b060667a495b496ed713fefa00))
11+
* **markup:** fix hotkey Esc not working in markup mode ([#455](https://github.com/gravity-ui/markdown-editor/issues/455)) ([28bc59f](https://github.com/gravity-ui/markdown-editor/commit/28bc59f77356464b7aa81f9c89fa8d96bacf3ed1))
12+
313
## [14.0.1](https://github.com/gravity-ui/markdown-editor/compare/v14.0.0...v14.0.1) (2024-10-25)
414

515

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

0 commit comments

Comments
 (0)