Skip to content

Releases: Tencent/tdesign-miniprogram

0.6.2

14 Mar 09:27
Compare
Choose a tag to compare

What's Changed

Bug Fixes

Feature

  • Button: 新增 customDataset 属性,可通过 event.currentTarget.dataset.custom 获取 #259 @anlyyao
  • Upload: 支持对图片和视频的同时上传 #245 @xihangzhou

Full Changelog: 0.6.1...0.6.2

0.6.1

10 Mar 05:09
Compare
Choose a tag to compare

What's Changed

Bug Fixes

Full Changelog: 0.6.0...0.6.1

0.6.0

09 Mar 09:51
Compare
Choose a tag to compare

What's Changed

Bug Fixes

BREAKING CHANGES

  • Button: #212 @anlyyao #240 @anlyyao
    • 重构 shape 的实现,新增支持 rectangle、circle 类型
    • 修复 shape = round 样式不对的问题
    • 支持纯图标按钮
    • shape 默认值为 rectangle

Full Changelog: 0.5.4...0.6.0

0.5.4

04 Mar 13:25
362f4bd
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.5.3...0.5.4

0.5.3

24 Feb 08:19
Compare
Choose a tag to compare

What's Changed

  • chore(.github): add issue template by @amadeus711 in #185
  • feat: 站点构建产物新增静态站点内容 by @HQ-Lin in #187
  • feat: update rate's readme.md and add demo by @zhenzhencai in #189
  • Fix: 修复input组件前缀丢失的问题&添加input组件文档示例 by @zhenzhencai in #190
  • Fix/avatar alt by @Perisiguiendo in #174
  • Fix/slider/controlled 0222 by @LeeJim in #193
  • refactor(search): remove controlled feature & refactor placeholder by @LeeJim in #195

New Contributors

  • @amadeus711 made their first contribution in #185
  • @zhenzhencai made their first contribution in #189

Full Changelog: 0.5.2...0.5.3

0.5.2

17 Feb 03:31
Compare
Choose a tag to compare

What's Changed

  • fix: stepper使用标题时,cell的slot改为right-icon by @GAOGAO1994 in #180
  • fix(upload): change upload event & fix _trigger by @LeeJim in #181

New Contributors

Full Changelog: 0.5.1...0.5.2

0.5.1

17 Feb 03:31
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.5.0...0.5.1

0.5.0

08 Feb 07:12
Compare
Choose a tag to compare

What's Changed

  • refactor: normalize commit message by @LeeJim in #110
  • fix(cell): correct document & use prefix by @LeeJim in #104
  • fix(popup): use param correctly by @LeeJim in #120
  • Refactor/optimize supercomponent by @LeeJim in #119
  • feat: show all icons by @vhxubo in #112
  • fix(avatar): add avatar default css by @Perisiguiendo in #116
  • feat(tabbar): add property to control split line by @LeeJim in #126
  • Update icon.wxml by @dufu1991 in #128
  • fix(tag): support controlled property: checked by @LeeJim in #130
  • feat(input): support two way bindings by @LeeJim in #133
  • fix(badge): fix badge basic style by @Perisiguiendo in #131
  • fix(search): fix blur and focus params by @Perisiguiendo in #132
  • fix(button): support disabled property correctly by @LeeJim in #134
  • fix(dialog): visible property now is undercontrol by @LeeJim in #124
  • refactor(switch): support uncontrolled property: defaultValue by @LeeJim in #122
  • feat(icon): custom icon prefix by @vhxubo in #117
  • Fix(loading)/update default color by @JJunYang in #140
  • fix(radio): turn into controlled component by @LeeJim in #143
  • refactor(steps): turn into controlled component by @LeeJim in #146
  • refactor(search): turn into controlled component by @LeeJim in #152
  • refactor(rate): turn into under controlled component by @LeeJim in #149
  • refactor(tabbar): turn into under controlled component by @LeeJim in #148
  • refactor(input): turn into controlled component by @LeeJim in #153
  • refactor(stepper): turn into under controlled component by @LeeJim in #150
  • refactor(slider): turn into controlled component by @LeeJim in #151
  • refactor(tabs): turn into under controlled component by @LeeJim in #147
  • refactor(upload): support uncontrolled and update api by @LeeJim in #156
  • refactor(textarea): replace name property with label by @LeeJim in #157
  • Bugfix/checkbox controlled by @amberlwan in #158

New Contributors

Full Changelog: 0.4.2...0.5.0

0.4.2

12 Jan 04:54
Compare
Choose a tag to compare

What's Changed

  • fix(button): large size width error by @vhxubo in #79
  • docs: update getting started document by @LeeJim in #88
  • Refactor/build assets by @LeeJim in #93
  • fix(popup): correct event param by @LeeJim in #91
  • fix(dialog): calc button width correctly by @LeeJim in #100
  • fix(checkbox): support label and content slot by @LeeJim in #95

Full Changelog: 0.4.1...0.4.2