Skip to content

Commit 9264e18

Browse files
🔖 chore(release): v0.32.0-rc.1 [skip ci]
## [Version&nbsp;0.32.0-rc.1](v0.31.0...v0.32.0-rc.1) <sup>Released on **2023-12-18**</sup> #### ✨ 新特性 - Add Editor Layout new Components, Change Name as EdiorLayout, header & footer config & layout type was dont, merge main, merge master & update snapshot, reflact code struct, update pannel defaultSize, update snapshot, update snapshot, update styles & props. #### 🐛 修复 - Ci bulid fixed, ci fixed, merge branch, merge main, release workflow update, revert workflow, test workflow, update Layout Pannel Styles, update snapshot, update styles. <br/> <details> <summary><kbd>Improvements and Fixes</kbd></summary> #### What's improved * Add Editor Layout new Components ([927cc46](927cc46)) * Change Name as EdiorLayout ([c1e4c00](c1e4c00)) * Header & footer config & layout type was dont ([5dfbdfb](5dfbdfb)) * Merge main ([11c65d8](11c65d8)) * Merge master & update snapshot ([fed6ff8](fed6ff8)) * Reflact code struct ([2c78710](2c78710)) * Update pannel defaultSize ([af323ec](af323ec)) * Update snapshot ([68de22d](68de22d)) * Update snapshot ([5f77048](5f77048)) * Update styles & props ([decb858](decb858)) #### What's fixed * Ci bulid fixed ([24df343](24df343)) * Ci fixed ([be8c8c4](be8c8c4)) * Merge branch ([5b4c5a1](5b4c5a1)) * Merge main ([ae678e0](ae678e0)) * Release workflow update ([59acc60](59acc60)) * Revert workflow ([7785cc1](7785cc1)) * Test workflow ([2905ee9](2905ee9)) * Update Layout Pannel Styles ([a3144ac](a3144ac)) * Update snapshot ([f2665ef](f2665ef)) * Update styles ([241de5b](241de5b)) </details> <div align="right"> [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) </div>
1 parent be8c8c4 commit 9264e18

2 files changed

Lines changed: 52 additions & 1 deletion

File tree

CHANGELOG.md

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

3+
## [Version&nbsp;0.32.0-rc.1](https://github.com/ant-design/pro-editor/compare/v0.31.0...v0.32.0-rc.1)
4+
5+
<sup>Released on **2023-12-18**</sup>
6+
7+
#### ✨ 新特性
8+
9+
- Add Editor Layout new Components, Change Name as EdiorLayout, header & footer config & layout type was dont, merge main, merge master & update snapshot, reflact code struct, update pannel defaultSize, update snapshot, update snapshot, update styles & props.
10+
11+
#### 🐛 修复
12+
13+
- Ci bulid fixed, ci fixed, merge branch, merge main, release workflow update, revert workflow, test workflow, update Layout Pannel Styles, update snapshot, update styles.
14+
15+
<br/>
16+
17+
<details>
18+
<summary><kbd>Improvements and Fixes</kbd></summary>
19+
20+
#### What's improved
21+
22+
- Add Editor Layout new Components ([927cc46](https://github.com/ant-design/pro-editor/commit/927cc46))
23+
- Change Name as EdiorLayout ([c1e4c00](https://github.com/ant-design/pro-editor/commit/c1e4c00))
24+
- Header & footer config & layout type was dont ([5dfbdfb](https://github.com/ant-design/pro-editor/commit/5dfbdfb))
25+
- Merge main ([11c65d8](https://github.com/ant-design/pro-editor/commit/11c65d8))
26+
- Merge master & update snapshot ([fed6ff8](https://github.com/ant-design/pro-editor/commit/fed6ff8))
27+
- Reflact code struct ([2c78710](https://github.com/ant-design/pro-editor/commit/2c78710))
28+
- Update pannel defaultSize ([af323ec](https://github.com/ant-design/pro-editor/commit/af323ec))
29+
- Update snapshot ([68de22d](https://github.com/ant-design/pro-editor/commit/68de22d))
30+
- Update snapshot ([5f77048](https://github.com/ant-design/pro-editor/commit/5f77048))
31+
- Update styles & props ([decb858](https://github.com/ant-design/pro-editor/commit/decb858))
32+
33+
#### What's fixed
34+
35+
- Ci bulid fixed ([24df343](https://github.com/ant-design/pro-editor/commit/24df343))
36+
- Ci fixed ([be8c8c4](https://github.com/ant-design/pro-editor/commit/be8c8c4))
37+
- Merge branch ([5b4c5a1](https://github.com/ant-design/pro-editor/commit/5b4c5a1))
38+
- Merge main ([ae678e0](https://github.com/ant-design/pro-editor/commit/ae678e0))
39+
- Release workflow update ([59acc60](https://github.com/ant-design/pro-editor/commit/59acc60))
40+
- Revert workflow ([7785cc1](https://github.com/ant-design/pro-editor/commit/7785cc1))
41+
- Test workflow ([2905ee9](https://github.com/ant-design/pro-editor/commit/2905ee9))
42+
- Update Layout Pannel Styles ([a3144ac](https://github.com/ant-design/pro-editor/commit/a3144ac))
43+
- Update snapshot ([f2665ef](https://github.com/ant-design/pro-editor/commit/f2665ef))
44+
- Update styles ([241de5b](https://github.com/ant-design/pro-editor/commit/241de5b))
45+
46+
</details>
47+
48+
<div align="right">
49+
50+
[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top)
51+
52+
</div>
53+
354
## [Version&nbsp;0.31.0](https://github.com/ant-design/pro-editor/compare/v0.30.0...v0.31.0)
455

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

0 commit comments

Comments
 (0)