Skip to content

Commit

Permalink
🔖 chore(release): v0.3.0 [skip ci]
Browse files Browse the repository at this point in the history
## [Version 0.3.0](v0.2.3...v0.3.0)
<sup>Released on **2023-06-14**</sup>

#### ✨ 新特性

- Support undo/redo for ProEditor, 完善 AssetStore 数据链路, 实现 AssetStore 与 EditorStore 的状态自动同步, 新增 ContextMenu 组件, 新增 LevaPanel 属性面板, 重构优化 ComponentAsset store 实现,收敛 AssetStore 的定义方式.

#### 🐛 修复

- Fix config update, remove lucide icon, 修正潜藏的 undo/redo bug,并补充单测.

#### 💄 样式

- **leva-panel**: 添加 style 与 className 属性.
- Update empty style.

<br/>

<details>
<summary><kbd>Improvements and Fixes</kbd></summary>

#### What's improved

* Support undo/redo for ProEditor ([cec5611](cec5611))
* 完善 AssetStore 数据链路 ([20df5b2](20df5b2))
* 实现 AssetStore 与 EditorStore 的状态自动同步 ([3eeb73b](3eeb73b))
* 新增 ContextMenu 组件 ([265b442](265b442))
* 新增 LevaPanel 属性面板 ([ee2d922](ee2d922))
* 重构优化 ComponentAsset store 实现,收敛 AssetStore 的定义方式 ([37e85ab](37e85ab))

#### What's fixed

* Fix config update ([fee5441](fee5441))
* Remove lucide icon ([697a8f3](697a8f3))
* 修正潜藏的 undo/redo bug,并补充单测 ([a671b65](a671b65))

#### Styles

* **leva-panel**: 添加 style 与 className 属性 ([b0920fe](b0920fe))
* Update empty style ([a6a61c5](a6a61c5))

</details>

<div align="right">

[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top)

</div>
  • Loading branch information
semantic-release-bot committed Jun 14, 2023
1 parent 935f438 commit 951d3ac
Show file tree
Hide file tree
Showing 2 changed files with 51 additions and 1 deletion.
50 changes: 50 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,55 @@
# Changelog

## [Version&nbsp;0.3.0](https://github.com/ant-design/pro-editor/compare/v0.2.3...v0.3.0)

<sup>Released on **2023-06-14**</sup>

#### ✨ 新特性

- Support undo/redo for ProEditor, 完善 AssetStore 数据链路, 实现 AssetStore 与 EditorStore 的状态自动同步, 新增 ContextMenu 组件, 新增 LevaPanel 属性面板, 重构优化 ComponentAsset store 实现,收敛 AssetStore 的定义方式.

#### 🐛 修复

- Fix config update, remove lucide icon, 修正潜藏的 undo/redo bug,并补充单测.

#### 💄 样式

- **leva-panel**: 添加 style 与 className 属性.
- Update empty style.

<br/>

<details>
<summary><kbd>Improvements and Fixes</kbd></summary>

#### What's improved

- Support undo/redo for ProEditor ([cec5611](https://github.com/ant-design/pro-editor/commit/cec5611))
- 完善 AssetStore 数据链路 ([20df5b2](https://github.com/ant-design/pro-editor/commit/20df5b2))
- 实现 AssetStore 与 EditorStore 的状态自动同步 ([3eeb73b](https://github.com/ant-design/pro-editor/commit/3eeb73b))
- 新增 ContextMenu 组件 ([265b442](https://github.com/ant-design/pro-editor/commit/265b442))
- 新增 LevaPanel 属性面板 ([ee2d922](https://github.com/ant-design/pro-editor/commit/ee2d922))
- 重构优化 ComponentAsset store 实现,收敛 AssetStore 的定义方式 ([37e85ab](https://github.com/ant-design/pro-editor/commit/37e85ab))

#### What's fixed

- Fix config update ([fee5441](https://github.com/ant-design/pro-editor/commit/fee5441))
- Remove lucide icon ([697a8f3](https://github.com/ant-design/pro-editor/commit/697a8f3))
- 修正潜藏的 undo/redo bug,并补充单测 ([a671b65](https://github.com/ant-design/pro-editor/commit/a671b65))

#### Styles

- **leva-panel**: 添加 style 与 className 属性 ([b0920fe](https://github.com/ant-design/pro-editor/commit/b0920fe))
- Update empty style ([a6a61c5](https://github.com/ant-design/pro-editor/commit/a6a61c5))

</details>

<div align="right">

[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top)

</div>

## [Version&nbsp;0.3.0-alpha.8](https://github.com/ant-design/pro-editor/compare/v0.3.0-alpha.7...v0.3.0-alpha.8)

<sup>Released on **2023-06-14**</sup>
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ant-design/pro-editor",
"version": "0.3.0-alpha.8",
"version": "0.3.0",
"description": "🌟 Lightweight Editor UI Framework",
"homepage": "https://github.com/ant-design/pro-editor",
"bugs": {
Expand Down

0 comments on commit 951d3ac

Please sign in to comment.