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

Release/0.1.8 #424

Merged
merged 33 commits into from
Dec 30, 2024
Merged

Release/0.1.8 #424

merged 33 commits into from
Dec 30, 2024

Conversation

Luozf12345
Copy link
Collaborator

🤔 这个 PR 的性质是?

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

🔗 相关 Issue

💡 需求背景和解决方案

📝 更新日志

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

  • 本条 PR 不需要纳入 Changelog

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

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

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

Luozf12345 and others added 29 commits December 23, 2024 19:20
…sign-flutter into release/0.1.8

� Conflicts:
�	tdesign-component/lib/src/components/calendar/td_calendar.dart
Copy link
Contributor

github-actions bot commented Dec 26, 2024

🌈 0.1.8 2024-12-26

🚀 Features

  • TDUpload: 新增Upload组件 @Luozf12345 (#405)
  • SearchBar: 增加键盘动作类型 @ccXxx1aoBai (#366)
  • Cell: CellGroup 新增样式控制参数:cardBorderRadius(卡片模式边框圆角)、cardPadding(卡片模式内边距)、titlePadding(标题内边距) @hkaikai (#409)
  • DropdownMenu: 新增装饰器配置:decoration,可自定义菜单颜色和边框 @hkaikai (#408)
  • ImageViewer: 支持显示图片标题 @ccXxx1aoBai (#411)
  • Calendar: 新增monthTitleBuilder参数 @hkaikai (#419)
  • Calendar: 新增pickerHeight、pickerItemCount参数,用于控制时间选择组件高度 @hkaikai (#421)
  • Toast: 支持自定义蒙层背景色 @ccXxx1aoBai (#423)
  • Rate: 支持disabeld 参数 @hkaikai (#357)
  • Calendar: 修改CalendarBuilder返回值为Widget @Luozf12345 (#396)
  • SearchBar: 新增只读属性与点击事件 @shizhe2018 (#393)
  • Dialog: TDDialogButtonOptions新增属性字体大小 @shizhe2018 (#381)
  • DateTimePicker: 新增时间单位显示属性 @shizhe2018 (#383)
  • Input: 新增additionInfo 左右显示位置 @shizhe2018 (#401)

🐞 Bug Fixes

  • NoticeBar: 解决web端文字显示异常问题 @ccXxx1aoBai (#351)
  • Rate: 修复半选时,点击提示框没有触发onChange事件的问题 @hkaikai (#361)
  • Calendar: 修复因月份日期行数不一致导致回显滚动位置不准确问题 @hkaikai (#363)
  • Calendar: 优化min、max过大导致渲染卡顿问题 @hkaikai (#363)
  • Input: 修复设置contentPadding时分割线与内容没对齐问题 @epoll-j (#365)
  • Table: 解决固定列设置宽度溢出问题 @ccXxx1aoBai (#370)
  • Popup: 修复点击蒙层关闭延迟问题 @hkaikai (#380)
  • Cascader: 新增第一层点击选择功能 @shizhe2018 (#355)
  • DateTimePicker: 新增限制时分秒 @shizhe2018 (#362)
  • Textarea: 优化字数限制变化更新 @shizhe2018 (#385)
  • TabBar: 修复labelStyle和unselectedLabelStyle 不生效的问题 @shizhe2018 (#399)
  • Picker: 修改多层弹框,滑动无法选择颜色问题 @shizhe2018 (#413)
  • SearchBar: 修复SearchBar聚集时默认位置抖动,以及光标未居中的问题 @Luozf12345 (#417)
  • Dialog: 修改Dialog可以只传contentWidget,不用传title和content @Luozf12345 (#418)
  • TDBottomTabBar: 修复iconText模式,底部溢出2.5像素 @epoll-j (#422)

🚧 Others

@tencent-adm
Copy link
Member

tencent-adm commented Dec 26, 2024

CLA assistant check
Thank you for your submission, we really appreciate it. Like many open source projects, we ask that you all sign our Contributor License Agreement before we can accept your contribution.
2 out of 3 committers have signed the CLA.

✅ Luozf12345
✅ hkaikai
❌ github-actions[bot]
You have signed the CLA already but the status is still pending? Let us recheck it.

Copy link
Contributor

(删除此行代表确认该日志): 修改并确认日志后删除这一行,机器人会提交到 本 PR 的 CHANGELOG.md 文件中

🌈 0.1.8 2024-12-26

🚀 Features

  • SearchBar: 增加键盘动作类型 @ccXxx1aoBai (#366)
  • Cell: CellGroup 新增样式控制参数:cardBorderRadius(卡片模式边框圆角)、cardPadding(卡片模式内边距)、titlePadding(标题内边距) @hkaikai (#409)
  • DropdownMenu: 新增装饰器配置:decoration,可自定义菜单颜色和边框 @hkaikai (#408)
  • ImageViewer: 支持显示图片标题 @ccXxx1aoBai (#411)
  • Calendar: 新增monthTitleBuilder参数 @hkaikai (#419)
  • Calendar: 新增pickerHeight、pickerItemCount参数,用于控制时间选择组件高度 @hkaikai (#421)
  • Toast: 支持自定义蒙层背景色 @ccXxx1aoBai (#423)

🐞 Bug Fixes

  • NoticeBar: 解决web端文字显示异常问题 @ccXxx1aoBai (#351)
  • rate: disabeld 参数实现 @hkaikai (#357)
  • rate: 半选时,点击提示框没有触发onChange事件修复 @hkaikai (#361)
  • calendar: 修复因月份日期行数不一致导致回显滚动位置不准确问题 @hkaikai (#363)
  • calendar: 优化min、max过大导致渲染卡顿问题 @hkaikai (#363)
  • td_input: 修复设置contentPadding时分割线与内容没对齐问题 @epoll-j (#365)
  • Table: 解决固定列设置宽度溢出问题 @ccXxx1aoBai (#370)
  • popup: 修复点击蒙层关闭延迟问题 @hkaikai (#380)

🚧 Others

Copy link
Contributor

(删除此行代表确认该日志): 修改并确认日志后删除这一行,机器人会提交到 本 PR 的 CHANGELOG.md 文件中

🌈 0.1.8 2024-12-26

🚀 Features

  • SearchBar: 增加键盘动作类型 @ccXxx1aoBai (#366)
  • Cell: CellGroup 新增样式控制参数:cardBorderRadius(卡片模式边框圆角)、cardPadding(卡片模式内边距)、titlePadding(标题内边距) @hkaikai (#409)
  • DropdownMenu: 新增装饰器配置:decoration,可自定义菜单颜色和边框 @hkaikai (#408)
  • ImageViewer: 支持显示图片标题 @ccXxx1aoBai (#411)
  • Calendar: 新增monthTitleBuilder参数 @hkaikai (#419)
  • Calendar: 新增pickerHeight、pickerItemCount参数,用于控制时间选择组件高度 @hkaikai (#421)
  • Toast: 支持自定义蒙层背景色 @ccXxx1aoBai (#423)

🐞 Bug Fixes

  • NoticeBar: 解决web端文字显示异常问题 @ccXxx1aoBai (#351)
  • rate: disabeld 参数实现 @hkaikai (#357)
  • rate: 半选时,点击提示框没有触发onChange事件修复 @hkaikai (#361)
  • calendar: 修复因月份日期行数不一致导致回显滚动位置不准确问题 @hkaikai (#363)
  • calendar: 优化min、max过大导致渲染卡顿问题 @hkaikai (#363)
  • td_input: 修复设置contentPadding时分割线与内容没对齐问题 @epoll-j (#365)
  • Table: 解决固定列设置宽度溢出问题 @ccXxx1aoBai (#370)
  • popup: 修复点击蒙层关闭延迟问题 @hkaikai (#380)

🚧 Others

Copy link
Contributor

(删除此行代表确认该日志): 修改并确认日志后删除这一行,机器人会提交到 本 PR 的 CHANGELOG.md 文件中

🌈 0.1.8 2024-12-26

🚀 Features

  • SearchBar: 增加键盘动作类型 @ccXxx1aoBai (#366)
  • Cell: CellGroup 新增样式控制参数:cardBorderRadius(卡片模式边框圆角)、cardPadding(卡片模式内边距)、titlePadding(标题内边距) @hkaikai (#409)
  • DropdownMenu: 新增装饰器配置:decoration,可自定义菜单颜色和边框 @hkaikai (#408)
  • ImageViewer: 支持显示图片标题 @ccXxx1aoBai (#411)
  • Calendar: 新增monthTitleBuilder参数 @hkaikai (#419)
  • Calendar: 新增pickerHeight、pickerItemCount参数,用于控制时间选择组件高度 @hkaikai (#421)
  • Toast: 支持自定义蒙层背景色 @ccXxx1aoBai (#423)

🐞 Bug Fixes

  • NoticeBar: 解决web端文字显示异常问题 @ccXxx1aoBai (#351)
  • rate: disabeld 参数实现 @hkaikai (#357)
  • rate: 半选时,点击提示框没有触发onChange事件修复 @hkaikai (#361)
  • calendar: 修复因月份日期行数不一致导致回显滚动位置不准确问题 @hkaikai (#363)
  • calendar: 优化min、max过大导致渲染卡顿问题 @hkaikai (#363)
  • td_input: 修复设置contentPadding时分割线与内容没对齐问题 @epoll-j (#365)
  • Table: 解决固定列设置宽度溢出问题 @ccXxx1aoBai (#370)
  • popup: 修复点击蒙层关闭延迟问题 @hkaikai (#380)

🚧 Others

@Luozf12345 Luozf12345 merged commit 805f35d into develop Dec 30, 2024
4 of 6 checks passed
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.

3 participants