Skip to content

v2.65.0

Compare
Choose a tag to compare
@github-actions github-actions released this 23 Aug 11:00
· 406 commits to main since this release
  • 【Fix】
    • 修复 Slider 在 range 受控模式下,拖动一个 handle 可能导致另一个 handle 抖动的问题 #2438 #2442
    • 修复 Slider,在 range 模式下,min handler 可以拖动到 max handler 右侧,意外交换两个 handler 的问题 #2438 #2442
    • 修复 Button 在 children 直接传入 icon 时,垂直方向不居中的问题 #2402 #2440
    • 修复 markdown render 渲染仅包含标题的表格时崩溃 #2436 @tgz

  • 【Fix】
    • Fixed the problem that when Slider is in range controlled mode, dragging one handle may cause another handle to shake #2438
    • Fixed the problem that when Slider is in range mode, the min handler can be dragged to the right of the max handler, accidentally swapping the two handlers #2438
    • Fixed the issue that Button is not vertically centered when icon is passed directly to children #2402
    • fix ui crash when render markdown data only only includes heading definitions #2436 @tgz