Bumps antd from 5.7.2 to 5.10.3.
Release notes
Sourced from antd's releases.
5.10.3
- 💄 Fix Typography.Text lost right border when enable
ellipsis
and code
. #45575
- 💄 Modify the TimePicker scroll bar style. #45478
@GeorgeHcc
#45586
- 🆕 FloatButton.BackTop
ref
support nativeElement
. #45547 @li-jia-nan
- 🐞 Fix Watermark that
gap
should have default value when passing undefined
in array. #45537 @MadCcc
- 🐞 Fix Dropdown always closes after clicking on an item. #45513
@vyachsed
- 💄 Fix Notification style issue in windows system. #45500
@MadCcc
- 💄 Fix Notification duplicated
style
applied to wrapper. #45487 @MadCcc
- TypeScript
5.10.2
- 🐞 Layout support auto
hasSider
check to avoid blink in SSR. #45361
- 🐞 Fix FloatButton.BackTop throws warning
findDOMNode is deprecated in StrictMode
. #45390 @li-jia-nan
- 🐞 Fix ColorPicker does not supports
id
and data-*
attributes. #45413 @cheng87126
- 🐞 Fix Table sorter tooltip cannot be open when
column.showSorterTooltip
is a object. #45403
- 🐞 Fix
Form
with inline
mode makes elements overlap on the small screen. #45340 @Yuiai01
- 💄 Remove duplicate disabled styles in Upload.Dragger. #45446
@vagusX
- TypeScript
- 🐞 Table
pagination.position
should accept 'none'
. #45398
- RTL
- 💄 Fix Notification's incorrect
margin
in rtl
mode. #45386
- 🐞 Layout 支持自动检测
hasSider
以防止在 SSR 场景下的闪烁问题。#45361
- 🐞 修复 FloatButton.BackTop 组件显示
findDOMNode is deprecated in StrictMode
警告的问题。#45390 @li-jia-nan
- 🐞 修复 ColorPicker 不支持
id
和 data-*
属性的问题。#45413 @cheng87126
- 🐞 修复 Table 当
column.showSorterTooltip
是一个对象时排序 tooltip 不显示的问题。#45403
- 🐞 修复 Form
inline
模式在小屏幕发生元素重叠的问题。#45340 @Yuiai01
- 💄 移除 Upload.Dragger 中重复的
disabled
样式。#45446 @vagusX
- TypeScript
- 🐞 修复 Table
pagination.position
TS 定义不支持 'none'
的问题。#45398
- RTL
- 💄 修复 Notification 组件在
rtl
模式下边缘间距错误的问题。#45386
5.10.1
- ⚡️ Optimize CSS-in-JS Design Token cache matching. #45302
- 🆕 Checkbox.Group & Radio.Group
options
add missing id
props. #45287
- 🐞 Fix Affix that
target
not work. #45314 @mingming-ma
- 🐞 MISC: Add
csp
attribute for icon style. #45334 @AlexeyTeterin
- 🐞 Fix Button that does not display loading status when
loading
property is set to { delay: 0 }
. #45282 @YDFlame13
... (truncated)
Changelog
Sourced from antd's changelog.
5.10.3
2023年10月30日
- 💄 Fix Typography.Text lost right border when enable
ellipsis
and code
. #45575
- 💄 Modify the TimePicker scroll bar style. #45478
@GeorgeHcc
#45586
- 🆕 FloatButton.BackTop
ref
support nativeElement
. #45547 @li-jia-nan
- 🐞 Fix Watermark that
gap
should have default value when passing undefined
in array. #45537 @MadCcc
- 🐞 Fix Dropdown always closes after clicking on an item. #45513
@vyachsed
- 💄 Fix Notification style issue in windows system. #45500
@MadCcc
- 💄 Fix Notification duplicated
style
applied to wrapper. #45487 @MadCcc
- TypeScript
5.10.2
2023年10月21日
- 🐞 Layout support auto
hasSider
check to avoid blink in SSR. #45361
- 🐞 Fix FloatButton.BackTop throws warning
findDOMNode is deprecated in StrictMode
. #45390 @li-jia-nan
- 🐞 Fix ColorPicker does not supports
id
and data-*
attributes. #45413 @cheng87126
- 🐞 Fix Table sorter tooltip cannot be open when
column.showSorterTooltip
is a object. #45403
- 🐞 Fix
Form
with inline
mode makes elements overlap on the small screen. #45340 @Yuiai01
- 💄 Remove duplicate disabled styles in Upload.Dragger. #45446
@vagusX
- TypeScript
- 🐞 Table
pagination.position
should accept 'none'
. #45398
- RTL
- 💄 Fix Notification's incorrect
margin
in rtl
mode. #45386
5.10.1
2023年10月15日
- ⚡️ Optimize CSS-in-JS Design Token cache matching. #45302
- 🆕 Checkbox.Group & Radio.Group
options
add missing id
props. #45287
- 🐞 Fix Affix that
target
not work. #45314 @mingming-ma
- 🐞 MISC: Add
csp
attribute for icon style. #45334 @AlexeyTeterin
- 🐞 Fix Button that does not display loading status when
loading
property is set to { delay: 0 }
. #45282 @YDFlame13
- 🐞 Fix Segmented text jump issue in Safari. #45310
- 🐞 Fix Watermark that can be hidden via "Hide Element" feature in browser. #45290
@Yuiai01
- 🐞 Fix Input that background should not be transparent when hovered or focused. #45297
@MadCcc
- 🐞 Fix Form call
resetFields
will still keep Form.List field when its initialValue
is set. #45284
- 🐞 Fix Tree.DirectoryTree
selectedNodes
in onSelect
method could not get a value when configuring fieldNames
. #45036 @Zian502
- 💄 Revert outline style of Input, InputNumber, Select, Cascader, TreeSelect, DatePicker, TimePicker, ColorPicker. #45286
@MadCcc
- 💄 Fix Card style with small size Tabs. #45272
@MadCcc
5.10.0
2023年10月10日
... (truncated)
Commits
Dependabot compatibility score
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase
.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebase
will rebase this PR
@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it
@dependabot merge
will merge this PR after your CI passes on it
@dependabot squash and merge
will squash and merge this PR after your CI passes on it
@dependabot cancel merge
will cancel a previously requested merge and block automerging
@dependabot reopen
will reopen this PR if it is closed
@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
@dependabot show <dependency name> ignore conditions
will show all of the ignore conditions of the specified dependency
@dependabot ignore this major version
will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
@dependabot ignore this minor version
will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
@dependabot ignore this dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Bumps antd from 5.7.2 to 5.10.3.
Release notes
Sourced from antd's releases.
... (truncated)
Changelog
Sourced from antd's changelog.
... (truncated)
Commits
768504d
docs: add 5.10.3 changelog (#45578)67c8e8b
demo: simplify demos (#45585)3139313
fix: optimize TimePicker scrollbar style (#45586)7e28473
demo: improve popconfirm/popover/tootlip placement demo code style (#45581)2dbc6ab
style: fix Typography code broken border when ellipsis (#45575)ee311ac
chore: bump rc-* (#45579)77f16cf
type: unlock@types/react
version (#45573)1b0c6be
chore(jest): transformIgnorePatterns break on Windows or with pnpm (#45557)99d7bcf
docs: Update Next.js documentation (#45574)b61cb01
chore(deps): update dependency size-limit to v10 (#45571)Dependabot compatibility score
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebase
will rebase this PR@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it@dependabot merge
will merge this PR after your CI passes on it@dependabot squash and merge
will squash and merge this PR after your CI passes on it@dependabot cancel merge
will cancel a previously requested merge and block automerging@dependabot reopen
will reopen this PR if it is closed@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditions
will show all of the ignore conditions of the specified dependency@dependabot ignore this major version
will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor version
will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)