afc163
1 year ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with
3 additions and
1 deletions
CHANGELOG.en-US.md
CHANGELOG.zh-CN.md
components/locale/__tests__/config.test.tsx
@ -22,6 +22,7 @@ timeline: true
- 💄 Migrate Component Token of Menu from 4.x less variables. [#43576 ](https://github.com/ant-design/ant-design/pull/43576 )
- 🐞 Fix QRCode throws `Can't resolve 'antd/lib/qr-code'` in Next.js 13. [#43572 ](https://github.com/ant-design/ant-design/issues/43572 )
- 🐞 Fix that antd components usage in Next.js App Router, check the [documentation ](/docs/react/use-with-next#using-nextjs-app-router ). [#43573 ](https://github.com/ant-design/ant-design/pull/43573 ) [@li-jia-nan ](https://github.com/li-jia-nan )
- 🐞 Fix InputNumber Phantom dependency issue: `Cannot find module 'rc-component/mini-decimal'` . [#43635 ](https://github.com/ant-design/ant-design/pull/43635 )
- 🐞 Fix Checkbox both set `checked` and `indeterminate` prop will not show as `indeterminate` style. [#43626 ](https://github.com/ant-design/ant-design/pull/43626 )
- 🐞 Fix Form.Item set `label=""` will break the line align. [#43614 ](https://github.com/ant-design/ant-design/pull/43614 )
- 🐞 Fix notification `placement` not being respected when passed via App component. [#43522 ](https://github.com/ant-design/ant-design/pull/43522 ) [@Rajil1213 ](https://github.com/Rajil1213 )
@ -22,6 +22,7 @@ timeline: true
- 💄 补全 Menu 主题定制 token。[#43576](https://github.com/ant-design/ant-design/pull/43576)
- 🐞 修复 QRCode 在 Next.js 13 中报错 `Can't resolve 'antd/lib/qr-code'` 的问题。[#43572](https://github.com/ant-design/ant-design/issues/43572)
- 🐞 修复 antd 不支持在 Next.js App Router 中使用的问题,查看[使用文档](/docs/react/use-with-next#使用-nextjs-的-app-router)。[#43573](https://github.com/ant-design/ant-design/pull/43573)
- 🐞 修复 InputNumber 幽灵依赖报错 `Cannot find module 'rc-component/mini-decimal'` 。[#43635](https://github.com/ant-design/ant-design/pull/43635)
- 🐞 修复 App.useApp 方式调用 notification 组件时 `placement` 属性不生效的问题。[#43522](https://github.com/ant-design/ant-design/pull/43522) [@Rajil1213 ](https://github.com/Rajil1213 )
- 🐞 修复 Checkbox 同时配置 `checked` 和 `indeterminate` 时没有展示为 `indeterminate` 样式的问题。[#43626](https://github.com/ant-design/ant-design/pull/43626)
- 🐞 修复 Form.Item 设置 `label=""` 时垂直方向对齐偏移的问题。[#43614](https://github.com/ant-design/ant-design/pull/43614)
@ -53,5 +53,5 @@ describe('Locale Provider demo', () => {
expect ( document . body . querySelectorAll ( '.ant-btn-primary span' ) [ 0 ] ? . textContent ) . toBe ( '确 定' ) ;
Modal . destroyAll ( ) ;
jest . useRealTimers ( ) ;
} ) ;
} , 500000 ) ;
} ) ;