Skip to content

Commit 53d34e0

Browse files
chore(main): release 15.26.0
1 parent 7bdb5c3 commit 53d34e0

File tree

3 files changed

+15
-3
lines changed

3 files changed

+15
-3
lines changed

CHANGELOG.md

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

3+
## [15.26.0](https://github.com/gravity-ui/markdown-editor/compare/v15.25.0...v15.26.0) (2025-11-28)
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+
10+
11+
### Bug Fixes
12+
13+
* **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))
14+
315
## [15.25.0](https://github.com/gravity-ui/markdown-editor/compare/v15.24.1...v15.25.0) (2025-11-14)
416

517

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)