Skip to content

4.16.11

Compare
Choose a tag to compare
@github-actions github-actions released this 08 Aug 12:51
· 6969 commits to master since this release
7084654
  • 🐞 Fix ConfigProvider rerender unexpectedly when switching some languages. #31630 @Map1en
  • 💄 Improve ghost button style rules, no more !important. #31659
  • 💄 Improve RangePicker range transition style. #31645
  • 🤖 Fix Dropdown destroyPopupOnHide TypeScript definition missing. #31700 @linxianxi
  • 🤖 Remove useless Omit type which is built-in in TypeScript 3.5+. #31661 @Dreamerryao

  • 🐞 修复 ConfigProvider 切换国际化时子组件 rerender 的问题。#31630 @Map1en
  • 💄 简化 ghost 按钮的样式代码,去掉 !important 样式规则。#31659
  • 💄 优化 RangePicker 的范围样式的 transition 效果。#31645
  • 🤖 修复 Dropdown destroyPopupOnHide TypeScript 定义丢失的问题。#31700 @linxianxi
  • 🤖 移除多余的 Omit 类型定义。#31661 @Dreamerryao