- 💄 Migrate Component Token of Menu from 4.x less variables. #43576
- 🐞 Fix QRCode throws
Can't resolve 'antd/lib/qr-code'
in Next.js 13. #43572 - 🐞 Fix that antd components usage in Next.js App Router, check the documentation. #43573 @li-jia-nan
- 🐞 Fix InputNumber Phantom dependency issue:
Cannot find module 'rc-component/mini-decimal'
. #43635 - 🐞 Fix Checkbox both set
checked
andindeterminate
prop will not show asindeterminate
style. #43626 - 🐞 Fix Form.Item set
label=""
will break the line align. #43614 - 🐞 Fix notification
placement
not being respected when passed via App component. #43522 @Rajil1213 - 🐞 Fix Pagination jumpy page size select when search in it. #43556
- 🐞 Fix Button disabled style is missing when use with the deprecated usage of
type="ghost"
. #43558 @kiner-tang - 🐞 Fix Tag extra margin when there is only
icon
inside it. #43518 @Yuiai01 - 🐞 Fix ColorPicker that status style is missing inside Form.Item. #42880 @RedJue
- TypeScript
- 🤖 Fix
SpaceContext
don't exported correctly. #43501 @VovkaGoodwin - 🤖 Improve TS definitions for some components. #43581 #43545 #43588 #43610 #43629. Thanks to @thinkasany、@li-jia-nan for the contributions.
- 🤖 Fix
- 💄 补全 Menu 主题定制 token。#43576
- 🐞 修复 QRCode 在 Next.js 13 中报错
Can't resolve 'antd/lib/qr-code'
的问题。#43572 - 🐞 修复 antd 不支持在 Next.js App Router 中使用的问题,查看使用文档。#43573
- 🐞 修复 InputNumber 幽灵依赖报错
Cannot find module 'rc-component/mini-decimal'
。#43635 - 🐞 修复 App.useApp 方式调用 notification 组件时
placement
属性不生效的问题。#43522 @Rajil1213 - 🐞 修复 Checkbox 同时配置
checked
和indeterminate
时没有展示为indeterminate
样式的问题。#43626 - 🐞 修复 Form.Item 设置
label=""
时垂直方向对齐偏移的问题。#43614 - 🐞 修复 Pagination 分页选择器弹层抖动的问题。#43556
- 🐞 修复 Button 幽灵按钮禁用状态丢失的问题。#43558 @kiner-tang
- 🐞 修复 Tag 仅传入
icon
时渲染多余间距的问题。#43518 @Yuiai01 - 🐞 修复 ColorPicker 不跟随表单校验状态改变 UI 的问题。#42880 @RedJue
- TypeScript
- 🤖 修复
SpaceContext
没有正确导出的问题。#43501 @VovkaGoodwin - 🤖 优化部分组件 TS 定义实现。#43581 #43545 #43588 #43610 #43629,感谢 @thinkasany、@li-jia-nan 的贡献。
- 🤖 修复