Closed hsuna closed 2 months ago
This update includes significant improvements across various GitHub Actions workflows and package dependencies. Key changes involve upgrading the actions/checkout
and actions/setup-node
actions to version 4, enhancing performance and security. Additionally, TypeScript has been upgraded to version 4.9.5, ensuring better compatibility and features. Styling adjustments in the CSS and enhancements in the parsing logic for table elements further refine the user interface and functionality.
Files | Change Summary |
---|---|
.github/workflows/*.yml |
Upgraded actions/checkout and actions/setup-node from v2 to v4 . |
package.json |
Updated typescript dependency from 4.3.2 to 4.9.5 . |
packages/table-module/src/assets/index.less |
Added styles for select elements and removed styles for radio items. |
packages/table-module/src/module/parse-style-html.ts |
Introduced DEFAULT_BORDER_COLOR for consistent table cell borders and improved style parsing logic. |
sequenceDiagram
participant CI as CI/CD Workflow
participant Repo as Repository
participant Node as Node.js Environment
participant Style as Styles
CI->>Repo: Checkout Code
Repo->>CI: Code Retrieved
CI->>Node: Set Up Node.js
Node->>CI: Environment Ready
CI->>Style: Apply Styles
Style->>CI: Styles Applied
CI->>Repo: Run Tests
Repo->>CI: Test Results
🐇 "In the garden where rabbits play,
Upgrades hop in without delay!
With TypeScript and actions anew,
Our code now dances, fresh and true.
A sprinkle of style, a dash of cheer,
Let's celebrate changes, bringing us near!" 🌼
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?
TD
本身携带css border,当规格化结构时,如果style上的border不存在,则补充默认的css样式;Summary by CodeRabbit
New Features
Bug Fixes
Chores