Closed xiaoyatong closed 1 day ago
此次更改主要集中在多个组件的版本更新和样式调整上。src/config.json
文件中,多个组件的版本从 2.0.0
更新至 3.0.0
。此外,tabbaritem.scss
文件引入了条件样式,依据 harmony
特性标志调整颜色。tabbaritem.taro.tsx
文件中新增了对 addColorForHarmony
函数的引用,并更新了图标和标题的渲染逻辑。最后,add-color-for-harmony.ts
文件中,addColorForHarmony
函数的参数类型进行了修改,使颜色参数变为可选。
文件路径 | 更改摘要 |
---|---|
src/config.json |
多个组件版本从 2.0.0 更新至 3.0.0 :Tabbar、CalendarCard、Checkbox、CheckboxGroup、Input、InputNumber、Radio、RadioGroup、Range、Rate、SearchBar、Switch、TextArea、Video、AnimatingNumbers、Avatar、CountDown、Indicator、Pagination、Price、Progress、Swiper、Tag。 |
src/packages/tabbaritem/tabbaritem.scss |
根据 harmony 特性标志调整 .nut-tabbar-item-active 类的颜色样式。 |
src/packages/tabbaritem/tabbaritem.taro.tsx |
新增对 addColorForHarmony 的导入,更新图标和标题的渲染逻辑以匹配活动状态的颜色。 |
src/utils/add-color-for-harmony.ts |
将 addColorForHarmony 函数的颜色参数从必需的字符串改为可选字符串。 |
config.json
文件,提升了 Avatar
和 AvatarGroup
组件的版本,与主PR中的版本更新一致。config.json
文件,将 TrendArrow
组件的版本从 2.0.0
更改为 3.0.0
,与主PR中的版本更新一致。config.json
文件,提升了多个组件的版本,包括 Avatar
、Input
和 TextArea
,与主PR中的版本更新一致。config.json
文件,将 SearchBar
组件的版本从 2.0.0
更改为 3.0.0
,与主PR中的版本更新一致。config.json
文件,将 AnimatingNumbers
组件的版本从 2.0.0
更改为 3.0.0
,与主PR中的版本更新一致。config.json
文件,将 CalendarCard
组件的版本从 2.0.0
更改为 3.0.0
,与主PR中的版本更新一致。config.json
文件,将 Loading
组件的版本从 2.0.0
更改为 3.0.0
,与主PR中的版本更新一致。config.json
文件,将 SafeArea
组件的版本从 2.0.0
更改为 3.0.0
,与主PR中的版本更新一致。config.json
文件,将 Rate
组件的版本从 2.0.0
更改为 3.0.0
,与主PR中的版本更新一致。size/L
, 3.x
🐰 在草地上跳跃,版本更新真欢快,
组件们一起换新装,颜色鲜亮如花。
代码变得更灵活,样式随心而变,
小兔子欢呼雀跃,感谢每一位开发者! 🌼
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 (
beb7be2
) to head (6251618
). Report is 1 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
新功能
样式
harmony
功能标志,条件性地调整了TabbarItem的样式。文档
addColorForHarmony
函数的参数更新为可选,允许在不提供颜色值的情况下调用。