Skip to content

Commit

Permalink
🔖 chore(release): v0.14.0 [skip ci]
Browse files Browse the repository at this point in the history
## [Version 0.14.0](v0.13.1...v0.14.0)
<sup>Released on **2023-08-29**</sup>

#### ✨ 新特性

- Auto generate id, support getItemStyles, 将创建按钮迁移到 columnList, 自定义创建按钮, 迁移 creatorButtonProps 属性到 columnList.

#### 🐛 修复

- Column list action lost, 修复 columnList ts error, 修复拖拽时 hideRemove 按钮仍在的问题.

<br/>

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

#### What's improved

* Auto generate id ([976f556](976f556))
* Support getItemStyles ([3f9024d](3f9024d))
* 将创建按钮迁移到 columnList ([299c629](299c629))
* 自定义创建按钮 ([7c1c21d](7c1c21d))
* 迁移 creatorButtonProps 属性到 columnList ([7a59f12](7a59f12))

#### What's fixed

* Column list action lost ([3dd48b2](3dd48b2))
* 修复 columnList ts error ([02b4f84](02b4f84))
* 修复拖拽时 hideRemove 按钮仍在的问题 ([728c558](728c558))

</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 Aug 29, 2023
1 parent cd83b91 commit 2576f1c
Show file tree
Hide file tree
Showing 2 changed files with 40 additions and 1 deletion.
39 changes: 39 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,44 @@
# Changelog

## [Version&nbsp;0.14.0](https://github.com/ant-design/pro-editor/compare/v0.13.1...v0.14.0)

<sup>Released on **2023-08-29**</sup>

#### ✨ 新特性

- Auto generate id, support getItemStyles, 将创建按钮迁移到 columnList, 自定义创建按钮, 迁移 creatorButtonProps 属性到 columnList.

#### 🐛 修复

- Column list action lost, 修复 columnList ts error, 修复拖拽时 hideRemove 按钮仍在的问题.

<br/>

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

#### What's improved

- Auto generate id ([976f556](https://github.com/ant-design/pro-editor/commit/976f556))
- Support getItemStyles ([3f9024d](https://github.com/ant-design/pro-editor/commit/3f9024d))
- 将创建按钮迁移到 columnList ([299c629](https://github.com/ant-design/pro-editor/commit/299c629))
- 自定义创建按钮 ([7c1c21d](https://github.com/ant-design/pro-editor/commit/7c1c21d))
- 迁移 creatorButtonProps 属性到 columnList ([7a59f12](https://github.com/ant-design/pro-editor/commit/7a59f12))

#### What's fixed

- Column list action lost ([3dd48b2](https://github.com/ant-design/pro-editor/commit/3dd48b2))
- 修复 columnList ts error ([02b4f84](https://github.com/ant-design/pro-editor/commit/02b4f84))
- 修复拖拽时 hideRemove 按钮仍在的问题 ([728c558](https://github.com/ant-design/pro-editor/commit/728c558))

</details>

<div align="right">

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

</div>

## [Version&nbsp;0.2.0](https://github.com/ant-design/pro-editor/compare/v0.1.1...v0.2.0)

<sup>Released on **2023-08-28**</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.2.0",
"version": "0.14.0",
"description": "🌟 Lightweight Editor UI Framework",
"homepage": "https://github.com/ant-design/pro-editor",
"bugs": {
Expand Down

0 comments on commit 2576f1c

Please sign in to comment.