You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.en-US.md
+46Lines changed: 46 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,6 +16,52 @@ tag: vVERSION
16
16
17
17
---
18
18
19
+
## 2.8.1
20
+
21
+
`2026-06-30`
22
+
23
+
### @ant-design/x
24
+
25
+
- 🆕 Added `useMobile` hook, providing an SSR-safe way to detect mobile devices. [#1945](https://github.com/ant-design/x/pull/1945) by [Mickey](https://github.com/Mickey)
26
+
- 💄 Actions Feedback no longer renders Tooltip on mobile devices to avoid interaction interference. [#1945](https://github.com/ant-design/x/pull/1945) by [Mickey](https://github.com/Mickey)
27
+
- 💄 Conversations now always shows the menu icon on mobile devices (no hover state on mobile). [#1945](https://github.com/ant-design/x/pull/1945) by [Mickey](https://github.com/Mickey)
28
+
- 🐛 Improved click responsiveness for Actions, Conversations and other components on mobile by adding `touch-action: manipulation` to eliminate the 300ms click delay. [#1945](https://github.com/ant-design/x/pull/1945) by [Mickey](https://github.com/Mickey)
29
+
- 🐛 Fix Sources CarouselCard not syncing its carousel index when the controlled `activeKey` changes; the left/right buttons now jump precisely via `goTo` and edge-button no-ops are fixed. [#1945](https://github.com/ant-design/x/pull/1945) by [Mickey](https://github.com/Mickey)
30
+
- 🐛 Fix Sender speech input (useSpeech) not cleaning up SpeechRecognition on unmount, which caused state updates on an unmounted component. [#1945](https://github.com/ant-design/x/pull/1945) by [Mickey](https://github.com/Mickey)
31
+
- 🐛 Fix CodeHighlighter not calling `registerLanguage` after async language loading, which prevented syntax highlighting from working; also fix the code block background not stretching fully during horizontal scroll. [#1945](https://github.com/ant-design/x/pull/1945) by [Mickey](https://github.com/Mickey)
32
+
33
+
### Others
34
+
35
+
- 📖 Improve site page title composition: separate subtitle and title with a space to avoid concatenated wording. [#1959](https://github.com/ant-design/x/pull/1959) by [Mickey](https://github.com/Mickey)
36
+
37
+
## 2.8.0
38
+
39
+
`2026-06-08`
40
+
41
+
### @ant-design/x
42
+
43
+
- 🆕 Folder component adds a right-click context menu. [#1919](https://github.com/ant-design/x/pull/1919) by [Mickey](https://github.com/Mickey)
44
+
- 🐛 Fix FileCard.List scroll button state not refreshing when items update. [#1914](https://github.com/ant-design/x/pull/1914) by [Ryker_Feng](https://github.com/18062706139fcz)
45
+
- 🐛 Fix Sender runtime-inserted slots being cleared when the slotConfig ref changes. [#1900](https://github.com/ant-design/x/pull/1900) by [pikanohup](https://github.com/hooraypikachu)
46
+
- 🐛 Fix design token type coercion before arithmetic operations. [#1910](https://github.com/ant-design/x/pull/1910) by [Div627](https://github.com/Div627)
47
+
48
+
### @ant-design/x-markdown
49
+
50
+
- 🆕 Added `disableDefaultStyles` prop to opt out of default tag styles. [#1909](https://github.com/ant-design/x/pull/1909) by [Div627](https://github.com/Div627)
51
+
- 🐛 Fix incorrect parsing of newlines inside custom tags. [#1896](https://github.com/ant-design/x/pull/1896) by [ryker](https://github.com/2279549769)
52
+
- 🐛 Fix layout jank when the initial streaming output is non-streaming. [#1917](https://github.com/ant-design/x/pull/1917) by [Waiter](https://github.com/Waiter)
53
+
- 🐛 Fix DOMPurify erroring in SSR environments. [#1917](https://github.com/ant-design/x/pull/1917) by [Div627](https://github.com/Div627)
- 📖 Fix Chat Provider caching issue in x-conversations demos by using useRef to keep the provider instance stable. [#1925](https://github.com/ant-design/x/pull/1925) by [Ryker_Feng](https://github.com/18062706139fcz)
59
+
60
+
### Others
61
+
62
+
- 📖 Fix outdated type name in the Prompts API documentation. [#1915](https://github.com/ant-design/x/pull/1915) by [Ryker_Feng](https://github.com/18062706139fcz)
63
+
- 🛠 Pin dumi version to 2.4.28. [#1922](https://github.com/ant-design/x/pull/1922)
0 commit comments