Skip to content

Commit f04a8dd

Browse files
authored
docs: changelog of 1.0.3 (#361)
* chore: update version * docs: update changelog of 1.0.3
1 parent f49e532 commit f04a8dd

File tree

3 files changed

+19
-1
lines changed

3 files changed

+19
-1
lines changed

CHANGELOG.en-US.md

+9
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,15 @@ tag: vVERSION
1616

1717
---
1818

19+
## 1.0.3
20+
21+
`2024-12-16`
22+
23+
- 💄 Refactor the styles when `placement: 'end'` is set for `Bubble`. [#314](https://github.com/ant-design/x/pull/314) by [@YumoImer](https://github.com/YumoImer)
24+
- 🐛 Fix occasional failure to trigger auto-scrolling when `autoScroll` is set in `Bubble.List`. [#336](https://github.com/ant-design/x/pull/336) by [@anzhou99Ru](https://github.com/anzhou99Ru)
25+
- 📖 Enhance the official website to improve user experience. [#343](https://github.com/ant-design/x/pull/343), [#334](https://github.com/ant-design/x/pull/334), [#315](https://github.com/ant-design/x/pull/315), [#331](https://github.com/ant-design/x/pull/331) by [@afc163](https://github.com/afc163), [@YumoImer](https://github.com/YumoImer), [@Wxh16144](https://github.com/Wxh16144)
26+
- 🛠 Fix errors encountered when running `pnpm lint`. [#313](https://github.com/ant-design/x/pull/313) by [@BQXBQX](https://github.com/BQXBQX)
27+
1928
## 1.0.2
2029

2130
`2024-12-04`

CHANGELOG.zh-CN.md

+9
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,15 @@ tag: vVERSION
1515

1616
---
1717

18+
## 1.0.3
19+
20+
`2024-12-16`
21+
22+
- 💄 优化 `Bubble` 设置 `placement: 'end'` 后的样式。[#314](https://github.com/ant-design/x/pull/314)[@YumoImer](https://github.com/YumoImer)
23+
- 🐛 修复 `Bubble.List` 设置 `autoScroll` 后偶现无法触发自动滚动的问题。[#336](https://github.com/ant-design/x/pull/336)[@anzhou99Ru](https://github.com/anzhou99Ru)
24+
- 📖 优化官网站点提升用户体验。[#343](https://github.com/ant-design/x/pull/343)[#334](https://github.com/ant-design/x/pull/334)[#315](https://github.com/ant-design/x/pull/315)[#331](https://github.com/ant-design/x/pull/331)[@afc163](https://github.com/afc163)[@YumoImer](https://github.com/YumoImer)[@Wxh16144](https://github.com/Wxh16144)
25+
- 🛠 修复 `pnpm lint` 时的错误。[#313](https://github.com/ant-design/x/pull/313)[@BQXBQX](https://github.com/BQXBQX)
26+
1827
## 1.0.2
1928

2029
`2024-12-04`

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ant-design/x",
3-
"version": "1.0.2",
3+
"version": "1.0.3",
44
"description": "Craft AI-driven interfaces effortlessly",
55
"keywords": [
66
"AI",

0 commit comments

Comments
 (0)