Skip to content

Commit

Permalink
🔖 chore(release): v1.8.0 [skip ci]
Browse files Browse the repository at this point in the history
## [Version 1.8.0](v1.7.0...v1.8.0)
<sup>Released on **2024-02-02**</sup>

#### ✨ 新特性

- 支持自定义 InputAreaRender.

#### 🐛 修复

- ChatItemRenderConfig.render support defaultDom, slove chatItemRenderConfig render not work use Default dom.

<br/>

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

#### What's improved

* 支持自定义 InputAreaRender, closes [#74](#74) ([d09e04a](d09e04a))

#### What's fixed

* ChatItemRenderConfig.render support defaultDom ([5a1df54](5a1df54))
* Slove chatItemRenderConfig render not work use Default dom, closes [#79](#79) ([a5763fd](a5763fd))

</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 Feb 2, 2024
1 parent d09e04a commit 9534857
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 1 deletion.
34 changes: 34 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,39 @@
# Changelog

## [Version&nbsp;1.8.0](https://github.com/ant-design/pro-chat/compare/v1.7.0...v1.8.0)

<sup>Released on **2024-02-02**</sup>

#### ✨ 新特性

- 支持自定义 InputAreaRender.

#### 🐛 修复

- ChatItemRenderConfig.render support defaultDom, slove chatItemRenderConfig render not work use Default dom.

<br/>

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

#### 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))

</details>

<div align="right">

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

</div>

### [Version&nbsp;1.7.1](https://github.com/ant-design/pro-chat/compare/v1.7.0...v1.7.1)

<sup>Released on **2024-02-02**</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-chat",
"version": "1.7.1",
"version": "1.8.0",
"description": "a solution for ai chat",
"keywords": [
"ai",
Expand Down

0 comments on commit 9534857

Please sign in to comment.