-
-
Notifications
You must be signed in to change notification settings - Fork 49.8k
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
docs: changelog 4.5.0 #25820
docs: changelog 4.5.0 #25820
Conversation
This pull request is automatically built and testable in CodeSandbox. To see build info of the built libraries, click here or the icon next to each commit SHA. Latest deployment of this branch, based on commit ce87c45:
|
Codecov Report
@@ Coverage Diff @@
## master #25820 +/- ##
=======================================
Coverage 99.52% 99.52%
=======================================
Files 374 374
Lines 7309 7309
Branches 2041 2039 -2
=======================================
Hits 7274 7274
Misses 35 35 Continue to review full report at Codecov.
|
重要的改动放在前面。 |
开了,这个不用更新changeLog,之前已经有了,现在是优化。 |
package.json 里改一下版本号。 |
react-component/steps#118 检查检查有没有要发 feature 的,别错过车了。 |
这个还没做完,不能发。别的我会查一下 |
- 💄 Card 操作面板颜色与主体颜色统一。[#25722](https://github.com/ant-design/ant-design/pull/25722) | ||
- ⌨️ 提升 Alert/message/notification 组件的可访问性。[#25774](https://github.com/ant-design/ant-design/pull/25774) | ||
- 🇭🇰 新增 zh_HK 本地化。[#25731](https://github.com/ant-design/ant-design/pull/25731) [@wuchu](https://github.com/wuchu) | ||
- 🇩🇪 改进 de_DE 本地化。[#25823](https://github.com/ant-design/ant-design/pull/25823) [@LukeTimeWalker](https://github.com/LukeTimeWalker) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Co-authored-by: xrkffgg <[email protected]>
Co-authored-by: xrkffgg <[email protected]>
Co-authored-by: 偏右 <[email protected]>
Co-authored-by: 偏右 <[email protected]>
bordered
prop. #25617useMessage
hook for Message to supportcontext
access. #25422titleRender
to customize all nodes' content. #25624extra
prop. #25512 @zzz111Modal.config
to setrootPrefixCls
for Modal statis methods. #25613push
prop for multi-Drawer linkage. #25445 @jinxin0112percent
prop to show step icon progress. #25839horizontal
mode. #25622src
is invalid. #25806onCalendarChange
addrange
param to indicate currently activated pane. #25568 @Kim-Wing-FungpanelRender
to customize panel. #25488picker='xxx'
usage instead. #25768remove
method. #25638 @fireairforcedependencies
to control updating logic with render propschildren
. #25408validateStatus
when children Form.Item withnoStyle
has an error. #25734labelCol={{ offset: number }}
doesn't work if layout is vertical. #25713 @zhangchen915role="alert"
attribute on validation message node to import accessibility. #25735 @AlbertAZ1992validRange
preventsdisabledDate
. #25626 @zhangchen915validRange
not working on month selection dropdown. #25626 @zhangchen915indeterminate
returned bygetCheckboxProps
not working. #25649treeNodeLabelProp
affect tree node render result. #25755findDOMNode
warning in strict mode. #25744[email protected]
. 25821 @Kermit-Xuanbordered
属性。#25617useMessage
hook,以支持context
访问。#25422titleRender
以支持定制所有节点内容。#25624extra
属性。#25512 @zzz111Modal.config
用于全局配置 Modal 静态方法的rootPrefixCls
。#25613push
属性用于自定义多层级 Drawer 之间的联动。#25445 @jinxin0112percent
属性来展示步骤图标的进度。#25839src
图片地址失效时没有正确 fallback 的问题。#25806onCalendarChange
参数中增加range
用于指示当前触发面板。#25568 @Kim-Wing-FungpanelRender
以自定义渲染面板。#25488picker='xxx'
,这是 v4 更推荐的写法。#25768remove
方法支持数组类型。#25638 @fireairforcechildren
形为render props
时支持使用dependencies
控制更新逻辑。#25408validateFirst
属性为依次执行校验,原并行逻辑改由配置parallel
开启。#25321noStyle
并校验失败时没有更新validateStatus
的问题。#25734labelCol={{ offset: number }}
不生效的问题。#25713 @zhangchen915role="alert"
以增强可访问性。#25735 @AlbertAZ1992validRange
导致disabledDate
不生效 。#25626 @zhangchen915validRange
对月份下拉菜单不生效的问题。#25626 @zhangchen915getCheckboxProps
返回的indeterminate
不生效。#25649treeNodeLabelProp
会影响树节点展示内容的问题。#25755findDOMNode
废弃警告。#25744[email protected]
SSR 构建出错的问题。25821 @Kermit-Xuan