Skip to content

Commit

Permalink
docs: changelog of 1.0.4 (#392)
Browse files Browse the repository at this point in the history
* chore: update version

* docs: update changelog of 1.0.4

* docs: fix

* docs: update img link (#395)

* refactor: delete repetitive style import (#394)

* feat: Sender support focus. (#397)

* feat: Sender support focus.

* refactor: demo dom

* chore: update test snap

* fix: ts error

* refactor: remove export SenderRef and use GetRef instead

* refactor: SenderRef

* docs: update SenderRef

* docs: add blur demo

* chore: update test snap

* refactor: useProxyImperativeHandle instead of React.useImperativeHandle

* test: add test for useProxyImperativeHandle

* chore: add DingTalk Release Notification (#401)

* docs: update changelog
  • Loading branch information
YumoImer authored Dec 25, 2024
1 parent b0f538a commit 6c01bad
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.en-US.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,18 @@ tag: vVERSION

---

## 1.0.4

`2024-12-25`

- 🆕 Extended `XStream` support for the cancel feature. [#319](https://github.com/ant-design/x/pull/319) by [@ppbl](https://github.com/ppbl)
- 🆕 Extended `Bubble` support for the `typing.suffix` feature. [#316](https://github.com/ant-design/x/pull/316) by [@BQXBQX](https://github.com/BQXBQX)
- 🆕 Extended `Sender` component's `onChange` parameter to include the `event` object. [#362](https://github.com/ant-design/x/pull/362) by [@defaultjacky](https://github.com/defaultjacky)
- 🆕 Enhanced the `Sender` component's `ref` to support focus control methods like `focus` and `blur`. [#397](https://github.com/ant-design/x/pull/397) by [@YumoImer](https://github.com/YumoImer)
- 🐛 Fixed styling issues in `ThoughtChain` when `cssVar` is not applied. [#373](https://github.com/ant-design/x/pull/373) by [@YumoImer](https://github.com/YumoImer)
- 📖 Added `Petercat` assistant feature. [#375](https://github.com/ant-design/x/pull/375) by [@xingwanying](https://github.com/xingwanying)
- 📖 Improved the official website for a better user experience. [#389](https://github.com/ant-design/x/pull/389), [#377](https://github.com/ant-design/x/pull/377), [#364](https://github.com/ant-design/x/pull/364), [#368](https://github.com/ant-design/x/pull/368) by [@afc163](https://github.com/afc163), [@YumoImer](https://github.com/YumoImer)

## 1.0.3

`2024-12-16`
Expand Down
12 changes: 12 additions & 0 deletions CHANGELOG.zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,18 @@ tag: vVERSION

---

## 1.0.4

`2024-12-25`

- 🆕 扩展 `XStream` 对取消功能的支持。 [#319](https://github.com/ant-design/x/pull/319) by [@ppbl](https://github.com/ppbl)
- 🆕 扩展 `Bubble``typing.suffix`打字后缀的支持。 [#316](https://github.com/ant-design/x/pull/316) by [@BQXBQX](https://github.com/BQXBQX)
- 🆕 扩展 `Sender` 组件 `onChange``event` 事件参数的支持。 [#362](https://github.com/ant-design/x/pull/362) by [@defaultjacky](https://github.com/defaultjacky)
- 🆕 扩展 `Sender` 组件 `ref``focus``blur` 等焦点控制能力的支持。 [#397](https://github.com/ant-design/x/pull/397) by [@YumoImer](https://github.com/YumoImer)
- 🐛 修复 `ThoughtChain` 在非 cssVar 下的样式问题。 [#373](https://github.com/ant-design/x/pull/373) by [@YumoImer](https://github.com/YumoImer)
- 📖 添加 `Petercat` 助理功能。 [#375](https://github.com/ant-design/x/pull/375) by [@xingwanying](https://github.com/xingwanying)
- 📖 优化官网站点提升用户体验。 [#389](https://github.com/ant-design/x/pull/389)[#377](https://github.com/ant-design/x/pull/377)[#364](https://github.com/ant-design/x/pull/364)[#368](https://github.com/ant-design/x/pull/368) by [@afc163](https://github.com/afc163)[@YumoImer](https://github.com/YumoImer)

## 1.0.3

`2024-12-16`
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/x",
"version": "1.0.3",
"version": "1.0.4",
"description": "Craft AI-driven interfaces effortlessly",
"keywords": [
"AI",
Expand Down

2 comments on commit 6c01bad

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.