stakes.social
stakes.social copied to clipboard
fix(deps): update dependency antd to v4.23.6
This PR contains the following updates:
Package | Change | Age | Adoption | Passing | Confidence |
---|---|---|---|---|---|
antd (source) | 4.22.6 -> 4.23.6 |
Release Notes
ant-design/ant-design
v4.23.6
- Table
- 🐞 Fix Breadcrumb not support number
0
. #38006 @li-jia-nan - Input
- 🐞 Fix Input.TextArea render extra input node when enable
autoSize
. #38050 - 🐞 Fix Input.Password that should not have value prop on input after click toggle icon. #37900 @linxianxi
- 💄 Fix border style issues for Input.Search in RTL. #37980 @foryuki
- 🐞 Fix Input.TextArea render extra input node when enable
- 🐞 Fix AutoComplete warning for unused
dropdownClassName
. #37974 @heiyu4585 - 🐞 Fix Typography with ellipsis that the computed
fontSize
style be calculated as empty string in some case. #37928 @zheeeng - 🐞 Fix editable Tabs add button missing in edge case. #37937
- 🐞 Fix RangePicker panel blink in some case. #439
- 🛠 Refactor Spin with Function Component. #37969 @li-jia-nan
- 🛠 Refactor Statistic.Countdown with Function Component. #37938 @li-jia-nan
- Table
- 🐞 修复 Breadcrumb 不支持数字
0
的问题。#38006 @li-jia-nan - Input
- 🐞 修复 Input.TextArea 配置
autoSize
时会额外渲染 input 节点的问题。#38050 - 🐞 修复 Input.Password 在点击隐藏按钮后 input 上会有 value 属性的问题。#37900 @linxianxi
- 💄 修复 RTL 下 Input.Search 边框样式问题。#37980 @foryuki
- 🐞 修复 Input.TextArea 配置
- 🐞 修复 AutoComplete 会报未使用的废弃属性
dropdownClassName
的问题。#37974 @heiyu4585 - 🐞 修复 Typography 省略算法在计算一些元素 fontSize 时为空字符串的情况#37928 @zheeeng
- 🐞 Fix Tabs 添加按钮在某些边界情况下无法展示的问题。#37937
- 🐞 修复 RangePicker 在某些情况下面板会闪烁的问题。#439
- 🛠 重构 Spin 为 Function Component。#37969 @li-jia-nan
- 🛠 重构 Statistic.Countdown 为 Function Component.#37938 @li-jia-nan
v4.23.5
- 🐞 Fix Textarea with
autoSize
blink on the fist mount. #37847 - 💄 Fix Input.Password
style={{ fontSize }}
not working. #37898 - 💄 Fix Input.Textarea
style={{ resize: 'none' }}
is not working whenshowCount
is applied. #37855 @kiner-tang - 💄 Fix Input.Search border style in RTL. #37865 @foryuki
- 🇷🇺 Fix Russian translation for Transfer.selectInvert. #37858 @svtslav
- 🇵🇹 Add missing Portuguese translations. #37857 @ernestfolch
- ⚡️ Update Table and Tree for improve state performance. #37875 @sunteago
- TypeScript
- 🐞 修复 Textarea 配置
autoSize
在第一次渲染时闪烁的问题。#37847 - 💄 修复 Input.Password 不支持
style={{ fontSize }}
的问题。#37898 - 💄 修复 Input.Textarea 当指定
showCount
时style={{ resize: 'none' }}
样式设定失效的问题。#37855 @kiner-tang - 💄 修复 RTL 排版中 Input.Search 边框样式问题。#37865 @foryuki
- 🇷🇺 修复 Transfer.selectInvert 的俄语翻译。#37858 @svtslav
- 🇵🇹 添加缺失的葡萄牙语翻译。#37857 @ernestfolch
- ⚡️ 提升 Table 及 Tree 的 State 性能。#37875 @sunteago
- TypeScript
v4.23.4
- 🐞 Fix Typography ellipsis percision bug. #37802 @zheeeng
- 🐞 Fix Input.Password that should not have value prop on input when inputing. #37801 @MadCcc
- 🐞 修复 Typography
ellipsis
精度问题。#37802 @zheeeng - 🐞 修复 Input.Password 在输入时 input 上会有
value
属性的问题。#37801 @MadCcc
v4.23.3
- 🆕 Tree
showLeafIcon
could accept ReactNode for a custom leaf icon.#37144 @xWiiLLz - 🆕 Uploader support Apple image format: heic, heif. #37651 @Johnny-young
- 🐞 Fix Typography
copyable.tooltip=false
still shows the copied tooltip. #37754 - 🐞 Fix Typography
ellipsis
not working correctly in some cases. #37700 @zheeeng - 🐞 Fix Divider shows
children
when invertical
mode. #37697 - 🐞 Fix Anchor
getCurrentAnchor
not updated. #37644 - 🐞 Fix Tabs
animated: true
missing tabPane animation. #37642 - 🐞 Fix Table
column.title
render function missingfilters
props. #37629 - 🐞 Fix Modal.confirm instance ref legacy config
visible: true
back to show not work. #37613 - 💄 Fix the problem of rendering an empty element with styles when Badge not pass
text
property. #37681 @Wxh16144 - 💄 Fix Button wave style not work in shadow dom. #37677
- 💄 Remove Tab.TabPane outline style when focused. #37638
- TypeScript
- 🤖 Update
FilterSearchType
definition for Table. #37610 @kiner-tang
- 🤖 Update
- 🌐 Localization
- 🇵🇹 Add missing translations for 'Select all data' / 'Invert current page' for Transfer in pt_PT.#37682 @Dreamcreative, #37701 @hugobarragon
- 🆕 Tree
showLeafIcon
属性支持自定义图标。#37144 @xWiiLLz - 🆕 Uploader 支持支持 Apple 图片格式: heic、heif。#37651 @Johnny-young
- 🐞 修复 Typography 在
copyable.tooltip=false
时,复制内容后仍然会展示提示的问题。#37754 - 🐞 修复 Typography
ellipsis
在某些情况下不精确的问题。#37700 @zheeeng - 🐞 修复 Divider 在
vertical
模式下仍然会错误展示children
的问题。#37697 - 🐞 修复 Anchor
getCurrentAnchor
不会及时更新的问题。#37644 - 🐞 修复 Tabs
animated: true
时面板切换动画不生效的问题。#37642 - 🐞 修复 Table
column.title
渲染函数丢失filters
属性的问题。#37629 - 🐞 修复 Modal.confirm 实例引用配置废弃
visible: true
重新展示时不生效的问题。#37613 - 💄 修复 Badge 未传入
text
属性时,渲染了一个带有样式的空元素问题。#37681 @Wxh16144 - 💄 修复 Button 波纹样式在 shadow dom 下不生效的问题。#37677
- 💄 移除 Tab.TabPane focus 时的 outline 样式。#37638
- TypeScript
- 🤖 更新 Table 组件的
FilterSearchType
类型。#37610 @kiner-tang
- 🤖 更新 Table 组件的
- 🌐 国际化
- 🇵🇹 葡萄牙文 pt_PT 添加 Transfer 中 "全选" / "反选当页" 的翻译。#37682 @Dreamcreative,#37701 @hugobarragon
v4.23.2
- 🐞 Fix Card console warning when using
tabList
prop. #37537 @edc-hui - 🐞 Fix Table
filterSearch
is not executed whenfilterMode="tree"
. #37587 @edc-hui - 🐞 Fix Tooltip should not replace children
className
when it's not a string type. #37598 - 🐞 Fix Tree that TreeNodes not aligned when draggable and some node is disabled. #37534
- TypeScript
- 🤖 Replace deprecated
React.ReactChild
type. #37551 @bowen-wu
- 🤖 Replace deprecated
- 🐞 修复 Card 传入
tabList
属性时控制台出现废弃警告的问题。#37537 @edc-hui - 🐞 修复 Table
filterMode="tree"
时filterSearch
函数未执行的问题。#37587 @edc-hui - 🐞 修复 Tooltip 的子元素
className
非 string 类型时会被覆盖的问题。#37598 - 🐞 修复 Tree 组件 TreeNode 在可拖拽并且禁用状态下不对齐的问题。#37534
- TypeScript
- 🤖 替换已废弃的
React.ReactChild
定义。#37551 @bowen-wu
- 🤖 替换已废弃的
v4.23.1
- 🐞 Fix unable to close modal when using visible in
Modal.confirm().update
. #37471 @Aaron674092290 - 🐞 Fix esbuild strict mode call
No matching export theme
error. #37462 - 🐞 Fix Switch background flush issue by reverting #35103. #37458
- TypeScript
- 🤖 InputNumber
value
add null type. #37421 @li-jia-nan
- 🤖 InputNumber
- 🐞 修复
Modal.confirm().update({visible: true})
导致无法关闭 modal 的问题。#37471 @Aaron674092290 - 🐞 兜底修复 esbuild 严格模式构建时报
No matching export theme
错误。#37462 - 🐞 回滚 #35103 以修复 Switch 切换时背景闪烁的问题。#37458
- TypeScript
- 🤖 InputNumber
value
新增类型 null。#37421 @li-jia-nan
- 🤖 InputNumber
v4.23.0
- 🆕 Tooltip support nested Fragment child nodes to display bubbles. #37045 @HQ-Lin
- 🆕 Dropdown.Button support
danger
props. #36810 @nuintun - 🆕 Input.TextArea add
value
parameter toshowCount.formatter
. #36793 @JarvisArt - 🆕 Table support
expandable.columnTitle
now. #36794 @losgif - Deprecate
visible
in all components and change toopen
.- 🛠 Dropdown changes
visible
toopen
. #37232 @yykoypj - 🛠 Modal changes
visible
toopen
. #37084 @yykoypj - 🛠 Drawer changes
visible
toopen
. #37047 @yykoypj - 🛠 Table changes
filterDropdownVisible
tofilterDropdownOpen
. #37026 @yykoypj - 🛠 Slider add
tooltip
prop for all props related with Tooltip. #37000 @yykoypj - 🛠 Tooltip Popover and Popconfirm change
visible
toopen
. #37241 @yykoypj - 🛠 Deprecate
visible
prop of Tag. #36934 @yykoypj
- 🛠 Dropdown changes
- 🛠 Deprecate
dropdownClassName
prop of all components and change topopupClassName
. #36880 @heiyu4585 - 🛠 Tabs support
items
props and origin jsx usage will be depreacted. #36889 - 🐞 Fix that some css variables are not consistent with less variables.
- 🐞 Fix Menu disabled item focus style. #37332
- 💄
@border-radius-sm
should not follow@border-radius-base
by default. #37309 - 💄 add
@slider-handle-margin-left
to custom type. #37001 @alanhaledc - 💄 Replace Tabs with fade switch motion to import switch experience. #36943
- ⌨️ Improve Form validation accessibility experience. #36762 @VladimirOtroshchenko
- 🌐 Add missing translations for filterCheckall in ru_RU. #37311 @HelLuv
- 🌐 Add missing translations in
cs_CZ
. #37388 @ZdenekKrcal
- 🆕 Tooltip 支持 Fragment 子节点展示气泡。#37045 @HQ-Lin
- 🆕 Dropdown.Button 支持
danger
样式。#36810 @nuintun - 🆕 Input.TextArea 组件
showCount.formatter
API 添加value
参数。#36793 @JarvisArt - 🆕 Table 新增
expandable.columnTitle
属性以支持自定义展开列表头。#36794 @losgif - 🛠 废弃所有弹窗组件的
visible
属性,统一为open
。- 🛠 Dropdown 的
visible
改为open
。#37232 @yykoypj - 🛠 Modal 组件的
visible
改为open
。#37084 @yykoypj - 🛠 Drawer 的
visible
改为open
。#37047 @yykoypj - 🛠 Table 组件
columns
中的filterDropdownVisible
改为filterDropdownOpen
。#37026 @yykoypj - 🛠 Tooltip, Popover 和 Popconfirm 中的
visible
改为open
。#37241 @yykoypj - 🛠 Slider 的
tooltip
相关属性合并到tooltip
属性中。#37000 @yykoypj - 🛠 废弃 Tag 组件的
visible
属性。#36934 @yykoypj
- 🛠 Dropdown 的
- 🛠 废弃所有组件的
dropdownClassName
,统一为popupClassName
。#36880 @heiyu4585 - 🛠 Tabs 支持
items
属性,并且废弃原 jsx 语法糖用法。#36889 - 🐞 修复 css 变量与 less 变量不一致的问题。
- 🐞 修复 Menu 禁用项依然有 focus 样式的问题。#37332
- 💄
@border-radius-sm
变量默认值不与@border-radius-base
关联,以修复 Checkbox 等组件圆角样式异常。#37309 - 💄 支持使用
@slider-handle-margin-left
定制样式。#37001 @alanhaledc - 💄 替换 Tabs 切换样式为渐隐过渡,以提升在切换时的体验。#36943
- ⌨️ 改进 Form 校验无障碍体验。#36762 @VladimirOtroshchenko
- 🌐 补全
ru_RU
中filterCheckall
的翻译。#37311 @HelLuv - 🌐 补全
cs_CZ
的翻译。#37388 @ZdenekKrcal
v4.22.8
- Table
- 🌐 Add Table missing French
filterCheckAll
localization. #37246 @Mar-he - 🐞 Improve Table sort panel accessibility experience. #37167 @dartamonov-vertex
- 🌐 Add Table missing French
- 💄 Optimize the button spacing of the Popconfirm component. #37183 @jiangmaniu
- 💄 Remove Card duplicate less style attribute definitions. #37170 @yanquanfahei
- TypeScript
- Table
- 🌐 Table 组件添加缺失的
filterCheckAll
法语本地化。#37246 @Mar-he - 🐞 优化 Table 排序功能的无障碍体验。#37167 @dartamonov-vertex
- 🌐 Table 组件添加缺失的
- 💄 优化 Popconfirm 组件按钮间距。#37183 @jiangmaniu
- 💄 去除 Card 重复的 less 样式属性定义。#37170 @yanquanfahei
- TypeScript
v4.22.7
- 🐞 Fix Typography visible change some time Tooltip not work with ellipsis. #37147
- 🐞 Fix InputNumber that style cannot be customized with controls less variables. #37070 @coldice945
- 🐞 修复 Typography 可见度切换时有时候省略不会显示 Tooltip 的问题。#37147
- 🐞 修复 InputNumber 样式不跟随控件 less 变量改变的问题。#37070 @coldice945
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled due to failing status checks.
♻ 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, click this checkbox.
This PR has been generated by Mend Renovate. View repository job log here.
The latest updates on your projects. Learn more about Vercel for Git ↗︎
Name | Status | Preview | Comments | Updated |
---|---|---|---|---|
stakes-social | ✅ Ready (Inspect) | Visit Preview | 💬 Add your feedback | Jan 28, 2023 at 3:20AM (UTC) |
This pull-request is inactive and so will be closed automatically.
Renovate Ignore Notification
As this PR has been closed unmerged, Renovate will now ignore this update (4.24.7). You will still receive a PR once a newer version is released, so if you wish to permanently ignore this dependency, please add it to the ignoreDeps
array of your renovate config.
If this PR was closed by mistake or you changed your mind, you can simply rename this PR and you will soon get a fresh replacement PR opened.