Results 13 issues of Linzp

### What problem does this feature solve? Popover 之前可以通过 transitionName="ant-slide-up"修改弹出动画,但是现在好像不生效了,api文档中也并没有提到这个api,需要一个稳定的api来进行设置 ### What does the proposed API look like? 需要一个稳定的api来进行设置

💡 Feature Request

[中文版模板 / Chinese template](https://github.com/ant-design/x/blob/master/.github/PULL_REQUEST_TEMPLATE_CN.md?plain=1) ### 🤔 This is a ... - [ ] 🆕 New feature - [x] 🐞 Bug fix - [ ] 📝 Site / documentation improvement -...

dependencies

目前项目升级了antd v5-> v6,但是@ant-design/x报不兼容问题,必须升级到2.x,但是目前2.x api变动非常大,不能一起升级。 其实antd v6也是可以和@ant-design/x,但是由于https://github.com/ant-design/x/blob/709bf50625f25a1e55ebb5bb3feed74013403e30/package.json#L261 这里的peerDependencies要求antd为5.x导致构建项目时检查失败。能否将这里的兼容性修改到antd 5,6都兼容?

dependencies