diff --git a/CHANGELOG.md b/CHANGELOG.md index 1cf5e3bd..289d8cf4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,41 @@ # Changelog +## [Version 0.26.0](https://github.com/ant-design/pro-editor/compare/v0.25.0...v0.26.0) + +Released on **2023-11-22** + +#### ✨ 新特性 + +- Add Markdown new Components, add more doc & change as a theme token, reflact some components props & api, udpate snapshot. + +#### 🐛 修复 + +- Delete normal Errorboundary. + +
+ +
+Improvements and Fixes + +#### What's improved + +- Add Markdown new Components ([2d16d11](https://github.com/ant-design/pro-editor/commit/2d16d11)) +- Add more doc & change as a theme token ([7889fa5](https://github.com/ant-design/pro-editor/commit/7889fa5)) +- Reflact some components props & api ([1b14b65](https://github.com/ant-design/pro-editor/commit/1b14b65)) +- Udpate snapshot ([71ffd2b](https://github.com/ant-design/pro-editor/commit/71ffd2b)) + +#### What's fixed + +- Delete normal Errorboundary ([ea44085](https://github.com/ant-design/pro-editor/commit/ea44085)) + +
+ +
+ +[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) + +
+ ## [Version 0.25.0](https://github.com/ant-design/pro-editor/compare/v0.24.0...v0.25.0) Released on **2023-11-09** diff --git a/package.json b/package.json index b8db6b84..c68fb4da 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@ant-design/pro-editor", - "version": "0.25.0", + "version": "0.26.0", "description": "🌟 Lightweight Editor UI Framework", "homepage": "https://github.com/ant-design/pro-editor", "bugs": {