fix(deps): update dependency antd to ^4.19.1 #257
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
^4.18.9
->^4.19.1
Release Notes
ant-design/ant-design
v4.19.1
Compare Source
ReferenceError: colorPalette is not defined
when customize theme.Error: Invalid class or id selector syntax
when importantd/dist/antd.css
.csp
sometime not effect on Icon. #34356ReferenceError: colorPalette is not defined
错误。antd/dist/antd.css
时提示Error: Invalid class or id selector syntax
错误。csp
有时在 Icon 上不会生效的问题。#34356v4.19.0
Compare Source
ref
is modified because of refactoring from class component to function component. You can still get DOM node frominput
, and other methods such asfocus
andblur
mentioned in document are also supported.clearIcon
prop for customizing clear icon. #34325filterSearch
now support passing function to customize search. #34085 @heiyu4585column.filterDropdown({ clearFilters })
supportclearFilters({ confirm: false, closeDropdown: false })
. #34120 @heiyu4585aria-sort
attribute for screen readers. #33603 @dgreene1status
prop to support custom status.controls={{ upIcon, downIcon }}
to customize icon up and down. #33914 @heiyu4585placement
supporttop
/bottom
#33871 @heiyu4585placement
property. #33641 @ONLY-yoursarrow={{ pointAtCenter: true }}
to make arrow point at center. Andtop
bottom
placement are also supported. #33658block
prop. #33672 @woochanleeedisabledHours
,disabledMinutes
,disabledSeconds
intodisabledTime
to align with DatePicker. #33503key
. #33607 @qin20Typography.Title
didn't keep font size when become editable. #34169 @heiyu4585React does not recognize the requiredMark prop on a DOM element
. #34323ref
类型及内容已经更新,可以通过import { InputRef } from 'antd'
引入。其中的input
属性作为获取 DOM 的途径被保留,同时支持focus
和blur
等文档中支持的方法。clearIcon
属性,支持自定义清除按钮。 #34325column.filterSearch
属性现在支持返回一个函数用于自定义搜索条件。#34085 @heiyu4585column.filterDropdown({ clearFilters })
支持参数clearFilters({ confirm: false, closeDropdown: false })
控制筛选。#34120 @heiyu4585aria-sort
属性以优化屏幕阅读器的使用体验。 #33603 @dgreene1status
属性以支持自定义状态。controls={{ upIcon, downIcon }}
用于自定义上下图标。#33914 @heiyu4585top
/bottom
。 #33871 @heiyu4585placement
用于自定义弹层方向。 #33641 @ONLY-yoursarrow={{ pointAtCenter: true }}
用于指向元素正中间,并且新增top
bottom
两种placement
位置。 #33658block
属性。 #33672 @woochanleeedisabledHours
、disabledMinutes
、disabledSeconds
至disabledTime
以保持与 DatePicker 接口一致性。 #33503key
。 #33607 @qin20React does not recognize the requiredMark prop on a DOM element
的问题。 #34323Configuration
📅 Schedule: "every weekend" in timezone Asia/Shanghai.
🚦 Automerge: Enabled.
♻ 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.
This PR has been generated by WhiteSource Renovate. View repository job log here.