Skip to content

Choose a tag to compare

@tdesign-bot tdesign-bot released this 30 Dec 07:55
· 31 commits to develop since this release
231600e

🌈 1.16.2 2025-12-30

🐞 Bug Fixes

  • Popup:
    • 修复 1.16.0 版本的重构导致开启 'trigger='hover' 且外部元素动态更新时,弹窗意外被关闭的问题 @RylanBot (#4046)
    • 修复 1.16.0 版本的重构导致弹窗在某些场景下位置不稳定的问题 @xiaody (#4046)
    • 完善 1.16.0 版本中关于空间不足时箭头偏移的优化方案 @RylanBot (#4042)
  • Select:
    • 修复 valueDisplayonClose 回调函数读取到 undefined 的问题 @RSS1102 (#4047)
    • 修复 1.15.7 版本后,开启 multiple 时,不在 options 里的 value 无法渲染的问题 @RylanBot (#4037)
    • 修复开启 filterable 后,选项变化但键盘导航高亮项未更新的问题 @RylanBot (#4037)

🐞 Bug Fixes

  • Popup:
    • Fixed an issue where the popup would unexpectedly close when 'trigger='hover' was enabled and external elements were dynamically updated, due to the restructuring in version 1.16.0 @RylanBot (#4046)
    • Fixed an issue where the position of the popup became unstable in certain scenarios after the restructuring in version 1.16.0 @xiaody (#4046)
    • Improved the optimization for arrow offset when there is not enough space, implemented in version 1.16.0 @RylanBot (#4042)
  • Select:
    • Fixed an issue where the onClose callback function of valueDisplay would receive undefined as a value @RSS1102 (#4047)
    • Fixed an issue where values that were not included in the options list could not be rendered when the multiple option was enabled after version 1.15.7 @RylanBot (#4037)
    • Fixed an issue where, after the filterable option was enabled, the highlighted items in the keyboard navigation would not update even when the options changed @RylanBot (#4037)