Skip to content

antd 3.20.4

  • 🐞 Fix multiple level Drawer with falsy mask, parent Drawer can not collapse after removing sub component. #17698
  • 🐞 Fix Table border radius missing in Firefox. #17641
  • 🐞 Fix Menu throw warning Cannot update during an existing state transition. #17657
  • 🐞 Fix Affix not resize when container size changed. #17678
  • 🐞 Fix Anchor not update bind element when getContainer changed. #17677
  • 🐞 Fix window scroll issue when using Modal and Drawer same time. #17600
  • 🌟 Empty description supports false. #17659 @billfeller
  • 💄 Remove Pagination element underline style to avoid polluted by global style. #17728
  • 💄 Extends Card action click area. #17705 @lhx6538665
  • 💄 Tweak less variables and UI to improve style customization. #17705
    • Optimize danger Button UI design. image
    • Fix @border-radius-sm not working for Slider, TreeSelect.
    • Added some less variables for Progress, Tabs, Slider and Timeline.
  • TypeScript

  • 🐞 修复多层级 Drawer 的 mask 为 false 时,卸载子级组件后父抽屉不收回的问题。#17698
  • 🐞 修复 Table 圆角样式在 Firefox 下丢失的问题。#17641
  • 🐞 修复 Menu 抛出 Cannot update during an existing state transition 警告的问题。#17657
  • 🐞 修复 Affix 容器变化时尺寸不变的问题。#17678
  • 🐞 修复 Anchor 监听元素不随着 getContainer 变化的问题。#17677
  • 🐞 修复 Modal 和 Drawer 同时使用导致的窗体滚动条冲突的问题。#17600
  • 🌟 Empty description 支持 false#17659 @billfeller
  • 💄 去除 Pagination 元素下划线以防止被全局样式污染。#17728
  • 💄 拓展 Card action 可点击区域。#17705 @lhx6538665
  • 💄 对 Less 变量进行了一波调整,以适应更多细节风格定制。#17697
    • 调整危险按钮样式。 image
    • 修复 @border-radius-sm 对 Slider、TreeSelect 不生效的问题。
    • Progress、Tabs、Slider、Timeline 组件补充 less 变量。
  • TypeScript