Skip to content

Commit c31a968

Browse files
authored
Merge branch 'main' into dependabot/npm_and_yarn/packages/editor/esbuild-0.25.0
2 parents 70bbed1 + 0aaeb73 commit c31a968

40 files changed

Lines changed: 715 additions & 231 deletions

.release-please/config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@
1111
{"type": "perf", "section": "Performance Improvements", "hidden": false}
1212
],
1313
"packages": {
14-
".": {}
14+
"packages/editor": {}
1515
}
1616
}

.release-please/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"packages/editor": "15.34.5"
2+
"packages/editor": "15.35.0"
33
}

demo/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"playwright:generate": "node scripts/generate-playwright-test.js",
1212
"playwright:watch": "pnpm run playwright --ui",
1313
"playwright:headed": "playwright test --config=tests/playwright/playwright.config.ts --headed",
14-
"playwright:update": "pnpm run playwright -u",
14+
"playwright:update": "playwright test --config=tests/playwright/playwright.config.ts -u",
1515
"playwright:clear": "rm -rf ./tests/playwright/.cache",
1616
"playwright:report": "playwright show-report playwright-report",
1717
"playwright:docker": "./scripts/playwright-docker.sh test",
Loading
Loading
Loading
Loading
656 Bytes
Loading
632 Bytes
Loading

packages/editor/CHANGELOG.md

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

3+
## [15.35.0](https://github.com/gravity-ui/markdown-editor/compare/v15.34.5...markdown-editor-v15.35.0) (2026-03-10)
4+
5+
6+
### Features
7+
8+
* **deps:** allow to use `@diplodoc/mermaid-extension` v2.x.x in peer dependencies ([#981](https://github.com/gravity-ui/markdown-editor/issues/981)) ([f220d2f](https://github.com/gravity-ui/markdown-editor/commit/f220d2f314c1cf8bc92539801e396629b71e4c62))
9+
* **dnd:** scroll table when dnd is out boundaries ([#976](https://github.com/gravity-ui/markdown-editor/issues/976)) ([1c1801f](https://github.com/gravity-ui/markdown-editor/commit/1c1801f436275e16132721c7d04544f06502e8ed))
10+
* **emoji:** add check, red and green circles emoji ([#975](https://github.com/gravity-ui/markdown-editor/issues/975)) ([05d6653](https://github.com/gravity-ui/markdown-editor/commit/05d66530981c8a3a25a6893488656935cd30175a))
11+
* **lists:** exit from list by press Backspace ([#977](https://github.com/gravity-ui/markdown-editor/issues/977)) ([9a48b4b](https://github.com/gravity-ui/markdown-editor/commit/9a48b4b85553983f1a5ab4897b5ef22e232c68f9))
12+
13+
14+
### Bug Fixes
15+
16+
* **styles:** normalize hr horizontal margin ([#974](https://github.com/gravity-ui/markdown-editor/issues/974)) ([52ea523](https://github.com/gravity-ui/markdown-editor/commit/52ea523b710fdc9c286a9462e727d391124843f2))
17+
* **toolbar:** revert broken z-index logic for popups ([#861](https://github.com/gravity-ui/markdown-editor/issues/861)) ([2859f7c](https://github.com/gravity-ui/markdown-editor/commit/2859f7cbb09bd9d24332e0bbe74f6816af84767c))
18+
* **view:** do not render mermaid inside wysiwyg editor ([#979](https://github.com/gravity-ui/markdown-editor/issues/979)) ([d30d9b1](https://github.com/gravity-ui/markdown-editor/commit/d30d9b16868eeb3c0bef7ed10a542e7af129097d))
19+
20+
21+
### Performance Improvements
22+
23+
* optimize toolbar rendering ([#978](https://github.com/gravity-ui/markdown-editor/issues/978)) ([c771392](https://github.com/gravity-ui/markdown-editor/commit/c771392ff4069b72e23736512efa28825a19047a))
24+
325
## [15.34.5](https://github.com/gravity-ui/markdown-editor/compare/v15.34.4...v15.34.5) (2026-03-03)
426

527

0 commit comments

Comments
 (0)