Closed irisSong closed 2 days ago
该拉取请求主要涉及对多个组件版本的更新和相关演示组件的调整。src/config.json
文件中,多个组件的版本被更新至 3.0.0
,并将 TimeDetail
组件标记为 exportEmpty: true
。在 src/packages/rate/demo.taro.tsx
文件中,演示组件的导入和渲染逻辑进行了修改,激活了之前注释掉的演示组件,并根据平台能力进行了条件渲染。CSS 和 SCSS 文件对布局和样式进行了相应的调整,特别是在 RTL 方向的支持上。
文件路径 | 变更摘要 |
---|---|
src/config.json |
更新多个组件版本至 3.0.0 ,并将 TimeDetail 标记为 exportEmpty: true 。 |
src/packages/rate/demo.taro.tsx |
激活之前注释的演示组件,添加条件渲染逻辑,调整组件导入。 |
src/packages/rate/rate.harmony.css |
修改 .nut-rate-item 和 .nut-rate-item-icon 的样式,更新 RTL 样式。 |
src/packages/rate/rate.scss |
调整 .nut-rate-item 的边距和图标颜色样式,更新 RTL 样式。 |
src/packages/configprovider/demos/taro/demo1.tsx |
激活 Rate 组件的导入和渲染。 |
src/packages/configprovider/demos/taro/demo2.tsx |
激活 Rate 组件的导入和渲染。 |
src/config.json
文件以更改多个组件版本至 3.0.0
,与本拉取请求相似。src/config.json
文件以更改 Avatar
和 AvatarGroup
组件的版本至 3.0.0
,与本拉取请求中的版本更新一致。src/config.json
文件以更改 Range
组件的版本至 3.0.0
,与本拉取请求中的版本更新一致。src/config.json
文件以更改 NavBar
组件的版本至 3.0.0
,与本拉取请求中的版本更新一致。src/config.json
文件以更改 SearchBar
组件的版本至 3.0.0
,与本拉取请求中的版本更新一致。src/config.json
文件以更改 InfiniteLoading
组件的版本至 3.0.0
,与本拉取请求中的版本更新一致。src/config.json
文件以更改 Loading
组件的版本至 3.0.0
,与本拉取请求中的版本更新一致。src/config.json
文件以更改 SafeArea
组件的版本至 3.0.0
,与本拉取请求中的版本更新一致。🐇 在草地上跳跃,版本更新来临,
新的组件闪耀,演示更生动鲜明。
样式调整如春风,布局更为精致,
让我们欢庆这些变化,兔子们一起欢笑不停! 🌼✨
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?
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 83.98%. Comparing base (
4b427a1
) to head (3316fc9
). Report is 3 commits behind head on V3.0.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
🚨 Try these New Features:
🤔 这个变动的性质是?
🔗 相关 Issue
💡 需求背景和解决方案
☑️ 请求合并前的自查清单
⚠️ 请自检并全部勾选全部选项。⚠️
Summary by CodeRabbit
新特性
Rate
、CalendarCard
、Input
、SearchBar
等。Rate
组件。样式调整
.nut-rate-item
和.nut-rate-item-icon
的边距和颜色属性,优化了 RTL 布局。演示组件改进