Skip to content

Commit 111e14d

Browse files
🔖 chore(release): v0.32.0 [skip ci]
## [Version&nbsp;0.32.0](v0.31.1...v0.32.0) <sup>Released on **2023-12-20**</sup> #### ✨ 新特性 - SortableList support handle control. #### 🐛 修复 - Fix creatorButtonProps and add demos. <br/> <details> <summary><kbd>Improvements and Fixes</kbd></summary> #### What's improved * SortableList support handle control ([6a1ea43](6a1ea43)) #### What's fixed * Fix creatorButtonProps and add demos ([4f37d45](4f37d45)) </details> <div align="right"> [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) </div>
1 parent a2b788d commit 111e14d

2 files changed

Lines changed: 34 additions & 1 deletion

File tree

CHANGELOG.md

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

3+
## [Version&nbsp;0.32.0](https://github.com/ant-design/pro-editor/compare/v0.31.1...v0.32.0)
4+
5+
<sup>Released on **2023-12-20**</sup>
6+
7+
#### ✨ 新特性
8+
9+
- SortableList support handle control.
10+
11+
#### 🐛 修复
12+
13+
- Fix creatorButtonProps and add demos.
14+
15+
<br/>
16+
17+
<details>
18+
<summary><kbd>Improvements and Fixes</kbd></summary>
19+
20+
#### What's improved
21+
22+
- SortableList support handle control ([6a1ea43](https://github.com/ant-design/pro-editor/commit/6a1ea43))
23+
24+
#### What's fixed
25+
26+
- Fix creatorButtonProps and add demos ([4f37d45](https://github.com/ant-design/pro-editor/commit/4f37d45))
27+
28+
</details>
29+
30+
<div align="right">
31+
32+
[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top)
33+
34+
</div>
35+
336
### [Version&nbsp;0.31.1](https://github.com/ant-design/pro-editor/compare/v0.31.0...v0.31.1)
437

538
<sup>Released on **2023-12-18**</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.31.1",
3+
"version": "0.32.0",
44
"description": "🌟 Lightweight Editor UI Framework",
55
"homepage": "https://github.com/ant-design/pro-editor",
66
"bugs": {

0 commit comments

Comments
 (0)