From 5d09f4333b19b7a8606469ce42c504c7824e57dc Mon Sep 17 00:00:00 2001 From: Gravity UI Bot <111915794+gravity-ui-bot@users.noreply.github.com> Date: Tue, 15 Sep 2026 15:30:32 +0200 Subject: [PATCH] chore(main): release markdown-editor 15.46.1 --- .release-please/manifest.json | 2 +- packages/editor/CHANGELOG.md | 20 ++++++++++++++++++++ packages/editor/package.json | 2 +- 3 files changed, 22 insertions(+), 2 deletions(-) diff --git a/.release-please/manifest.json b/.release-please/manifest.json index 34d288671..ad3816777 100644 --- a/.release-please/manifest.json +++ b/.release-please/manifest.json @@ -1,5 +1,5 @@ { - "packages/editor": "15.46.0", + "packages/editor": "15.46.1", "packages/latex-extension": "0.1.1", "packages/page-constructor-extension": "0.1.0" } \ No newline at end of file diff --git a/packages/editor/CHANGELOG.md b/packages/editor/CHANGELOG.md index 5bb64a2da..fd70eea4d 100644 --- a/packages/editor/CHANGELOG.md +++ b/packages/editor/CHANGELOG.md @@ -1,5 +1,25 @@ # Changelog +## [15.46.1](https://github.com/gravity-ui/markdown-editor/compare/markdown-editor-v15.46.0...markdown-editor-v15.46.1) (2026-09-15) + + +### Bug Fixes + +* **bundle:** even out spacing around the settings separator ([#1225](https://github.com/gravity-ui/markdown-editor/issues/1225)) ([f5e5d80](https://github.com/gravity-ui/markdown-editor/commit/f5e5d8045200591cbdc997b2e9fdc7bb24febf14)) +* **markup:** correct Firefox caret height near placeholder ([#1223](https://github.com/gravity-ui/markdown-editor/issues/1223)) ([e61ab37](https://github.com/gravity-ui/markdown-editor/commit/e61ab372cbc00f401c0886b4b729e8c49417c05c)) + + +### Refactoring + +* **Link:** use new builder methods to register marks ([#1219](https://github.com/gravity-ui/markdown-editor/issues/1219)) ([e833c5c](https://github.com/gravity-ui/markdown-editor/commit/e833c5ca253efee90b839b62b3ca2ccb8ee3d221)) +* **Lists:** use new builder methods to register nodes ([#1213](https://github.com/gravity-ui/markdown-editor/issues/1213)) ([7cb4013](https://github.com/gravity-ui/markdown-editor/commit/7cb4013809816af586e490827ecb18fd38396fbf)) +* **Mark:** use new builder methods to register marks ([#1211](https://github.com/gravity-ui/markdown-editor/issues/1211)) ([580dfc1](https://github.com/gravity-ui/markdown-editor/commit/580dfc107eb5559c951a6a5ad02dd3785a030cbe)) +* **Monospace:** use new builder methods to register marks ([#1218](https://github.com/gravity-ui/markdown-editor/issues/1218)) ([20cb732](https://github.com/gravity-ui/markdown-editor/commit/20cb732b9d50fc9411ee3d9fcf80735aa65f9c7d)) +* **Strike:** use new builder methods to register marks ([#1214](https://github.com/gravity-ui/markdown-editor/issues/1214)) ([928ee27](https://github.com/gravity-ui/markdown-editor/commit/928ee27ad075d579b5ec03894905afe15075bdee)) +* **Subscript:** use new builder methods to register marks ([#1215](https://github.com/gravity-ui/markdown-editor/issues/1215)) ([d788533](https://github.com/gravity-ui/markdown-editor/commit/d78853368966e43445b31eb87f63ccc8a919010b)) +* **Superscript:** use new builder methods to register marks ([#1216](https://github.com/gravity-ui/markdown-editor/issues/1216)) ([3727230](https://github.com/gravity-ui/markdown-editor/commit/37272302bc10bf42294034386fb57e9578dfa389)) +* **Underline:** use new builder methods to register marks ([#1217](https://github.com/gravity-ui/markdown-editor/issues/1217)) ([e584bc5](https://github.com/gravity-ui/markdown-editor/commit/e584bc5996b9ab2ab9d4008852592ce264b6fdeb)) + ## [15.46.0](https://github.com/gravity-ui/markdown-editor/compare/markdown-editor-v15.45.0...markdown-editor-v15.46.0) (2026-08-10) diff --git a/packages/editor/package.json b/packages/editor/package.json index 4f94c5fc0..ebd2a4585 100644 --- a/packages/editor/package.json +++ b/packages/editor/package.json @@ -1,6 +1,6 @@ { "name": "@gravity-ui/markdown-editor", - "version": "15.46.0", + "version": "15.46.1", "description": "Markdown wysiwyg and markup editor", "license": "MIT", "repository": {