Skip to content

Releases: Tencent/tdesign-miniprogram

0.14.0

02 Jul 06:23
Compare
Choose a tag to compare

What's Changed

BREAKING CHANGES

  • TextArea: 移除不生效的外部样式类 t-class-placeholder, 建议使用类名 t-textarea__placeholder 进行样式覆盖 #541 @anlyyao

Bug Fixes

  • Tabbar: 修复具名插槽无法使用的问题 #548 @LeeJim
  • 修复默认层级问题 #553 @webwyb
    • Dialog
    • DropdownMenu
    • Drawer
    • Message
    • Popup
  • Fab: 修复 text 属性不生效的问题 #561 @LeeJim
  • NoticeBar: 修复公告不滚动问题 #562 @LeeJim
  • Dialog: 修复点击遮罩层不会触发 close 事件的问题 #566 @LeeJim

Features

  • ActionSheet: 新增 t-class-contentt-class-cancel 外部样式类 #557 @webwyb
  • Progress: 新增 t-class-bar 外部样式类 #558 @anlyyao
  • Picker: #565 @LeeJim
    • 新增 confirm 事件,返回参数和 change 一致
    • confirmchangepick 事件均返回 label 参数

Full Changelog: 0.13.2...0.14.0

0.13.2

16 Jun 15:30
Compare
Choose a tag to compare

What's Changed

Bug Fixes

  • Dialog: 修复取消按钮传递 Object 显示不正确的问题 #510 @weihongyu12
  • Checkbox: 修复外部样式类无法使用的问题 #535 @LeeJim

Features

  • DropdownMenu: 单选的情况下,选择之后直接关闭 #539 @LeeJim

New Contributors

Full Changelog: 0.13.1...0.13.2

0.13.1

09 Jun 16:09
Compare
Choose a tag to compare

Bug Fixes

Features

Others

  • 支持微信开发者工具可视化编程

New Contributors

Full Changelog: 0.13.0...0.13.1

0.13.0

01 Jun 13:42
Compare
Choose a tag to compare

What's Changed

BREAKING CHANGES

  • Picker: #462 @wutianSweet
    • 事件 change 更名为 pick
    • 事件 confirm 更名为 change
  • PickerItem: #462 @wutianSweet
    • 移除 value 属性
  • DateTimePicker: #462 @wutianSweet
    • 新增 startend 属性用于替代 disable-date 属性
    • 移除 disable-date 属性
    • 事件 change 更名为 pick
    • 事件 confirm 更名为 change
    • 移除 column-change 事件
    • 事件 format 默认值改成 ''
    • 重构了事件返回参数,在传入了 format 属性时,value 则是格式化之后的值,否则就是 picker-item 的值

Bug Fixes

  • Tabs: 修复在 popup 中使用时丢失 tab-nav 的问题 #491 @LeeJim
  • Input: 修复 max-character 不生效的问题 #495 @LeeJim
  • PullDownRefresh: 修复使用组件之后无法滚动的问题 #502 @LeeJim

Features

  • Tabbar: 新增支持 icon 插槽 #485 @LeeJim
  • Button: 新增 iconProps 属性透传至 icon #492 @LeeJim
  • Collapse: 新增 t-class-header & t-class-content 外部样式类 #496 @LeeJim
  • Input: 新增 prefixIcon 属性和插槽 #498 @LeeJim

Full Changelog: 0.12.1...0.13.0

0.12.1

27 May 15:10
Compare
Choose a tag to compare

What's Changed

Bug Fixes

  • Dialog: 修复按钮传入 openType 不生效的问题 #470 @LeeJim
  • Collapse: 修复 t-class 外部样式类无法使用的问题 #473 @LeeJim
  • DropdownMenu: 修复 label 无法实时更新的问题 #474 @LeeJim
  • Sticky: 修复吸顶后 tabs 无法滑动的问题 #475 @LeeJim
  • Tabbar: 补充缺失的 icon 插槽 #485 @LeeJim

Full Changelog: 0.12.0...0.12.1

0.12.0

24 May 12:11
Compare
Choose a tag to compare

What's Changed

BREAKING CHANGES

  • Collapse: expandIcon 默认值从 true 改成 null #462 @LeeJim
  • Collapse: headerRightContent 移除 boolean 类型 #462 @LeeJim

Bug Fixes

  • Tabbar: 优化代码避免在 setData 里传输不必要的页面实例 #448 @1977474741
  • Sticky: 修复在无法获取页面实例时报错的问题 #449 @JJunYang
  • Skeleton: 添加组件基础默认样式 #453 @JJunYang
  • DropdownMenu: 修正遮罩层的位置,以及下拉菜单的高度 #456 @LeeJim
  • DropdownMenu: 修复菜单选项点击区域过小的问题 #457 @LeeJim
  • BackTop: 修复丢失的 to-top 事件 #460 @JJunYang
  • Collapse: 修复 headerexpand-iconheader-right-content 插槽无法使用的问题 #462 @LeeJim

Features

New Contributors

Full Changelog: 0.11.2...0.12.0

0.11.2

15 May 12:55
Compare
Choose a tag to compare

What's Changed

Bug Fixes

  • Picker: 修复在没有取消和确认按钮的时候,标题没居中对齐的问题 #435 @LeeJim
  • Sticky: 修复在极端情况下报错的问题 #440 @JJunYang

Features

  • 完善 Input 原生属性: #434 @LeeJim
    • 完善 change 事件,增加返回 cursorkeyCode 数据
    • 增加 keyboardheightchange 事件,键盘高度发生变化的时候触发
    • 增加占位符相关属性:placehoderStyleplaceholderClass
    • 增加光标相关属性:cursorselection-startselection-end
    • 增加 hold-keyboard 属性
    • 增加安全键盘相关属性
  • Button: 增加 bindchooseavatar 原生事件,用户选择头像 #443 @anlyyao
  • Input: 支持 borderless 属性 3cd7d58 @LeeJim

Full Changelog: 0.11.1...0.11.2

0.11.0

09 May 07:11
Compare
Choose a tag to compare

What's Changed

BREAKING CHANGES

Bug Fixes

New Contributors

  • @wangyang1213 made their first contribution in #427

Full Changelog: 0.10.0...0.11.0

0.10.0

29 Apr 13:42
Compare
Choose a tag to compare

What's Changed

BREAKING CHANGES

  • Picker: 子组件名称从 t-picker-column 改成 t-picker-item #392 @LeeJim
  • DateTimePicker: value 从非受控改成受控 #413 @LeeJim

Bug Fixes

  • Drawer: 修复 items 标题无法显示的问题 #388 @anlyyao
  • PullDownRefresh: 修复无法使用的问题 #400 @LeeJim
  • Toast: 更正 Loading 标志的颜色 #405 @LeeJim
  • DateTimePicker: 修复 defaultValue 无法使用的问题 #413 @LeeJim

Features

  • Overlay: 新增遮罩层组件 #407 @LeeJim
  • ImageViewer: 新增图片预览组件 #408 @NuoHui
  • Tabs: 新增 click 事件 #384 @JJunYang
  • Grid: 新增 default slot #395 @LeeJim
  • Loading: 新增 inheritColor 属性,加载标志的颜色继承外部 #404 @LeeJim
  • Toast: 新增遮罩层,通过 showOverlayoverlayProps 控制 #409 @LeeJim

New Contributors

Full Changelog: 0.9.0...0.10.0

0.9.0

21 Apr 07:53
Compare
Choose a tag to compare

What's Changed

BREAKING CHANGES

  • Steps: 子组件名称从 t-step 改成 t-step-item #373 @anlyyao

Bug Fixes

Features

New Contributors

Full Changelog: 0.8.0...0.9.0