Skip to content

Commit 50d346b

Browse files
chore(main): release 15.26.0 (#885)
1 parent 5505a42 commit 50d346b

File tree

3 files changed

+20
-3
lines changed

3 files changed

+20
-3
lines changed

CHANGELOG.md

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

3+
## [15.26.0](https://github.com/gravity-ui/markdown-editor/compare/v15.25.0...v15.26.0) (2025-12-10)
4+
5+
6+
### Features
7+
8+
* **code-block:** support line numbers in code blocks ([#879](https://github.com/gravity-ui/markdown-editor/issues/879)) ([f57f153](https://github.com/gravity-ui/markdown-editor/commit/f57f153e17ec1e7c296188ef85b2ae3b43ab16fc))
9+
* **Math:** parse TeX formulas when pasting from code editor and paste them as math block ([#888](https://github.com/gravity-ui/markdown-editor/issues/888)) ([c3c7a7f](https://github.com/gravity-ui/markdown-editor/commit/c3c7a7f87582df5caaf5d0b72b711a8f00c2611e))
10+
* support yfm theme colors ([#889](https://github.com/gravity-ui/markdown-editor/issues/889)) ([5505a42](https://github.com/gravity-ui/markdown-editor/commit/5505a42e5c24a62060b487e3299f7d6eae115408))
11+
12+
13+
### Bug Fixes
14+
15+
* **Checkbox:** handle checkbox without id attribute ([#883](https://github.com/gravity-ui/markdown-editor/issues/883)) ([578c103](https://github.com/gravity-ui/markdown-editor/commit/578c103a72135d002abe89bb64c56f36d5c545d4))
16+
* **YfmTable:** fixed dragging a row in horizontally scrolled table ([cf6c9e4](https://github.com/gravity-ui/markdown-editor/commit/cf6c9e458cc6d22d073a7590acdbc4daff0462a0))
17+
* **YfmTable:** fixed position of floating plus buttons when table is scrolled horizontally ([4f1e8cd](https://github.com/gravity-ui/markdown-editor/commit/4f1e8cdb0dc73ff36aa74784fd1925f2a411121c))
18+
* **YfmTable:** fixed position of floating row and column controls when table scrolling horizontally ([acb01e2](https://github.com/gravity-ui/markdown-editor/commit/acb01e2d772f58161e3211c4d3a0ed96ab9fc523))
19+
320
## [15.25.0](https://github.com/gravity-ui/markdown-editor/compare/v15.24.1...v15.25.0) (2025-11-14)
421

522

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

0 commit comments

Comments
 (0)