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
Sender
🐛 Fixed the issue where send shortcuts enter and shift + enter were not controlled by the disabled state of the submit button, and fixed the inconsistency between onSubmit shortcut keys and button parameters. #1472 by @kimteayon
🐛 Fixed the missing skill parameter in onChange, fixed the issue where placeholder was not displayed when slot mode only showed skill capabilities, and refactored onChange logic. #1477 by @kimteayon
🐛 Fixed the issue where send shortcuts enter and shift + enter were not triggered when input type slot was activated and focused in slot mode. #1498 by @kimteayon
Attachment
🐛 Fixed the issue where the last file was not uploaded after setting maxCount. #1486 by @kimteayon
🐛 Fixed the antd warning issue after uploading images. #1492 by @kimteayon
🛠 Modified dependency configuration for mermaid. #1475 by @Div627
@ant-design/x-sdk
🐛 Optimized message flow throttling and emission logic to avoid deep update errors caused by high-frequency streaming updates, improving real-time message stability and performance. #1418 by @Afee2019