Skip to content

Commit 618f495

Browse files
🔖 chore(release): v0.26.0 [skip ci]
## [Version&nbsp;0.26.0](v0.25.0...v0.26.0) <sup>Released on **2023-11-22**</sup> #### ✨ 新特性 - Add Markdown new Components, add more doc & change as a theme token, reflact some components props & api, udpate snapshot. #### 🐛 修复 - Delete normal Errorboundary. <br/> <details> <summary><kbd>Improvements and Fixes</kbd></summary> #### What's improved * Add Markdown new Components ([2d16d11](2d16d11)) * Add more doc & change as a theme token ([7889fa5](7889fa5)) * Reflact some components props & api ([1b14b65](1b14b65)) * Udpate snapshot ([71ffd2b](71ffd2b)) #### What's fixed * Delete normal Errorboundary ([ea44085](ea44085)) </details> <div align="right"> [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) </div>
1 parent c2a241e commit 618f495

2 files changed

Lines changed: 37 additions & 1 deletion

File tree

CHANGELOG.md

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

3+
## [Version&nbsp;0.26.0](https://github.com/ant-design/pro-editor/compare/v0.25.0...v0.26.0)
4+
5+
<sup>Released on **2023-11-22**</sup>
6+
7+
#### ✨ 新特性
8+
9+
- Add Markdown new Components, add more doc & change as a theme token, reflact some components props & api, udpate snapshot.
10+
11+
#### 🐛 修复
12+
13+
- Delete normal Errorboundary.
14+
15+
<br/>
16+
17+
<details>
18+
<summary><kbd>Improvements and Fixes</kbd></summary>
19+
20+
#### What's improved
21+
22+
- Add Markdown new Components ([2d16d11](https://github.com/ant-design/pro-editor/commit/2d16d11))
23+
- Add more doc & change as a theme token ([7889fa5](https://github.com/ant-design/pro-editor/commit/7889fa5))
24+
- Reflact some components props & api ([1b14b65](https://github.com/ant-design/pro-editor/commit/1b14b65))
25+
- Udpate snapshot ([71ffd2b](https://github.com/ant-design/pro-editor/commit/71ffd2b))
26+
27+
#### What's fixed
28+
29+
- Delete normal Errorboundary ([ea44085](https://github.com/ant-design/pro-editor/commit/ea44085))
30+
31+
</details>
32+
33+
<div align="right">
34+
35+
[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top)
36+
37+
</div>
38+
339
## [Version&nbsp;0.25.0](https://github.com/ant-design/pro-editor/compare/v0.24.0...v0.25.0)
440

541
<sup>Released on **2023-11-09**</sup>

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ant-design/pro-editor",
3-
"version": "0.25.0",
3+
"version": "0.26.0",
44
"description": "🌟 Lightweight Editor UI Framework",
55
"homepage": "https://github.com/ant-design/pro-editor",
66
"bugs": {

0 commit comments

Comments
 (0)