Skip to content

Commit df7bc62

Browse files
🔖 chore(release): v0.18.0 [skip ci]
## [Version&nbsp;0.18.0](v0.17.0...v0.18.0) <sup>Released on **2023-09-01**</sup> #### ✨ 新特性 - Delete tipGuide key & add some demo. #### 🐛 修复 - Defautl getId, 修复 ProBuilder 引用错误. <br/> <details> <summary><kbd>Improvements and Fixes</kbd></summary> #### What's improved * Delete tipGuide key & add some demo ([1c2f206](1c2f206)) #### What's fixed * Defautl getId ([f1f5d61](f1f5d61)) * 修复 ProBuilder 引用错误 ([c440447](c440447)) </details> <div align="right"> [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) </div>
1 parent be35d49 commit df7bc62

2 files changed

Lines changed: 35 additions & 1 deletion

File tree

CHANGELOG.md

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

3+
## [Version&nbsp;0.18.0](https://github.com/ant-design/pro-editor/compare/v0.17.0...v0.18.0)
4+
5+
<sup>Released on **2023-09-01**</sup>
6+
7+
#### ✨ 新特性
8+
9+
- Delete tipGuide key & add some demo.
10+
11+
#### 🐛 修复
12+
13+
- Defautl getId, 修复 ProBuilder 引用错误.
14+
15+
<br/>
16+
17+
<details>
18+
<summary><kbd>Improvements and Fixes</kbd></summary>
19+
20+
#### What's improved
21+
22+
- Delete tipGuide key & add some demo ([1c2f206](https://github.com/ant-design/pro-editor/commit/1c2f206))
23+
24+
#### What's fixed
25+
26+
- Defautl getId ([f1f5d61](https://github.com/ant-design/pro-editor/commit/f1f5d61))
27+
- 修复 ProBuilder 引用错误 ([c440447](https://github.com/ant-design/pro-editor/commit/c440447))
28+
29+
</details>
30+
31+
<div align="right">
32+
33+
[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top)
34+
35+
</div>
36+
337
## [Version&nbsp;0.17.0](https://github.com/ant-design/pro-editor/compare/v0.16.0...v0.17.0)
438

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

0 commit comments

Comments
 (0)