Skip to content

TDesign Weekly Release (Apr 2nd 2024)

Compare
Choose a tag to compare
@anlyyao anlyyao released this 23 May 07:54
· 45 commits to main since this release
30b0872

Vue2 for Web 发布 1.9.2

🚀 Features

  • Tag: 新增colorAPI,支持自定义颜色 @maoyiluo (#3101)
  • CollapsedItems: TagInputSelectInputTreeSelectCascaderCollapsedItems统一新增onClose回调,支持对折叠选项的删除操作 @topazur @uyarn (#2942)

🐞 Bug Fixes

  • Transfer:
    • 修复search 事件的 trigger 的异常 @betavs (#3118)
    • 修复树形结构数据过滤异常的问题 @uyarn (#3137)
  • Locale: 修复ImageImageViewer组件英文语言包异常的问题,优化DatePicker部分语言配置 @uyarn (#3119)
  • Checkbox: 修复 checkboxGroup.max 禁用态显示的问题 @LoopZhou (#3124)
  • DatePicker:
    • 修复valueTypeDate 类型时仍然进行转换的缺陷 @uyarn (#3127)
    • 修复周和季度模式选择异常的问题 @uyarn (#3138)
  • Table: 修复使用 fixedRows 时的报错问题 @betavs (#3134)
  • Loading:导出 LoadingDirective 使用 @XBIsland (#3120)
  • Scroll: 修复由于Chrome 121版本支持scroll width之后导致TableSelect及部分出现滚动条组件的样式异常问题 @LoopZhou (common#1765)。请注意,基于 @vue/cli-service 4.x 及以下版本初始化的项目由于依赖的 postcss 版本过低,会因为这个修复受影响,需要升级postcss至8.0以上或整体升级@vue/cli-service至5.0以上

🚧 Others

详情见:https://github.com/Tencent/tdesign-vue/releases/tag/1.9.2

React for Web 发布 1.6.0

🚀 Features

  • Portal: Portal 新增懒加载 forceRender ,默认为lazy模式 ,优化性能,兼容 SSR 渲染,对 DialogDrawer 组件可能存在破坏性影响 @HaixingOoO (#2826)

🐞 Bug Fixes

  • ImageViewer: 修复 imageReferrerpolicy 没有对顶部缩略图生效的问题 @uyarn (#2815)
  • Descriptions: 修复 props 缺少 classNamestyle 属性的问题 @HaixingOoO (#2818)
  • Layout: 修复 Layout 添加 Aside 页面布局会跳动的问题 @HaixingOoO (#2824)
  • Input: 修复在 React16 版本下阻止冒泡失败的问题 @HaixingOoO (#2833)
  • DatePicker: 修复 1.5.3 版本之后处理Date类型和周选择器的异常 @uyarn (#2841)
  • Guide:
  • Scroll: 修复由于Chrome 121 版本支持 scroll width 之后导致TableSelect及部分出现滚动条组件的样式异常问题 @LoopZhou (common#1765) @uyarn (#2843)
  • Locale: 优化 DatePicker 部分模式的语言包 @uyarn (#2843)
  • Tree: 修复初始化后 draggable 属性丢失响应式的问题 @Liao-js (#2838)
  • Style: 支持通过less总入口打包样式的需求 @NWYLZW @uyarn (common#1757) (common#1766)

详情见:https://github.com/Tencent/tdesign-react/releases/tag/1.6.0

Flutter for Mobile 发布 0.1.4

🚀 Features

  • TDCountDown:
    • add: Added TDCountDown countdown component @hkaikai
  • TDTheme:
    • add: Modified the theme implementation method, supporting ref attribute for custom mapping
    • add: Added default number font numberFontFamily
  • TDText:
    • add: Added TDText force center switch kTextForceVerticalCenterEnable, which can globally disable forced centering to prevent excessive text offset after flutter 3.16 version (#35)
  • TDBottomTabBar:
    • add: Added custom background color feature (#55)
  • TDCheckbox:
    • add: TDCheckbox and TDRadio support custom colors (#57)
    • add: TDCheckbox and TDRadio support custom font sizes (#66)
  • TDTabBar:
    • add: TDTabBar adds custom settings for divider color and height (#71)
  • TDSwitch:
    • add: TDSwitch supports custom "on/off" text (#73)
  • TDDialog:
    • add: Added custom title alignment and content Widget feature (#58)

🐞 Bug Fixes

  • TDSlider:
    • fix: Fixed an issue where TDSlider setting showThumbValue does not work.
  • TDButton:
    • fix: Fixed an issue where the external setting of the theme color for TDButton does not take effect (#54)
  • TDInput:
    • fix: Fixed an issue where TDInput's showBottomDivider does not work (#70)
    • fix: Removed the invalid height API of TDInput, use SizedBox to modify the height (#70)

🚧 Others

  • Example application, added a button to modify the theme, can quickly modify the theme color

详情见:https://github.com/Tencent/tdesign-flutter/releases/tag/0.1.4