2.57.0
2025-03-10
🆕 Feature
🐛 BugFix
- form: fix where form id attribute was consumed and could not be propagated (https://github.com/arco-design/arco-design-- vue/pull/3450)
- input: Fix the preValue calculation error in the input component (#3427)
- tabs: resolve wheel event listener passive warning (#3413)
- tabs: optimize memory release during tab removal (#3413)
- descriptions: fixes the issue related to the layout distribution of span (#3409)
- message: Fixed an issue where message positioning would be affected by layout and would not be displayed (#3406)
- table: Fix fixed column background style issue in dark mode (#3398)
- slider: Fixed Drag change slider value not working on mobile side (#3343)
💎 Enhancement
- modal: fix re-throw error in onBeforeOk for proper error handling (#3407)
- drawer: fix re-throw error in onBeforeOk for proper error handling (#3407)
- popconfirm: fix re-throw error in onBeforeOk for proper error handling (#3407)
2025-03-10
🆕 新增功能
🐛 问题修复
- form: 修复表单 id 属性被消费无法透传问题 (#3450)
- input: 修复 input 内 preValue 计算错误问题 (#3427)
- tabs: 解决wheel事件监听器性能警告 (#3413)
- tabs: 优化标签页动态增减时内存释放问题 (#3413)
- descriptions: 修复 span 分配布局的错误使其更遵循用户配置 (#3409)
- message: 修复 message 定位会受到布局影响,从而不显示的问题 (#3406)
- table: 修复暗黑模式下固定列选中背景样式透明 (#3398)
- slider: 修复拖动更改滑块值在移动端无效 (#3343)
💎 功能优化