Skip to content

Releases: ant-design/ant-design

5.12.2

11 Dec 16:25
dcf9e64
Compare
Choose a tag to compare

  • 🐞 MISC: 修复 React 17 以下使用 webpack 构建时报错 useId 找不到的问题。#46261
  • Pagination
  • 🐞 修复 Table 筛选菜单在 CSS 变量模式下丢失背景色的问题。#46314
  • 🐞 优化 Spin 交互,全屏状态时禁止用户触发鼠标事件。#46303 @li-jia-nan
  • 🐞 修复 Form hideRequiredMark 属性的优先级低于 ConfigProvider 的 form 配置的问题。#46299 @linhf123
  • TypeScript
    • 🤖 修复 Descriptions TS 定义不支持 id 属性的问题。#46367 @RSS1102

5.12.1

04 Dec 12:49
e191962
Compare
Choose a tag to compare
  • 🐞 MISC: Fix missing color less variables converted from token. #46250
  • 🐞 Fix Notification title overlaps with the close icon when it is too long。 #46211 @zh-lx

  • 🐞 MISC: 修复 token 转换 less 变量丢失的问题。#46250
  • 🐞 修复 Notification 标题太长时会与关闭图标重叠的问题。#46211 @zh-lx

5.12.0

04 Dec 10:40
71ac290
Compare
Choose a tag to compare

  • 🔥 Component Token 支持 CSS 变量模式,详情见 使用 CSS 变量。感谢以下同学对此的贡献:@li-jia-nan @RedJue @c0dedance @kiner-tang @JarvisArt @cc-hearts
  • 🛠 rc-pagination 重构为 FC。#46204 @Wxh16144
  • 🆕 Form.useWatch 支持 selector 函数参数调用。#46180 @crazyair
  • 🆕 Slider 组件支持 onChangeComplete 事件,并废弃 onAfterChange#46182 @MadCcc
  • 🆕 Tabs 配置项 items 支持 icon 属性。#46096 @li-jia-nan
  • 🆕 Switch 支持 value and defaultValue 属性。#45747 @Wxh16144
  • 🐞 修复 Progress 进度条视觉效果,渐变效果应该随着百分比改变。#46209 @MadCcc
  • 🐞 修复点击 Form tooltip 图标会触发 Switch 切换的问题。#46155
  • 🐞 修复 Notification 图标行高为 0 的问题。#46148 @MadCcc
  • 💄 Button 按钮支持自定义为渐变色风格。#46192
  • 💄 Alert 背景色现在可以通过 colorInfoBg token 定义为渐变色。#46188
  • 💄 修复 InputNumber 带有 addon 时在 Space.Compact 下使用的样式问题。#46130 @MadCcc
  • TypeScript
    • 🤖 更新 FloatButton 的类型定义,透出原生事件处理函数类型。#46175 @li-jia-nan

5.11.5

27 Nov 11:58
f38abb2
Compare
Choose a tag to compare

5.11.4

24 Nov 14:03
3fbed04
Compare
Choose a tag to compare
  • 🐞 Fix where Image sets z-index abnormally in nested Modal. #46035
  • 🐞 Fix Button that disabled link button should not have navigate options when right click. #46021
  • Card
    • 🛠 Refactor the Card internal method getAction into a function component. #46032
    • 🐞 Fix the problem of Card warning invalid annotation in Rollup. #46024
  • TypeScript
    • 🤖 Export the type definition for the required property of the Radio and Checkbox components. #46028 @nnmax

  • 🐞 修复 Image 在嵌套 Modal 中设置 z-index 异常的问题。#46035
  • 🐞 修复 Button 禁用的链接按钮右键点击时会有打开新链接选项的问题。#46021
  • Card
    • 🛠 把 Card 内部方法 getAction 重构为函数组件。#46032
    • 🐞 解决 Card 在 Rollup 中会警告 invalid annotation 的问题。#46024
  • TypeScript
    • 🤖 导出 Radio 和 Checkbox 组件的 required 属性的类型定义。#46028 @nnmax

5.11.3-alpha.1

23 Nov 03:02
ea56970
Compare
Choose a tag to compare

5.11.3-alpha.1

5.11.3

22 Nov 12:51
ce9041b
Compare
Choose a tag to compare
  • 🐞 Fix Modal static method create zIndex too high will cover other popup content. #46012
  • Image
  • 🐞 Fix Collapse header cursor style. #45994
  • 🐞 Fix ColorPicker not support Form disabled config. #45978 @RedJue
  • 🐞 Fix Typography.Text ellipsis.tooltip cannot open under Layout component. #45962
  • 🐞 Remove Select native 🔍 icon from search input in Safari. #46008
  • 💄 Remove Rate useless style.#45927 @JarvisArt
  • 🛠 UMD antd.js will try to reuse global @ant-design/cssinjs first now. #46009
  • 🌐 Improve eu_ES localization. #45928 @ionlizarazu

  • 🐞 修复 Modal 静态方法创建 zIndex 过高会覆盖其他弹出内容的问题。#46012
  • Image
    • 🆕 Image 预览支持移动触摸事件交互。#45989 @JarvisArt
    • 🐞 修复 Image 预览在嵌套弹框中 z-index 设置不正确的问题。#45979 @kiner-tang
  • 🐞 修复 Collapse 可折叠区域鼠标 hover 样式问题。#45994
  • 🐞 修复 ColorPicker 不支持 Form 组件的禁用问题。#45978 @RedJue
  • 🐞 修复 Typography.Text code 在 Layout 下开启 ellipsis 时 tooltip 无效的问题。#45962
  • 🐞 修复 Select 搜索框在 Safari 下显示多余的 🔍 图标。#46008
  • 💄 删除 Rate 组件无用样式。 #45927 @JarvisArt
  • 🛠 UMD 版本 antd.js 现在会优先使用全局的 @ant-design/cssinjs 依赖。#46009
  • 🌐 补充 eu_ES 国际化内容。#45928 @ionlizarazu

5.11.3-alpha.0

22 Nov 07:59
Compare
Choose a tag to compare
5.11.3-alpha.0 Pre-release
Pre-release
chore: for alpha release

4.24.15

21 Nov 15:18
916332c
Compare
Choose a tag to compare
  • 🐞 Fix Radio has wrong disabled state problem that affected by Form. #44837 @Yuiai01
  • 💄 Fix DatePicker disabled styles when hovered in Form. #44779 @crazyair

  • 🐞 修复 Radio 的 disabled 状态被 Form 的 disabled 覆盖的问题。#44837 @Yuiai01
  • 💄 修复 DatePicker 的 disabled 样式在 Form hover 场景下被覆盖的问题。#44779 @crazyair

5.11.2

17 Nov 10:32
aec6a80
Compare
Choose a tag to compare
  • 🆕 Table with virtual can now customize components except the components.body. #45857
  • 🐞 Fix Button with href and disabled that could be focused. #45910 @MadCcc
  • 🐞 Fix zIndex logic problem that message and notification are covered when multiple Modal are opened. #45911 #45864 @kiner-tang
  • 💄 Fix QRCode style.padding is not working. #45815
  • 💄 Optimize Carousel dots border radius style. #45817
  • TypeScript

  • 🆕 放开 Table virtualcomponents 的限制,现在除了 components.body 都可以自定义。#45857
  • 🐞 修复 Button 带有链接且禁用时可以被聚焦到的问题。#45910 @MadCcc
  • 🐞 修复 zIndex 逻辑,解决多层 Modal 打开时,message 与 notification 被遮盖的问题。#45911 #45864 @kiner-tang
  • 💄 修复 QRCode 设置 style.padding 时无效的问题。#45815
  • 💄 优化 Carousel 切换条圆角样式。#45817
  • TypeScript