Skip to content
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.5 #468

Merged
merged 9 commits into from
Jan 14, 2025
Merged

docs: changelog of 1.0.5 #468

merged 9 commits into from
Jan 14, 2025

Conversation

YumoImer
Copy link
Collaborator

@YumoImer YumoImer commented Jan 13, 2025

Summary by CodeRabbit

  • Bug 修复

    • 修复了 Attachment 组件移除图标的样式问题
  • 兼容性

    • 支持 React 19 版本
  • 网站优化

    • 改进官方网站用户体验
  • 版本更新

    • 发布 1.0.5 版本

Copy link
Contributor

coderabbitai bot commented Jan 13, 2025

Warning

Rate limit exceeded

@YumoImer has exceeded the limit for the number of commits or files that can be reviewed per hour. Please wait 3 minutes and 57 seconds before requesting another review.

⌛ How to resolve this issue?

After the wait time has elapsed, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

We recommend that you space out your commits to avoid hitting the rate limit.

🚦 How do rate limits work?

CodeRabbit enforces hourly rate limits for each developer per organization.

Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout.

Please see our FAQ for further information.

📥 Commits

Reviewing files that changed from the base of the PR and between 0a95fc8 and b09b3ca.

📒 Files selected for processing (2)
  • CHANGELOG.en-US.md (1 hunks)
  • CHANGELOG.zh-CN.md (1 hunks)
📝 Walkthrough

"""

概述

演练

此拉取请求更新了 @ant-design/x 项目的版本至 1.0.5。主要变更包括 Attachment 组件的图标样式修复、BubbleProps 的类型重构、支持 React 19,以及官方网站的用户体验优化。这些修改旨在提升组件库的功能性和兼容性。

变更

文件 变更摘要
CHANGELOG.en-US.mdCHANGELOG.zh-CN.md 添加 1.0.5 版本条目,记录组件和网站的多项更新
package.json 版本从 1.0.4 更新到 1.0.5

可能相关的 PR

诗歌

🐰 代码兔子欢跳跃
版本升级又一章
React 十九迎新风
组件修复显神勇
用户体验更精良
"""


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?

❤️ Share
🪧 Tips

Chat

There are 3 ways to chat with CodeRabbit:

  • Review comments: Directly reply to a review comment made by CodeRabbit. Example:
    • I pushed a fix in commit <commit_id>, please review it.
    • Generate unit testing code for this file.
    • Open a follow-up GitHub issue for this discussion.
  • Files and specific lines of code (under the "Files changed" tab): Tag @coderabbitai in a new review comment at the desired location with your query. Examples:
    • @coderabbitai generate unit testing code for this file.
    • @coderabbitai modularize this function.
  • PR comments: Tag @coderabbitai in a new PR comment to ask questions about the PR branch. For the best results, please provide a very specific query, as very limited context is provided in this mode. Examples:
    • @coderabbitai gather interesting stats about this repository and render them as a table. Additionally, render a pie chart showing the language distribution in the codebase.
    • @coderabbitai read src/utils.ts and generate unit testing code.
    • @coderabbitai read the files in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format.
    • @coderabbitai help me debug CodeRabbit configuration file.

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)

  • @coderabbitai pause to pause the reviews on a PR.
  • @coderabbitai resume to resume the paused reviews.
  • @coderabbitai review to trigger an incremental review. This is useful when automatic reviews are disabled for the repository.
  • @coderabbitai full review to do a full review from scratch and review all the files again.
  • @coderabbitai summary to regenerate the summary of the PR.
  • @coderabbitai generate docstrings to generate docstrings for this PR. (Beta)
  • @coderabbitai resolve resolve all the CodeRabbit review comments.
  • @coderabbitai configuration to show the current CodeRabbit configuration for the repository.
  • @coderabbitai help to get help.

Other keywords and placeholders

  • Add @coderabbitai ignore anywhere in the PR description to prevent this PR from being reviewed.
  • Add @coderabbitai summary to generate the high-level summary at a specific location in the PR description.
  • Add @coderabbitai anywhere in the PR title to generate the title automatically.

CodeRabbit Configuration File (.coderabbit.yaml)

  • You can programmatically configure CodeRabbit by adding a .coderabbit.yaml file to the root of your repository.
  • Please see the configuration documentation for more information.
  • If your editor has YAML language server enabled, you can add the path at the top of this file to enable auto-completion and validation: # yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json

Documentation and Community

  • Visit our Documentation for detailed information on how to use CodeRabbit.
  • Join our Discord Community to get help, request features, and share feedback.
  • Follow us on X/Twitter for updates and announcements.

Copy link

github-actions bot commented Jan 13, 2025

Preview is ready

Copy link

Walkthrough

This pull request updates the changelog for version 1.0.5, documenting recent changes and improvements. It includes bug fixes, refactoring, and enhancements to the official website. Additionally, the package.json file is updated to reflect the new version number.

Changes

File Summary
CHANGELOG.en-US.md, CHANGELOG.zh-CN.md Added entries for version 1.0.5, including bug fixes, refactoring, and enhancements.
package.json Updated version number from 1.0.4 to 1.0.5.
🪧 Tips For further assistance, please describe your question in the comments and @petercat-assistant to start a conversation with me.

CHANGELOG.zh-CN.md Outdated Show resolved Hide resolved
Copy link

codecov bot commented Jan 13, 2025

Bundle Report

Bundle size has no change ✅

@YumoImer YumoImer enabled auto-merge (squash) January 13, 2025 09:55
@YumoImer YumoImer requested a review from a team January 13, 2025 09:55
Copy link
Contributor

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actionable comments posted: 1

📜 Review details

Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro

📥 Commits

Reviewing files that changed from the base of the PR and between 209ec6f and 62e35bd.

📒 Files selected for processing (3)
  • CHANGELOG.en-US.md (1 hunks)
  • CHANGELOG.zh-CN.md (1 hunks)
  • package.json (1 hunks)
✅ Files skipped from review due to trivial changes (1)
  • package.json
⏰ Context from checks skipped due to timeout of 90000ms (7)
  • GitHub Check: Socket Security: Pull Request Alerts
  • GitHub Check: test / react component workflow
  • GitHub Check: build preview
  • GitHub Check: size
  • GitHub Check: Analyze (javascript-typescript)
  • GitHub Check: test / react component workflow
  • GitHub Check: Cloudflare Pages
🔇 Additional comments (2)
CHANGELOG.zh-CN.md (2)

18-25: 版本条目格式正确且内容完整

版本条目遵循了既定格式,包含了版本号、日期、变更内容和贡献者信息。链接引用也都正确。


20-20: 验证发布日期的有效性

发布日期 2025-01-13 似乎是一个未来的日期。建议修改为实际的发布日期。

✅ Verification successful

日期验证已通过

变更日志中的发布日期 2025-01-13 与当前系统日期一致,是有效的发布日期。

🏁 Scripts executed

The following scripts were executed for the analysis:

Script:

#!/bin/bash
# 验证发布日期的有效性
current_date=$(date +%Y-%m-%d)
echo "当前日期: $current_date"
echo "变更日志日期: 2025-01-13"

Length of output: 133

CHANGELOG.en-US.md Outdated Show resolved Hide resolved
Copy link

codecov bot commented Jan 13, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 91.45%. Comparing base (209ec6f) to head (b09b3ca).
Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #468   +/-   ##
=======================================
  Coverage   91.45%   91.45%           
=======================================
  Files          67       67           
  Lines        1462     1462           
  Branches      385      370   -15     
=======================================
  Hits         1337     1337           
  Misses        125      125           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Copy link

github-actions bot commented Jan 13, 2025

size-limit report 📦

Path Size
dist/antdx.min.js 40.32 KB (+25 B 🔺)

CHANGELOG.zh-CN.md Outdated Show resolved Hide resolved
CHANGELOG.zh-CN.md Outdated Show resolved Hide resolved
CHANGELOG.zh-CN.md Outdated Show resolved Hide resolved
Copy link

cloudflare-workers-and-pages bot commented Jan 13, 2025

Deploying ant-design-x with  Cloudflare Pages  Cloudflare Pages

Latest commit: b09b3ca
Status: ✅  Deploy successful!
Preview URL: https://47ae6738.ant-design-x.pages.dev
Branch Preview URL: https://docs-changelog-1-0-5.ant-design-x.pages.dev

View logs

@YumoImer YumoImer disabled auto-merge January 13, 2025 10:29
@YumoImer YumoImer merged commit 2d75d58 into main Jan 14, 2025
16 checks passed
@YumoImer YumoImer deleted the docs/changelog-1.0.5 branch January 14, 2025 02:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants