-
-
Notifications
You must be signed in to change notification settings - Fork 177
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: changelog of 1.0.3 #361
Conversation
📝 Walkthrough概述演练这个拉取请求主要是版本1.0.3的发布,包含了对 变更
可能相关的PR
建议的审阅者
诗歌
📜 Recent review detailsConfiguration used: CodeRabbit UI 📒 Files selected for processing (3)
✅ Files skipped from review due to trivial changes (1)
🔇 Additional comments (2)CHANGELOG.zh-CN.md (1)
版本号、日期、内容和格式都符合规范。 CHANGELOG.en-US.md (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 (
|
WalkthroughThis pull request updates the changelog for version 1.0.3, documenting several enhancements and bug fixes. It also updates the package version in Changes
|
`2024-12-16` | ||
|
||
- 💄 Refactor the styles when `placement: 'end'` is set for `Bubble`. [#314](https://github.com/ant-design/x/pull/314) by [@YumoImer](https://github.com/YumoImer) | ||
- 🐛 Fix occasional failure to trigger auto-scrolling when `autoScroll` is set in `Bubble.List`. [#336](https://github.com/ant-design/x/pull/336) by [@anzhou99Ru](https://github.com/anzhou99Ru) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Verify that the fix for auto-scrolling in Bubble.List
is thoroughly tested to prevent any regression.
Bundle ReportBundle size has no change ✅ |
Deploying ant-design-x with Cloudflare Pages
|
size-limit report 📦
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #361 +/- ##
=======================================
Coverage 91.36% 91.36%
=======================================
Files 66 66
Lines 1448 1448
Branches 382 383 +1
=======================================
Hits 1323 1323
Misses 125 125 ☔ View full report in Codecov by Sentry. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
+1
Summary by CodeRabbit
新功能
Bubble
组件在placement
设置为end
时的样式。错误修复
autoScroll
时Bubble.List
偶尔无法自动滚动的问题。pnpm lint
时出现的错误。文档
1.0.2
更改为1.0.3
。