Skip to content

Commit e389dec

Browse files
chore(main): release 14.5.0 (#498)
1 parent 0340dce commit e389dec

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.5.0](https://github.com/gravity-ui/markdown-editor/compare/v14.4.0...v14.5.0) (2024-11-28)
4+
5+
6+
### Features
7+
8+
* **core:** autoconvert html to md when pasting in markdown mode ([#476](https://github.com/gravity-ui/markdown-editor/issues/476)) ([e3f6fbc](https://github.com/gravity-ui/markdown-editor/commit/e3f6fbc4b033cc109d503a1ca1ce21bcc915ccf0))
9+
* **deps:** update diplodoc packages ([#504](https://github.com/gravity-ui/markdown-editor/issues/504)) ([5186fab](https://github.com/gravity-ui/markdown-editor/commit/5186fab62ca28a76ff5bc7db879c8517de34e86a))
10+
* **EditorView:** add sticky toolbar border variable ([#499](https://github.com/gravity-ui/markdown-editor/issues/499)) ([3e1d2e2](https://github.com/gravity-ui/markdown-editor/commit/3e1d2e25d5d37fc4b21a1ba1ab6626639255cf69))
11+
* **YfmFile:** support directive syntax ([#503](https://github.com/gravity-ui/markdown-editor/issues/503)) ([0340dce](https://github.com/gravity-ui/markdown-editor/commit/0340dce6ec00e8ab28cdf666e55bea9f46bfaccc))
12+
313
## [14.4.0](https://github.com/gravity-ui/markdown-editor/compare/v14.3.1...v14.4.0) (2024-11-22)
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.4.0",
3+
"version": "14.5.0",
44
"description": "Markdown wysiwyg and markup editor",
55
"license": "MIT",
66
"repository": {

0 commit comments

Comments
 (0)