reactSPA
reactSPA copied to clipboard
chore(deps): bump antd from 3.9.3 to 4.22.4
Bumps antd from 3.9.3 to 4.22.4.
Release notes
Sourced from antd's releases.
4.22.4
- 🐞 Fix Drawer
zIndexprop not working. #36958- 💄 Fix PageHeader focus style stay after clicking it. #36902
- 💄 Fix Drawer nesting content-wrapper style. #36845
@yanm1ng- 🐞 Fix Mentions popup shift when contain scrollbar. #36898
@JarvisArt- TypeScript
- 🐞 修复 Drawer
zIndex属性失效的问题。#36958- 💄 修复 PageHeader 返回按钮点击后依然有聚焦样式的问题。#36902
- 💄 修复抽屉 Drawer 组件嵌套时,子抽屉的样式被父抽屉影响的问题。#36845
@yanm1ng- 🐞 修复 Mentions 内有滚动条时弹出层偏移的问题。#36898
@JarvisArt- TypeScript
4.22.3
- 🐞 Fixed flickering when
fileListupdating in Uploader with React 18. #36801@zhengjitf- 🐞 Fix Form.Item with small size
labelColandwrapperColnot break line in vertical layout. #36800- 🐞 Fix Row in flex layout takes too wide space by default. #36770
- 🐞 修复在 React 18 版本中 Uploader 的
fileList发生更新后出现闪烁的情况。#36801@zhengjitf- 🐞 修复 Form.Item 在垂直布局下使用小尺寸的
labelCol和wrapperCol时不换行的问题。#36800- 🐞 修复 Row 在 flex 布局中占据过多空间的问题。#36770
4.22.2
- 💄 Adjust Collapse title click region which will be fully width when
collapsible=defaultnow. #36761- Drawer
- 💄 调整 Collapse 标题文本在
collapsible=default时为完整宽度点击区域。#36761- Drawer
4.22.1
- 🐞 Fix Drawer with percentage width display issue. #36729
- 🐞 修复 Drawer 使用百分比宽度时的展示问题。#36729
4.22.0
... (truncated)
Changelog
Sourced from antd's changelog.
4.22.4
2022-08-08
- 🐞 Fix Drawer
zIndexprop not working. #36958- 💄 Fix PageHeader focus style stay after clicking it. #36902
- 💄 Fix Drawer nesting content-wrapper style. #36845
@yanm1ng- 🐞 Fix Mentions popup shift when contain scrollbar. #36898
@JarvisArt- TypeScript
4.22.3
2022-08-01
- 🐞 Fixed flickering when
fileListupdating in Uploader with React 18. #36801@zhengjitf- 🐞 Fix Form.Item with small size
labelColandwrapperColnot break line in vertical layout. #36800- 🐞 Fix Row in flex layout takes too wide space by default. #36770
4.22.2
2022-07-28
- 💄 Adjust Collapse title click region which will be fully width when
collapsible=defaultnow. #36761- Drawer
4.22.1
2022-07-27
- 🐞 Fix Drawer with percentage width display issue. #36729
4.22.0
2022-07-26
- Form
- 🆕 Radio.Group support
onBlurandonFocusprops. #36041- 🆕 Typography
ellipsis.tooltipsupports a object for Tooltip props. #36099- 🛠 Refactor Drawer to remove directly style control which helps more React way. #36672
- 🛠 Refactor Sketelon.Button square shape style that its width is equal to height, and old become the default. #36123
@alanhaledc- 🐞 Fix Modal.confirm
onCancelargument close is not a function sometimes. #36600@Wxh16144
... (truncated)
Commits
019666edocs: add changelog for #369583012c77fix: Drawer zIndex (#36958)fdaa946do'c's):add onChange props for useFormItemStatus description code (#36929)3b176a9docs: update changelog datef8cb6ebdocs(:sparkles:): release 4.22.4 (#36952)87d138bdocs: upgrade codesandbox to react 18 (#36951)f521805chore: disable jest/no-standalone-expect (#36942)1239910test: change act import from utils use act wrap timer and not wrap fireEvent ...c826252feat(Avatar): addonClickprop (#36940)20a2bb3fix: testing act error (#36915)- Additional commits viewable in compare view
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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Superseded by #202.