Skip to content

v5.12.3

Compare
Choose a tag to compare
@awmleer awmleer released this 16 May 10:34
· 969 commits to master since this release

Enhancements

  • [Badge] adjust ts definition #5195

Bug Fixes

  • downgrade @use-gesture/react to 10.2.12 to fix body get scroll locked after open a new page #5190 f7f1fc4
  • more strict scroll element check in getScrollParent to prevent issues like #5187 0d83349
  • [Calendar] click the date in prev or next month should jump to the target month and trigger select 0030bd4

优化

  • [Badge] 调整了 ts 定义 #5195

修复

  • 临时锁住 @use-gesture/react 的版本,避免出现跳转新页面后旧页面滚动被锁死的问题 #5190 f7f1fc4
  • 在 getScrollParent 中调整了元素是否可以滚动的检查逻辑,避免出现类似于 #5187 的问题 0d83349
  • [Calendar] 修复了点击前一个月或后一个月的日期时,无法触发选择和跳转的问题 0030bd4