Closed Alex-huxiyang closed 3 weeks ago
此次更改引入了对步骤组件的增强,主要包括在 src/config.json
文件中将 Step
和 Steps
组件的版本号从 2.0.0
升级到 3.0.0
。同时,src/packages/step/step.scss
文件中的样式进行了调整,以改善 .nut-step
组件的布局和视觉表现。此外,src/packages/step/step.taro.tsx
和 src/packages/steps/steps.taro.tsx
文件中也进行了功能增强,分别添加了新的 lineWidth
属性和改进了渲染逻辑,以提高与 Taro 框架的兼容性。
文件 | 更改摘要 |
---|---|
src/config.json |
更新 "Step" 和 "Steps" 组件的版本号从 "2.0.0" 到 "3.0.0"。 |
src/packages/step/step.scss |
修改了 .nut-step 组件及其子元素的样式,优化了布局。 |
src/packages/step/step.taro.tsx |
更新 StepProps 接口,新增 lineWidth 属性并设置默认值。 |
src/packages/steps/steps.taro.tsx |
修改渲染逻辑,增强与 Taro 框架的兼容性。 |
src/config.json
中的 InfiniteLoading
组件版本,与主PR中的 Step
和 Steps
版本更新直接相关。Calendar
组件的新属性,也涉及版本更新,与主PR中的更改相似。Step
和 Steps
组件的布局和呈现相关。size/XXL
, 2.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.95%. Comparing base (
7515810
) to head (969fd19
). Report is 6 commits behind head on V3.0.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
纯 H5 布局错误。
鸿蒙构建再检查一下
收到。
🤔 这个变动的性质是?
Summary by CodeRabbit
新功能
lineWidth
属性以增强Step
组件的灵活性。样式改进
.nut-step
组件的样式进行全面优化,提高了响应式设计与视觉层次。文档更新
其他