Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## [13.19.0](https://github.com/gravity-ui/markdown-editor/compare/v13.18.2...v13.19.0) (2024-09-25)


### Features

* **markup:** added ability to override default placeholder in markup mode ([#376](https://github.com/gravity-ui/markdown-editor/issues/376)) ([b6b61f8](https://github.com/gravity-ui/markdown-editor/commit/b6b61f8137f9b8ac1f4ea0ba0cb390fe07876e88))


### Bug Fixes

* remove marks from breaks that are first node inside that mark ([#378](https://github.com/gravity-ui/markdown-editor/issues/378)) ([6b148fd](https://github.com/gravity-ui/markdown-editor/commit/6b148fd8adc023d2cf31d0cf982aa428f4d28c74))
* **YfmTable:** revert serialization logic for yfm-table row and cell ([#380](https://github.com/gravity-ui/markdown-editor/issues/380)) ([5d0e931](https://github.com/gravity-ui/markdown-editor/commit/5d0e9316d774b3d41ddbbd63b2dfc50ef04d2d98))

## [13.18.2](https://github.com/gravity-ui/markdown-editor/compare/v13.18.1...v13.18.2) (2024-09-23)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@gravity-ui/markdown-editor",
"version": "13.18.2",
"version": "13.19.0",
"description": "Markdown wysiwyg and markup editor",
"license": "MIT",
"repository": {
Expand Down