Skip to content

v2.6.0-rc.1#1468

Merged
hexqi merged 1 commit intoopentiny:release/v2.6.xfrom
chilingling:release/v2.6.0-rc.1
Jun 9, 2025
Merged

v2.6.0-rc.1#1468
hexqi merged 1 commit intoopentiny:release/v2.6.xfrom
chilingling:release/v2.6.0-rc.1

Conversation

@chilingling
Copy link
Member

@chilingling chilingling commented Jun 9, 2025

English | 简体中文

PR

PR Checklist

Please check if your PR fulfills the following requirements:

  • The commit message follows our Commit Message Guidelines
  • Tests for the changes have been added (for bug fixes / features)
  • Docs have been added / updated (for bug fixes / features)
  • Built its own designer, fully self-validated

PR Type

What kind of change does this PR introduce?

  • Bugfix
  • Feature
  • Code style update (formatting, local variables)
  • Refactoring (no functional changes, no api changes)
  • Build related changes
  • CI related changes
  • Documentation content changes
  • Other... Please describe:

Background and solution

What is the current behavior?

Issue Number: N/A

What is the new behavior?

Does this PR introduce a breaking change?

  • Yes
  • No

Other information

Summary by CodeRabbit

  • New Features

    • Added a new "日期选择器" (Date Picker) component with full configuration, events, and slots.
    • Included the Date Picker in the "Element Plus组件" snippet group for easy use.
  • Bug Fixes

    • Corrected a typo in context menu actions from "bindEevent" to "bindEvent" across multiple components.
    • Removed obsolete properties from Tabs and TimeLine components.
    • Adjusted the "required" attribute for the Numeric Input's controls-position property.
    • Updated icon and normalized property keys in component snippets.
  • Chores

    • Updated package versions to 2.6.0-rc.1 across the project.
    • Upgraded relevant dependencies in template projects.
    • Added material configuration reference for mock data.

@coderabbitai
Copy link
Contributor

coderabbitai bot commented Jun 9, 2025

Caution

Review failed

The pull request is closed.

Walkthrough

This update primarily increments the version numbers from 2.5.0 to 2.6.0-rc.1 across numerous package.json files throughout the repository. Additionally, it introduces a new ElDatePicker component, corrects typos, removes obsolete properties, and updates configuration in mock bundle and preview files for the designer template.

Changes

Files/Groups Change Summary
All package.json files across packages, plugins, toolbars, etc. Updated version field from 2.5.0 to 2.6.0-rc.1. No changes to dependencies, scripts, or exports.
packages/engine-cli/template/designer/package.json Updated dependencies and devDependencies for @opentiny/tiny-engine and related packages from ^2.5.0 to ^2.6.0-rc.1.
packages/engine-cli/template/designer/public/mock/bundle.json Added new ElDatePicker (日期选择器) component with schema, events, and slots. Fixed typo "bindEevent" to "bindEvent" in multiple contextMenu actions. Removed obsolete properties (e.g., "showEditIcon", "horizontal"). Adjusted required attributes and normalized property keys in snippets.
packages/engine-cli/template/designer/src/preview.js Extended registry config by adding a new material property referencing /mock/bundle.json.

Sequence Diagram(s)

sequenceDiagram
    participant User
    participant DesignerPreview
    participant MaterialConfig

    User->>DesignerPreview: Load preview
    DesignerPreview->>MaterialConfig: Read config (now includes material: ['/mock/bundle.json'])
    MaterialConfig-->>DesignerPreview: Provide config with material reference
    DesignerPreview->>User: Render preview with updated material components (e.g., ElDatePicker)
Loading

Possibly related PRs

  • v2.6.0-rc.0 #1466: Updates package versions to a previous release candidate, closely related to this version bump.
  • v2.5.0-rc.1 #1355: Sequential version bump from 2.5.0-rc.0 to 2.5.0-rc.1 in the same packages.
  • v2.5.0-alpha.2 #1315: Prior version bump updating multiple package.json files similarly.

Suggested reviewers

  • chilingling
  • hexqi

Poem

In the warren of code, a version hops high,
From two-five-oh to six-rc-one, oh my!
A DatePicker blooms, typos take flight,
Bundles grow tidier, configs set right.
With each little change, this rabbit will cheer—
New features and fixes, release day is near! 🐇✨


📜 Recent review details

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

📥 Commits

Reviewing files that changed from the base of the PR and between 4a6cf0e and f623041.

📒 Files selected for processing (57)
  • designer-demo/package.json (1 hunks)
  • mockServer/package.json (1 hunks)
  • packages/block-compiler/package.json (1 hunks)
  • packages/blockToWebComponentTemplate/package.json (1 hunks)
  • packages/build/vite-config/package.json (1 hunks)
  • packages/build/vite-plugin-meta-comments/package.json (1 hunks)
  • packages/builtinComponent/package.json (1 hunks)
  • packages/canvas/package.json (1 hunks)
  • packages/common/package.json (1 hunks)
  • packages/configurator/package.json (1 hunks)
  • packages/design-core/package.json (1 hunks)
  • packages/engine-cli/package.json (1 hunks)
  • packages/engine-cli/template/designer/package.json (2 hunks)
  • packages/engine-cli/template/designer/public/mock/bundle.json (12 hunks)
  • packages/engine-cli/template/designer/src/preview.js (1 hunks)
  • packages/i18n/package.json (1 hunks)
  • packages/layout/package.json (1 hunks)
  • packages/plugins/block/package.json (1 hunks)
  • packages/plugins/bridge/package.json (1 hunks)
  • packages/plugins/datasource/package.json (1 hunks)
  • packages/plugins/help/package.json (1 hunks)
  • packages/plugins/i18n/package.json (1 hunks)
  • packages/plugins/materials/package.json (1 hunks)
  • packages/plugins/page/package.json (1 hunks)
  • packages/plugins/robot/package.json (1 hunks)
  • packages/plugins/schema/package.json (1 hunks)
  • packages/plugins/script/package.json (1 hunks)
  • packages/plugins/state/package.json (1 hunks)
  • packages/plugins/tree/package.json (1 hunks)
  • packages/plugins/tutorial/package.json (1 hunks)
  • packages/register/package.json (1 hunks)
  • packages/settings/design/package.json (1 hunks)
  • packages/settings/events/package.json (1 hunks)
  • packages/settings/panel/package.json (1 hunks)
  • packages/settings/props/package.json (1 hunks)
  • packages/settings/styles/package.json (1 hunks)
  • packages/svgs/package.json (1 hunks)
  • packages/theme/base/package.json (1 hunks)
  • packages/toolbars/breadcrumb/package.json (1 hunks)
  • packages/toolbars/clean/package.json (1 hunks)
  • packages/toolbars/collaboration/package.json (1 hunks)
  • packages/toolbars/fullscreen/package.json (1 hunks)
  • packages/toolbars/generate-code/package.json (1 hunks)
  • packages/toolbars/lang/package.json (1 hunks)
  • packages/toolbars/lock/package.json (1 hunks)
  • packages/toolbars/logo/package.json (1 hunks)
  • packages/toolbars/media/package.json (1 hunks)
  • packages/toolbars/preview/package.json (1 hunks)
  • packages/toolbars/redoundo/package.json (1 hunks)
  • packages/toolbars/refresh/package.json (1 hunks)
  • packages/toolbars/save/package.json (1 hunks)
  • packages/toolbars/setting/package.json (1 hunks)
  • packages/toolbars/themeSwitch/package.json (1 hunks)
  • packages/toolbars/view-setting/package.json (1 hunks)
  • packages/utils/package.json (1 hunks)
  • packages/vue-generator/package.json (1 hunks)
  • packages/webcomponent/package.json (1 hunks)
✨ Finishing Touches
  • 📝 Generate Docstrings

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ 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.
    • Explain this complex logic.
    • 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 explain this code block.
    • @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 explain its main purpose.
    • @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.

Support

Need help? Create a ticket on our support page for assistance with any issues or questions.

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.
  • @coderabbitai generate sequence diagram to generate a sequence diagram of the changes in this PR.
  • @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.

@github-actions github-actions bot added ignore-for-release release merge to release/ branch, before release period labels Jun 9, 2025
@hexqi hexqi merged commit aaf416b into opentiny:release/v2.6.x Jun 9, 2025
2 checks passed
@coderabbitai coderabbitai bot mentioned this pull request Jun 19, 2025
14 tasks
chilingling added a commit to chilingling/tiny-engine that referenced this pull request Jun 20, 2025
@coderabbitai coderabbitai bot mentioned this pull request Jun 23, 2025
14 tasks
@coderabbitai coderabbitai bot mentioned this pull request Aug 26, 2025
14 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

ignore-for-release release merge to release/ branch, before release period

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants