-
Notifications
You must be signed in to change notification settings - Fork 329
Release 3.21.0 #2796
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
Release 3.21.0 #2796
Conversation
* docs: change docs content * docs: fix demo-list children miss width style
…sEdit is set true (#2770) * fix(grid): [grid] fix repeated trigger cell active when boardConfig.isEdit is set true * fix(grid): [grid] fix value to be set null when keyboard enter edit
* fix(theme-tool): add theme-tool.d.ts for tinyOldTheme vars * fix(theme): update version
* test: update @playwright/test to 1.49.x * test(grid): fix grid e2e test case * test(grid): fix grid e2e test case
|
Caution Review failedThe pull request is closed. WalkthroughThis pull request encompasses a comprehensive set of changes across multiple files and components, primarily focusing on simplifying code structure, removing deprecated components, and updating dependency management. The modifications span GitHub Actions workflows, test configurations, package dependencies, and component implementations. Key areas of change include the removal of the Rich Text Editor component, updates to grid-related utilities, and standardization of dependency versioning across various packages. Changes
Sequence DiagramsequenceDiagram
participant Dev as Developer
participant Workflow as GitHub Actions
participant Package as Package Management
Dev->>Workflow: Trigger build
Workflow->>Workflow: Remove publishVersion output
Workflow->>Package: Resolve dependencies using catalog
Package-->>Workflow: Return resolved dependencies
Workflow->>Workflow: Execute simplified build steps
Possibly related PRs
Suggested labels
Suggested reviewers
Poem
📜 Recent review detailsConfiguration used: CodeRabbit UI 📒 Files selected for processing (67)
Finishing Touches
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 introduces the release of version 3.21.0 for the tiny-vue project. It includes updates to various test files, package configurations, and documentation. The changes focus on enhancing grid functionalities, updating dependencies, and refining the rich-text editor component. Additionally, the changelog has been updated to reflect new features and bug fixes. Changes
|
| isUpArrow, | ||
| isRightArrow, | ||
| isDwArrow: true, | ||
| isDownArrow: true, |
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.
The variable isDwArrow was renamed to isDownArrow. Ensure that this change is consistent throughout the codebase to prevent any potential issues.
| // 如果是树形表格当前行回车移动到子节点 | ||
| let childrens = currentRow[treeConfig.children] | ||
| if (childrens && childrens.length) { | ||
| const children = currentRow[treeConfig.children] |
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.
The variable childrens was renamed to children. Ensure that this change is consistent throughout the codebase to prevent any potential issues.
PR
PR Checklist
Please check if your PR fulfills the following requirements:
PR Type
What kind of change does this PR introduce?
What is the current behavior?
Issue Number: N/A
What is the new behavior?
Does this PR introduce a breaking change?
Other information
Summary by CodeRabbit
Based on the comprehensive summary, here are the concise release notes:
New Features
Bug Fixes
Documentation
Chores
3.21.1Refactors