Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update dependency antd to v4 #53

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Update dependency antd to v4 #53

wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Mar 14, 2020

This PR contains the following updates:

Package Type Update Change
antd (source) dependencies major 3.12.4 -> 4.0.2

Release Notes

ant-design/ant-design

v4.0.2

Compare Source

  • Form
    • 🐞 Fix nest Form.Item dynamic remove will warning in React. #​21896
    • ⚡️ Form useForm now return same instance for perfermance. #​21927
    • ⚡️ Refactor Form.Item render logic that will only render once when children is a pure component. #​21991
    • ⚡️ FormContext use a memoized value to avoid trigger FormItem's unintentional renders. #​21980 @​qiqiboy
  • Table
    • 🐞 Fix Table dropdown popup at abnormal direction. #​21905
    • 🐞 Fix Table expandIconColumnIndex display order with rowSelection. #​21915
    • 🐞 Fix Table size="small" header background color is not same as other size. #​21942
    • 🐞 Fix Table className and style works on wrong node. #​21974
  • Select
  • Menu
    • 🐞 Fix Menu bottom margin is missing. #​21867
    • 🐞 Fix horizontal Menu extra margin of Menu.Item with only icon. #​21925
    • 🐞 Fix Menu popup menu overflow issue when contains too many items. #​21930
  • 🐞 Fix Badge animation when switch between 10 and 11. #​21834 @​wendellhu95
  • 🐞 Fix Radio.Button inside Tooltip throws Function components cannot be given refs warning. #​21895 @​AshoneA
  • 🐞 Fix Descriptions miss style when content is falsy. #​21901
  • 🐞 Fix DatePicker cursor style on seperator. #​21937 @​xrkffgg
  • 🐞 Fix ConfigProvider prefixCls not working on Input.Password. #​21953 @​tdida
  • 🐞 Fix Carousel dots not align center. #​21960 @​liusiasi
  • 🐞 Fix Input.Search border style in rtl mode. #​21946 @​xrkffgg
  • Less
  • TypeScript
    • 🌟 Improve Form.Item renderProps definite. #​21911

  • Form
    • 🐞 修复嵌套 Form.Item 移除会导致 React 报警告的问题。#​21896
    • ⚡️ Form.useForm 现在将返回相同的实例以优化重复渲染的问题。#​21927
    • ⚡️ 重构 Form.Item 渲染逻辑以使其子元素为纯组件时值变更只会渲染一次。#​21991
    • ⚡️ FormContext 使用 memoized 值避免 Form.Item 产生额外的渲染。#​21980 @​qiqiboy
  • Table
    • 🐞 修复 Table 内浮层组件弹出方向异常的问题。#​21905
    • 🐞 修复 Table classNamestyle 作用在了错误的元素上的问题。#​21974
    • 🐞 修复 Table expandIconColumnIndexrowSelection 共用时的展示顺序问题。#​21915
    • 🐞 修复 Table size="small" 时表头颜色和其他尺寸不一致的问题。#​21942
  • Select
    • 🐞 修复 Select 在空字符串值时的样式对齐问题。#​21880
    • 🐞 修复小号 Select 在多选模式下 tag 文字不居中的问题。#​21940 @​xrkffgg
  • Menu
    • 🐞 修复 Menu 弹出菜单底部边距丢失的问题。#​21867
    • 🐞 修复 Menu 水平模式下 Menu.Item 只有一个 Icon 时仍然有额外 margin 的问题。#​21925
    • 🐞 修复 Menu 弹出菜单超出屏幕高度的问题。#​21930
  • 🐞 修复 Badge 数字在 10 和 11 切换时的动画错误。#​21834 @​wendellhu95
  • 🐞 修复 Radio.Button 上使用 Tooltip 会报 Function components cannot be given refs 警告。#​21895
  • 🐞 修复 Descriptions 内容为 falsy 值时样式丢失的问题。#​21901
  • 🐞 修复 DatePicker 在分隔符上的鼠标手型。#​21937 @​xrkffgg
  • 🐞 修复 ConfigProvider prefixCls 在 Input.Password 上不生效的问题。#​21953 @​tdida
  • 🐞 修复 Carousel dots 控件不居中的问题。#​21960 @​liusiasi
  • 🐞 修复 Input.Search 边框高亮样式在 rtl 模式下丢失的问题。#​21946 @​xrkffgg
  • Less
  • TypeScript
    • 🌟 增强 Form.Item renderProps 定义。#​21911

v4.0.1

Compare Source

  • Form
    • 🐞 Fix Form help control will get react@16.13 warning. #​21800 #​21702
    • 🐞 Fix Form.Item exceed Form width when content is too long. #​21682
  • Input
    • 🐞 Fix TextArea style get warning in react@16.13. #​21703
    • 🐞 Fix Input.Search extra border when has prefix. #​21753
  • Table
    • 🐞 Fix Table column with filtered not working. #​21825
    • 🐞 Fix Table locale not work. #​21772
    • 🐞 Fix Table.Column sortOrder is not working in JSX mode. #​21719
    • 🐞 Fix Table fixed column with sorted status style issue. #​21679
  • 🐞 Fix Dropdown menu arrow position. #​21768 @​xrkffgg
  • 🐞 Fix List bordered and split props conflict. #​21784 @​MXWXZ
  • 🐞 Fix Menu.Item a tag hidden bug. #​21699 @​shaodahong
  • 🐞 Fix message.open crash when icon is not passed. #​21747 @​AshoneA
  • 🐞 Fix Result status cannot assigned to string or number type. #​21691
  • 🐞 Fix Descriptions warning for duplicate key. #​21688
  • 💄 Optimize Calendar header style in small screen. #​21813
  • 💄 Radio.Group not wrapping now. #​21813
  • 🛠 Refactor icons import code to reduce webpack disabled tree shaking bundle size. #​21752
  • Typescript

  • Form
    • 🐞 修复 Form help 受控时会导致 react@16.13 报警告的问题。#​21800 #​21702
    • 🐞 修复 Form.Item 宽度在内容过长时会超出 Form 的样式问题。#​21682
  • Input
    • 🐞 修复 TextArea 样式在 react@16.13 下会报警告的问题。#​21703
    • 🐞 修复 Input.Search 有 prefix 时的右边框样式问题。#​21753
  • Table
    • 🐞 修复 Table column 的 filtered 属性无效的问题。#​21825
    • 🐞 修复 Table locale 无效的问题。#​21772
    • 🐞 修复 Table.Column sortOrder 在 JSX 模式下无效的问题。#​21719
    • 🐞 修复 Table 固定列在排序状态时的样式问题。#​21679
  • 🐞 修复 Dropdown 菜单里箭头图标的位置。#​21768 @​xrkffgg
  • 🐞 修复 List 组件 borderedsplit 属性冲突的问题。#​21784 @​MXWXZ
  • 🐞 修复 Menu.Item 中 a 标签换行无法显示的问题。#​21699 @​shaodahong
  • 🐞 修复 message.openicon 为空时报错的问题。#​21747 @​AshoneA
  • 🐞 修复 Result status 属性不能赋值 string 或者 number 类型的问题。#​21691
  • 🐞 修复 Descriptions 报 key 重复的警告信息。#​21688
  • 💄 优化 Calendar 在窄屏幕下的标题样式。#​21813
  • 💄 Radio.Group 不再折行。#​21813
  • 🛠 重构 icons 导入代码以降低没有开启 tree shaking 的打包尺寸。#​21752
  • Typescript

v4.0.0

Compare Source

  • 🏆 Ant Design v4 is out! Check here for more info.
  • 🐞 Breadcrumb use path as default key to fix name key conflict. #​21583 @​douxc
  • 🌟 Timeline.Item support label. #​21560 @​shaodahong
  • 🐞 Fix Table filter menu max height style with many items. #​21602
  • 💄 Add the Calendar component's custom default font color for display content. #​21598 @​xrkffgg
  • 🚮 Remove DatePicker legacy cell className for custom cell style. #​21589
  • 🐞 Fix RangePicker style render bug in IE11. #​21587
  • 🛠 Progress strokeColor now will ignore incorrect percent. #​21564 @​AshoneA
  • 🐞 Fix Progress trailColor not working when type=line. #​21552 @​AshoneA
  • 🐞 Fix the background of the components in the pop-up components in the dark theme. #​21299
    • 💄 Optimization under the dark theme color swatches transparency.
    • 🌟 new less variable @popover-customize-border-color, @list-customize-card-bg, @table-expand-icon-bg, @steps-background, @pagination-item-input-bg for theme customization.

  • 🏆 Ant Design v4 发布!点击此处查看更多信息。
  • 🐞 Breadcrumb 使用 path 作为默认 key 以修复 name 作为 key 重名的冲突问题。#​21583 @​douxc
  • 🌟 Timeline.Item 支持 label#​21560 @​shaodahong
  • 🐞 修复 Table 筛选菜单高度溢出屏幕的问题。#​21602
  • 💄 增加 Calendar 组件自定义显示内容的默认字体颜色。#​21598 @​xrkffgg
  • 🚮 移除 DatePicker 针对自定义单元格的 3.x 的兼容类名。#​21589
  • 🐞 修复 RangePicker 在 IE11 下的样式渲染问题。#​21587
  • 🛠 Progress 中 strokeColor 属性现在会忽略错误的百分比参数。#​21564 @​AshoneA
  • 🐞 修复 Progress trailColor 属性在 type=line 时无效果的问题。#​21552 @​AshoneA
  • 🐞 修复暗色主题下,组件在弹出层组件下的背景样式问题。#​21299
    • 💄 优化暗色主题下色板透明度。
    • 🌟 新增 less 变量 @popover-customize-border-color@list-customize-card-bg@table-expand-icon-bg@steps-background@pagination-item-input-bg 用于主题定制。

v3.26.13

Compare Source


v3.26.12

Compare Source

  • 🐞 Fix Input with readOnly still clearable by allowClear. #​21492
  • 🐞 Fix Upload won't showing download icon defaultly. #​21496
  • ⚡️ Improve Button render performance. #​21217

  • 🐞 修复 Input 在设置 readOnlyallowClear 仍然可以清除的问题。#​21492
  • 🐞 修复 Upload 列表默认情况下不展现下载按钮。#​21496
  • ⚡️ 提升 Button 渲染性能。#​21217

v3.26.11

Compare Source

  • 🐞 Rollback misc clearfix style to breaks flex layout (mainly affect Row, Form, Layout style). #​21406

  • 🐞 回滚原子样式 clearfix 以修复破坏 flex 布局的问题(主要影响 Row、Form、Layout 等布局问题)。#​21406

v3.26.10

Compare Source

  • 🐞 Fix Input.Group inside <Form layout="vertical" > 1px bug. #​20685
  • 🐞 Fix Badge color not working when contains children. #​21333
  • 🐞 Fix Alert close button extra padding. #​21325
  • 🐞 Fix Affix throws Cannot read property getBoundingClientRect in mobile device. #​21350
  • 💄 Tweak Steps 1px align issue. #​21306
  • 💄 Fix Row component affect next element style issue. #​21310
  • Typescript

  • 🐞 修复 <Form layout="vertical" > 内 Input.Group 偏上一像素的问题。#​20685
  • 🐞 修复 Badge 包裹模式下 color 属性失效的问题。#​21333
  • 🐞 修复 Alert 关闭按钮额外的 padding#​21325
  • 🐞 修复 Affix 在移动设备下抛错 Cannot read property getBoundingClientRect 的问题。#​21350
  • 💄 微调 Steps 文本 1px 使其居中对齐。#​21306
  • 💄 修复 Row 组件影响下一个元素样式问题。#​21310
  • Typescript

v3.26.9

Compare Source

  • 🐞 Fix Badge that count is not align when wrapped by Typography. #​21237
  • 🐞 Fix Steps that icon is not align when size="small" and labelPlacement="vertical". #​21258
  • 🐞 Fix Typography not focus at the end of textarea when editable is true. #​21268
  • TypeScript

  • 🐞 修复 Badge 在 Typography 下数字错位的问题。#​21237
  • 🐞 修复 Steps 在 size="small"labelPlacement="vertical" 时图标没有对齐的问题。#​21258
  • 🐞 修复 Typography 在可编辑状态时光标没有在输入框末位的问题。#​21268
  • TypeScript

v3.26.8

Compare Source

  • 🐞 Fix Tooltip hidden when title is 0. #​20894
  • 🐞 Fix List actions inconsistent position. #​20897
  • 🐞 Fix Card font-size of actions not in less theme variables. #​21106
  • 🐞 Fix Layout components displayName. #​21124
  • 🐞 Fix Modal.confirm okButtonProps and cancelButtonProps interface. #​21165

  • 🐞 修复 Tooltip title0 时没有显示的问题。#​20894
  • 🐞 修复 List actions 位置不在右边的问题。#​20897
  • 🐞 修复 Card actions 字体大小不受 less 变量影响的问题。#​21106
  • 🐞 修正 Layout 各组件的 displayName#​21124
  • 🐞 优化 Modal.confirm 的 okButtonPropscancelButtonProps 的 TypeScript 类型。#​21165

v3.26.7

Compare Source

  • 💄 Optimize Table fixed columns blank problem in some case. #​20821 @​AshoneA
  • 🐞 Fix Tree switcherIcon shown in leaf node problem. #​20753
  • 🐞 Fix Badge z-index higher than Table fixed columns. #​20751
  • 🐞 Fix Cascader search bug when fieldNames is existed and label/value share same name. #​20720
  • 🐞 Fix Collapse background color with wrong less variable. #​20718 @​kuitos
  • 🐞 Fix Input.Group inside <Form layout="vertical" > 1px bug. #​20685

  • 💄 优化 Table 固定列在某些情况下出现空白间隔的问题。#​20821 @​AshoneA
  • 🐞 修复 Tree switcherIcon 在叶子节点上展示的问题。#​20753
  • 🐞 修复 Badge 在 Table 固定列中穿透的问题。#​20751
  • 🐞 修复 Cascader fieldNames 中 label 和 value 共用一个值时搜索功能失效的问题。#​20720
  • 🐞 修复 Collapse 背景使用错误的 less 变量。#​20718 @​kuitos
  • 🐞 修复 <Form layout="vertical" > 内 Input.Group 偏上一像素的问题。#​20685

v3.26.6

Compare Source

  • 📢 v3 branch changes from master to 3.x-stable and v4 merge into master.
  • 💄 Improve Steps type="navigation" UI in small screen. #​20545
  • 🐞 Fix message.xxx pass null will failed. #​20546
  • 🐞 Remove Input.Password value attribute from dom. #​20544

  • 📢 v3 分支由 master 进入 3.x-stable,v4 合入 master
  • 💄 优化 Steps type="navigation" 在小屏幕下的样式。#​20545
  • 🐞 修复 message.xxx 传入 null 会报错的问题。#​20546
  • 🐞 优化 Input.Password 在 dom 中明文显示 value 属性的问题。#​20544

v3.26.5

Compare Source

  • Table
    • 🐞 Revert the logic of return fisrt page by default after sort. #​20507
    • 🐞 Fix header wrong text align when colspan=1. #​20463
  • 🐞 Fix Tabs ink bar disappearing when animated prop is false. #​20417 @​xrkffgg
  • 🐞 Fix Tree wrong indent. #​20456

  • Table
    • 🐞 回滚排序后默认回到第一页的逻辑。#​20507
    • 🐞 修复分组列头在 colspan=1 时文本没有对齐的问题。#​20463
  • 🐞 修复 Tabs 的 animated 属性为 false 时,高亮条消失的问题。#​20417 @​xrkffgg
  • 🐞 修复 Tree 节点缩进不正确的问题。#​20456

v3.26.4

Compare Source

  • 💄 Optimize Steps subTitle UI when labelPlacement="vertical". #​20325
  • 🐞 Fix upload preview not support ico file type issue. #​20375 @​Rustin-Liu
  • 🐞 Fix Form feedback icon combine Input suffix display not correct. #​20363
  • 🐞 Fix Tag onClick been triggered when close it. #​20355
  • 🐞 Fix Cascader component form check color trigger issue. #​20347 @​xrkffgg
  • 🐞 Disallow auto focus input after triggering onSearch event in mobile and tablet devices. #​20332 @​YaoKaiLun
  • 🐞 Fix Tabs ink bar missing transition animation. #​20283
  • 🐞 Fix TreeNode without icon show white block in showIcon mode. #​20274
  • TypeScript

  • 💄 优化 Steps subTitlelabelPlacement="vertical" 下的展现方式。#​20325
  • 🐞 修复 Upload 组件预览不支持 .ico 文件问题。#​20375 @​Rustin-Liu
  • 🐞 修复 Form feedback 图标结合 Input suffix 显示不正确。#​20363
  • 🐞 修复 Tag 关闭时 onClick 被触发的问题。#​20355
  • 🐞 修复 Cascader 组件 Form 校验触发时,鼠标悬浮显示颜色问题。#​20347 @​xrkffgg
  • 🐞 修复移动端点击搜索后,自动聚焦输入框,导致弹出键盘的问题。#​20332 @​YaoKaiLun
  • 🐞 修复 Tabs 高亮条宽度的 transition 过度动画失效的问题。#​20283
  • 🐞 修复 TreeNode 不设置 icon 时会展示一个空白占位的问题。#​20274
  • TypeScript

v3.26.3

Compare Source

  • 🛠 support unpkg field in package.json. #​20193
  • 🐞 Fix Tree showLine and showIcon missing icon. #​20196
  • 🐞 Fix Modal combine Drawer cause invalid scroll problem. #​20242
  • 🐞 Fix Drawer switchScrollingEffect prop on a DOM element warning. #​20175
  • 🐞 Fix Select Option label definition. #​20190 @​ZhechenLi
  • 💄 Optimize Form feedback icon padding. #​20164 @​Satloff
  • 💄 Add less variables for Select/Cascader to optimize dropdown padding and border radius. #​20156 @​Satloff

  • 🛠 antd package.json 中补充 unpkg 字段。#​20193
  • 🐞 修复 Tree showLineshowIcon 同时开启时 [+] [-] 图标丢失的问题。#​20196
  • 🐞 修复 Modal 和 Drawer 结合使用时导致滚动失效的问题。#​20242
  • 🐞 修复 Drawer switchScrollingEffect prop on a DOM element 警告。#​20175
  • 🐞 修复 Select Option 的 label 属性定义。#​20190 @​ZhechenLi
  • 💄 优化 Form 反馈图标的间距样式。#​20164 @​Satloff
  • 💄 Select/Cascader 新增和优化边距 padding 和圆角的相关 less 变量。#​20156 @​Satloff

v3.26.2

Compare Source


v3.26.1

Compare Source

  • 🐞 Fix List pagination options text align. #​20037
  • 🐞 Fix Button text not align well in Chrome. #​20059
  • 🐞 Fix DescriptionItem className error applied to label. #​20067 @​Liu-Ya
  • 🐞 Fix Tree duplicated icons when showLine is true. #​20090
  • 🐞 Fix Editable Typography flush in Firefox. #​20118
  • 🐞 Improve Icon component definition to be compatible with create-react-app svg component. #​20142
  • Table
    • 🐞 Fix small table header border missing. #​20030
    • 🐞 Fix filterIcon throws error when render string or number.
    • 🐞 Fix filterIcon shows wrong title when returns Tooltip. #​20049
    • 🐞 Fix columns have 9px align issue in Windows Chrome. #​19952

  • 🐞 修复 List 下分页选项文本对齐问题。#​20037
  • 🐞 修复 Chrome 下 Button 文字没有垂直居中的问题。#​20059
  • 🐞 修复 DescriptionItem 的 className 错误应用于 label。#​20067 @​Liu-Ya
  • 🐞 修复 Tree showLine 为 true 时展示多余图标的问题。#​20090
  • 🐞 修复 Typography 可编辑组件在 Firefox 下闪动的问题。#​20118
  • 🐞 修复 Icon component 的定义,使其兼容于 create-react-app 的 svg 组件定义。#​20142
  • Table
    • 🐞 修复小号 Table 表头边框丢失的问题。#​20030
    • 🐞 修复 filterIcon 返回字符串或数字时报错的问题。
    • 🐞 修复 filterIcon 返回 Tooltip 时显示了错误的 title#​20049
    • 🐞 修复在 Windows Chrome 下固定列有 9px 的对齐问题。#​19952

v3.26.0

Compare Source

  • 🏆 3.26.0 will be the last minor version of antd v3. And v4 beta is coming!
  • 🌟 Notification support closeIcon props. #​19618 @​liuchao233
  • 🌟 Typography support pt_BR locale. #​19651 @​liuchao233
  • 🌟 Table support defaultFilteredValues props. #​18925 @​mgcrea
  • 🇲🇰 Locale add Macedonian support. #​19647 @​sradevski
  • 🐞 Fix Input.Group compat mode has wrong border radius for Input Addon. #​19926
  • 🐞 Fix Spin render default indicator when indicator is null. #​19943
  • 🐞 Fix Button component disabled with loading not prevent pointer-events. #​19958
  • 🐞 Fix message can not cancel when key is provided. #​19967
  • 🐞 Fix image in Upload with picture-card mode exceeds the border. #​20008 @​qq645381995
  • 🐞 Fix Input clear icon overlap with feedback icon. #​20017
  • 🐞 Fix Slider tooltip text not align center. #​20016
  • 🐞 Fix Descriptions items not working with React.Fragment. #​20019
  • 🛠 Upload under drag mode moves className and style to the real effect dom.#​19987
  • 💄Add less variable @table-header-bg-sm and fix small Table footer style. #​19939

  • 🏆 3.26.0 将为 antd v3 最后一个 minor 版本,v4 beta 版即将发布!
  • 🌟 Notification 支持 closeIcon 属性。#​19618 @​liuchao233
  • 🌟 Typography 添加 pt_BR 国际化支持。#​19651 @​liuchao233
  • 🌟 Table 支持 defaultFilteredValues 属性。#​18925 @​mgcrea
  • 🇲🇰 国际化添加北马其顿支持。#​19647 @​sradevski
  • 🐞 修复 Input.Group 紧凑模式下使用 Input Addon 圆角不对的问题。#​19926
  • 🐞 修复 Spin 在 indicator 属性为 null 时,渲染默认的旋转图标。#​19943
  • 🐞 修复 Button 组件 disabledloading 状态下没有阻止鼠标事件。#​19958
  • 🐞 修复 message 组件使用 key 时无法手动取消的问题。#​19967
  • 🐞 修复 Upload 在 picture-card 模式下,图片过长会超出边界的问题。#​20008 @​qq645381995
  • 🐞 修复 Input 清除图标和反馈图标重合的问题。#​20017
  • 🐞 修复 Slider 的 tooltip 内容没有居中的问题。#​20016
  • 🐞 修复 Descriptions 内使用 React.Fragment 的渲染问题。#​20019
  • 🛠 Upload 拖拽模式下的 classNamestyle 将会作用到真正的 dom 上。#​19987
  • 💄 新增 less 变量 @table-header-bg-sm 并修复小号 Table 的 footer 样式。#​19939

v3.25.3

Compare Source


v3.25.2

Compare Source


v3.25.1

Compare Source


  • 🐞 修复定制 @menu-icon-size@menu-icon-size-lg less 变量不生效的问题。#​19553 @​yoyo837
  • 🐞 修复 DirectoryTree 中 defaultExpandedAll 在使用 treeData 时不生效的问题。#​19646
  • 🐞 修复 Drawer 中 placement 属性为 top 或 bottom 时内容溢出的问题。#​19506 @​shaodahong
  • 🐞 修复 Dropdown 下 Menu.ItemGroup 样式错乱的问题。 #​19578
  • 🐞 修复 Dropdown 中菜单图标丢失右边距的问题。#​19635
  • 🐞 修复 Form.Item 中自定义属性无法生效的问题。#​19599 @​yoyo837
  • 🐞 修复 Icon 中 extraCommonProps 属性不生效的问题。 #​19572 @​yoyo837
  • 🐞 修复 Modal.method() 中浏览器滚动条没有禁用的问题。#​19233 @​emersonlaurentino
  • Table
    • 🐞 修复合并单元格和固定列同时使用时边框丢失的问题。#​19559
    • 🐞 修复 Column 设置了 sortOrder 属性导致死循环的问题。#​19558
    • 🐞 修复 Column 的 defaultSortOrder 属性不生效的问题。#​19558
  • TypeScript

v3.25.0

Compare Source


v3.24.3

Compare Source

  • 🐞 Fix Table sort not working when columns inside render. #​19404
  • 🐞 Fix Grid responsive gutter not working. #​19308
  • 🐞 Fix small Table border style. #​19312 #​19342
  • 🐞 Fix the problem that Menu in Dropdown is not highlighted when SubMenu is selected. #​19313
  • 🐞 Fix the problem that moment.js in Typography & Drawer & Statistic can't be tree-shaking. #​19317
  • 🐞 Fix Input.Search react warnings of non-boolean attribute and unique key. #​19357
  • 🐞 Fix Modal icon position when not use title. #​19419
  • 💄 Fix a problem with the mouse pointer error when Checkbox is disabled. #​19403
  • 💄 Add @modal-header-color variable. #​19385
  • 🛠 Improved some TypeScript definitions. #​19377 #​19343 #​19333

  • 🐞 修复 Table columns 在 render 中会导致排序失效的问题。#​19404
  • 🐞 修复 Grid 响应式 gutter 失效的问题。#​19308
  • 🐞 修复小号 Table 边框样式问题。#​19312 #​19342
  • 🐞 修复 Dropdown 中的 Menu 在 SubMenu 选中后父级菜单未高亮的问题。#​19313
  • 🐞 修复 Typography & Drawer & Statistic 中的 moment.js 无法被 tree-shaking 的问题。#​19317
  • 🐞 修复 Input.Search 出现 non-boolean attributeunique key 警告信息。#​19357
  • 🐞 修复 Modal 没有标题时,图标没能对齐的问题。#​19419
  • 💄 修复 Checkbox 在被禁用时,光标仍为可选状态的问题。#​19403
  • 💄 新增 @modal-header-color 变量。#​19385
  • 🛠 多处 TypeScript 的定义更新。#​19377 #​19343 #​19333

v3.24.2

Compare Source

  • 🐞 修复 Table scroll.x 设置 max-content 无效导致横向滚动消失的问题。#​19284

Renovate configuration

📅 Schedule: At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

♻️ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by WhiteSource Renovate. View repository job log here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant