Skip to content

Commit 4636b92

Browse files
🔖 chore(release): v0.28.0-alpha.1 [skip ci]
## [Version&nbsp;0.28.0-alpha.1](v0.27.0...v0.28.0-alpha.1) <sup>Released on **2023-11-24**</sup> #### ✨ 新特性 - Undo/redo Middleware. #### 🐛 修复 - Fix compatible with subscribeWithSelector middleware. <br/> <details> <summary><kbd>Improvements and Fixes</kbd></summary> #### What's improved * Undo/redo Middleware, closes [#74](#74) ([44551aa](44551aa)) #### What's fixed * Fix compatible with subscribeWithSelector middleware, closes [#89](#89) ([b11cb36](b11cb36)) </details> <div align="right"> [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) </div>
1 parent b11cb36 commit 4636b92

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.28.0-alpha.1](https://github.com/ant-design/pro-editor/compare/v0.27.0...v0.28.0-alpha.1)
4+
5+
<sup>Released on **2023-11-24**</sup>
6+
7+
#### ✨ 新特性
8+
9+
- Undo/redo Middleware.
10+
11+
#### 🐛 修复
12+
13+
- Fix compatible with subscribeWithSelector middleware.
14+
15+
<br/>
16+
17+
<details>
18+
<summary><kbd>Improvements and Fixes</kbd></summary>
19+
20+
#### What's improved
21+
22+
- Undo/redo Middleware, closes [#74](https://github.com/ant-design/pro-editor/issues/74) ([44551aa](https://github.com/ant-design/pro-editor/commit/44551aa))
23+
24+
#### What's fixed
25+
26+
- Fix compatible with subscribeWithSelector middleware, closes [#89](https://github.com/ant-design/pro-editor/issues/89) ([b11cb36](https://github.com/ant-design/pro-editor/commit/b11cb36))
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.27.0](https://github.com/ant-design/pro-editor/compare/v0.26.0...v0.27.0)
437

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

0 commit comments

Comments
 (0)