Skip to content

Commit d3eadc4

Browse files
chore(main): release 13.8.0 (#321)
1 parent 9bf6d5d commit d3eadc4

File tree

3 files changed

+17
-3
lines changed

3 files changed

+17
-3
lines changed

CHANGELOG.md

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

3+
## [13.8.0](https://github.com/gravity-ui/markdown-editor/compare/v13.7.0...v13.8.0) (2024-08-01)
4+
5+
6+
### Features
7+
8+
* **bundle:** improve drilling of codemirror config ([#323](https://github.com/gravity-ui/markdown-editor/issues/323)) ([9bf6d5d](https://github.com/gravity-ui/markdown-editor/commit/9bf6d5d6fb05b20a3091cfba30562dc08f7b9eea))
9+
* support YfmLangOptions drilling to markup editor ([#303](https://github.com/gravity-ui/markdown-editor/issues/303)) ([4564256](https://github.com/gravity-ui/markdown-editor/commit/4564256e34183f0081afedb841de0f1fe8349535))
10+
11+
12+
### Bug Fixes
13+
14+
* **FoldingHeading:** correct position of separator on bottom edge of section ([#322](https://github.com/gravity-ui/markdown-editor/issues/322)) ([5fff3ca](https://github.com/gravity-ui/markdown-editor/commit/5fff3caa3e94ca19f6a7177bb1c1f2b4e8fad5cd))
15+
* **view:** add support for opening folding-headings in useYfmShowElemWithId() hook ([#320](https://github.com/gravity-ui/markdown-editor/issues/320)) ([05c363b](https://github.com/gravity-ui/markdown-editor/commit/05c363b2b6e8a35fbe20dcd33ece8918c64ba441))
16+
317
## [13.7.0](https://github.com/gravity-ui/markdown-editor/compare/v13.6.1...v13.7.0) (2024-08-01)
418

519

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

0 commit comments

Comments
 (0)