Skip to content

Commit dee6615

Browse files
chore(main): release 14.1.0 (#463)
1 parent 64d389e commit dee6615

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+
## [14.1.0](https://github.com/gravity-ui/markdown-editor/compare/v14.0.3...v14.1.0) (2024-11-11)
4+
5+
6+
### Features
7+
8+
* **emoji:** updated emoji suggest popup logic ([#462](https://github.com/gravity-ui/markdown-editor/issues/462)) ([844667d](https://github.com/gravity-ui/markdown-editor/commit/844667d5f1365f4c2df5318d0a621ef0e18db88c))
9+
* **lists:** added input rule for ordered lists with parenthesis ([#461](https://github.com/gravity-ui/markdown-editor/issues/461)) ([05ba62d](https://github.com/gravity-ui/markdown-editor/commit/05ba62deb68d1a0fb558c2672e48d26db617b6bc))
10+
11+
12+
### Bug Fixes
13+
14+
* **Mermaid:** fix MermaidView edit buttons texts ([#465](https://github.com/gravity-ui/markdown-editor/issues/465)) ([0a16c61](https://github.com/gravity-ui/markdown-editor/commit/0a16c612e822e70e4bcc39e27bfd4fdcd3318c91))
15+
316
## [14.0.3](https://github.com/gravity-ui/markdown-editor/compare/v14.0.2...v14.0.3) (2024-11-05)
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": "14.0.3",
3+
"version": "14.1.0",
44
"description": "Markdown wysiwyg and markup editor",
55
"license": "MIT",
66
"repository": {

0 commit comments

Comments
 (0)