Skip to content

Commit eaf4a49

Browse files
🔖 chore(release): v0.19.0 [skip ci]
## [Version&nbsp;0.19.0](v0.18.1...v0.19.0) <sup>Released on **2023-09-06**</sup> #### ✨ 新特性 - Support renderEmpty and add sotrablelist custom create demo. #### 🐛 修复 - 默认不提供 creatorButtonProps. <br/> <details> <summary><kbd>Improvements and Fixes</kbd></summary> #### What's improved * Support renderEmpty and add sotrablelist custom create demo ([d0629c6](d0629c6)) #### What's fixed * 默认不提供 creatorButtonProps ([bfc2f6d](bfc2f6d)) </details> <div align="right"> [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) </div>
1 parent 4b9a170 commit eaf4a49

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.19.0](https://github.com/ant-design/pro-editor/compare/v0.18.1...v0.19.0)
4+
5+
<sup>Released on **2023-09-06**</sup>
6+
7+
#### ✨ 新特性
8+
9+
- Support renderEmpty and add sotrablelist custom create demo.
10+
11+
#### 🐛 修复
12+
13+
- 默认不提供 creatorButtonProps.
14+
15+
<br/>
16+
17+
<details>
18+
<summary><kbd>Improvements and Fixes</kbd></summary>
19+
20+
#### What's improved
21+
22+
- Support renderEmpty and add sotrablelist custom create demo ([d0629c6](https://github.com/ant-design/pro-editor/commit/d0629c6))
23+
24+
#### What's fixed
25+
26+
- 默认不提供 creatorButtonProps ([bfc2f6d](https://github.com/ant-design/pro-editor/commit/bfc2f6d))
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.18.1](https://github.com/ant-design/pro-editor/compare/v0.18.0...v0.18.1)
437

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

0 commit comments

Comments
 (0)