-
-
Notifications
You must be signed in to change notification settings - Fork 317
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: Update README.md #873
docs: Update README.md #873
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Walkthrough此次更改涉及文档中的组件属性名称修改,将 Changes
Poem
Tip OpenAI O1 model for chat
Recent review detailsConfiguration used: CodeRabbit UI Files selected for processing (1)
Files skipped from review due to trivial changes (1)
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media? TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #873 +/- ##
=======================================
Coverage 95.42% 95.42%
=======================================
Files 64 64
Lines 2712 2712
Branches 759 731 -28
=======================================
Hits 2588 2588
Misses 121 121
Partials 3 3 ☔ View full report in Codecov by Sentry. |
dropdownAlign
rename topopupAlign
Docs also missing
placement
andbuiltinPlacements
.Need to change popup shift behavior, so I need this prop.
rc-picker version: 3.14.6 / antd version: 5.10.3
https://stackblitz.com/edit/antd-reproduce-5x-zcgv9l
rc-picker version: 4.6.14 / antd version: 5.20.6
https://stackblitz.com/edit/antd-reproduce-5x-oeocvg
Summary by CodeRabbit
dropdownAlign
更改为popupAlign
,以提高API文档的清晰度。