diff --git a/CHANGELOG.md b/CHANGELOG.md index 7a98692a..c13dbb5a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,39 @@ # Changelog +## [Version 1.8.0](https://github.com/ant-design/pro-chat/compare/v1.7.0...v1.8.0) + +Released on **2024-02-02** + +#### ✨ 新特性 + +- 支持自定义 InputAreaRender. + +#### 🐛 修复 + +- ChatItemRenderConfig.render support defaultDom, slove chatItemRenderConfig render not work use Default dom. + +
+ +
+Improvements and Fixes + +#### What's improved + +- 支持自定义 InputAreaRender, closes [#74](https://github.com/ant-design/pro-chat/issues/74) ([d09e04a](https://github.com/ant-design/pro-chat/commit/d09e04a)) + +#### What's fixed + +- ChatItemRenderConfig.render support defaultDom ([5a1df54](https://github.com/ant-design/pro-chat/commit/5a1df54)) +- Slove chatItemRenderConfig render not work use Default dom, closes [#79](https://github.com/ant-design/pro-chat/issues/79) ([a5763fd](https://github.com/ant-design/pro-chat/commit/a5763fd)) + +
+ +
+ +[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) + +
+ ### [Version 1.7.1](https://github.com/ant-design/pro-chat/compare/v1.7.0...v1.7.1) Released on **2024-02-02** diff --git a/package.json b/package.json index 8f541ec9..d21a0d4f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@ant-design/pro-chat", - "version": "1.7.1", + "version": "1.8.0", "description": "a solution for ai chat", "keywords": [ "ai",