Skip to content
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

发布0.1.4版本 #100

Merged
merged 39 commits into from
Apr 8, 2024
Merged

发布0.1.4版本 #100

merged 39 commits into from
Apr 8, 2024

Conversation

Luozf12345
Copy link
Collaborator

🤔 这个 PR 的性质是?

  • 日常 bug 修复
  • 新特性提交
  • 文档改进
  • 演示代码改进
  • 组件样式/交互改进
  • CI/CD 改进
  • 重构
  • 代码风格优化
  • 测试用例
  • 分支合并
  • 其他

🔗 相关 Issue

💡 需求背景和解决方案

📝 更新日志

🚀 Features

  • TDCountDown:
    • add: 新增TDCountDown倒计时组件 @hkaikai
  • TDTheme:
    • add: 修改主题实现方式,支持ref属性进行自定义映射
    • add: 添加默认数字字体 numberFontFamily
  • TDText:
    • add: 添加TDText强制居中开关 kTextForceVerticalCenterEnable,可以全局禁用强制居中,防止flutter 3.16版本之后文字偏移太多(#35)
  • TDBottomTabBar:
    • add: 添加自定义背景颜色功能(#55)
  • TDCheckbox:
    • add: TDCheckbox和TDRadio支持自定义颜色(#57)
    • add: TDCheckbox和TDRadio支持自定义字体大小(#66)
  • TDTabBar:
    • add: TDTabBar添加分割线的颜色和高度的自定义设置(#71)
  • TDSwitch:
    • add: TDSwitch 支持自定义"开/关"文案 (#73)
  • TDDialog:
    • add: 添加自定义标题对齐和内容Widget的功能 (#58)

🐞 Bug Fixes

  • TDSlider:
    • fix: 修复TDSlider单游标模式下设置showThumbValue不起作用的问题。
  • TDButton:
    • fix: 修复TDButton外部设置主题颜色不生效的问题 (#54)
  • TDInput:
    • fix: 修复TDInput的showBottomDivider不生效的问题 (#70)
    • fix: TDInput去掉无效的height API,使用SizedBox来修改高度 (#70)

🚧 Others

  • example应用,添加修改主题按钮,可快速修改主题颜色

  • fix(组件名称): 处理问题或特性描述 ...

  • 本条 PR 不需要纳入 Changelog

☑️ 请求合并前的自查清单

⚠️ 请自检并全部勾选全部选项⚠️

  • 文档已补充或无须补充
  • 代码演示已提供或无须提供
  • TypeScript 定义已补充或无须补充
  • Changelog 已提供或无须提供

Luozf12345 and others added 30 commits April 3, 2024 18:32
同步最新main分支代码
同步最新main分支代码
TDCheckbox增加自定义颜色
TDCheckbox和TDRadio添加自定义字体尺寸功能
[TDTabs]添加分割线的颜色和高度的自定义设置
[TDSwitch]支持自定义"开/关"文案
[TDDialog] 添加自定义标题对齐和内容Widget的功能
@Luozf12345 Luozf12345 merged commit 236ea45 into main Apr 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant