Skip to content

Commit 0d4d63b

Browse files
chore(main): release 13.15.0 (#345)
1 parent ad9ce27 commit 0d4d63b

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+
## [13.15.0](https://github.com/gravity-ui/markdown-editor/compare/v13.14.0...v13.15.0) (2024-08-29)
4+
5+
6+
### Features
7+
8+
* add autocompletionConfig to markupConfig ([#325](https://github.com/gravity-ui/markdown-editor/issues/325)) ([ad9ce27](https://github.com/gravity-ui/markdown-editor/commit/ad9ce271620bf5fcf4d47e164eed944bfa9d334e))
9+
10+
11+
### Bug Fixes
12+
13+
* **YfmHeading:** ignore anchor links inside headings when parse dom ([#348](https://github.com/gravity-ui/markdown-editor/issues/348)) ([a50d8a7](https://github.com/gravity-ui/markdown-editor/commit/a50d8a7a18c4c6375324f45a54fd58c274034ea5))
14+
* **yfmHtmlBlock:** fixed types ([#344](https://github.com/gravity-ui/markdown-editor/issues/344)) ([a762690](https://github.com/gravity-ui/markdown-editor/commit/a762690bf3c76dd2dae8be373ffac31ff2607e1d))
15+
316
## [13.14.0](https://github.com/gravity-ui/markdown-editor/compare/v13.13.0...v13.14.0) (2024-08-21)
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": "13.14.0",
3+
"version": "13.15.0",
44
"description": "Markdown wysiwyg and markup editor",
55
"license": "MIT",
66
"repository": {

0 commit comments

Comments
 (0)