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
This commit was created on GitHub.com and signed with GitHub’s verified signature.
@ant-design/x
🆕 Conversation's onActiveChange callback now returns both the activated item and its key value, while updating useMergedState to useControlledState. #1762 by kimteayon
🐛 Optimized the visual presentation of Sender's disabled state buttons, unified the addition of transparent border handling to ensure consistent appearance across different button variants when disabled. #1751 by Rain120
@ant-design/x-markdown
🆕 XMarkdown adds escapeRawHtml property, allowing users to choose whether to escape raw HTML during rendering. #1769 by Div627
🐛 Fixed XMarkdown rendering when encountering unclosed inline code in lists, ensuring list markers are preserved in special unclosed cases. #1739 by Div627
🐛 Improved parsing of block-level LaTeX formulas, with more tolerant handling of trailing whitespace and indentation, enhancing compatibility with different line ending formats and reducing misjudgment and rendering issues. #1744 by Waiter
🐛 Optimized dark mode CodeHighlighter and Mermaid plugin styling issues. #1766 by menghany
@ant-design/x-sdk
🆕 useXChat adds queueRequest method, implementing initialization message sending for ConversationKey and SessionId. #1761 by kimteayon
@ant-design/x-skill
🆕 Added skill installation commands, simultaneously releasing three skills: use-x-chat, x-chat-provider, and x-request. #1753, #1767 by kimteayon
Others
🛠 Fixed build errors caused by dependency upgrades. #1754 by kimteayon
🛠 Resolved domhandler's ModuleNotFoundError in CodeSandbox preview. #1754 by kimteayon