Releases: Tencent/tdesign-miniprogram
Releases · Tencent/tdesign-miniprogram
0.7.0
What's Changed
BREAKING CHANGES
- Image:
- 属性
load-failed
变更为error
#265 @xihangzhou - 属性
lazy-load
变更为lazy
#269 @LeeJim
- 属性
Bug Fixes
Feature
- Image: 新增
shape
属性 #265 @xihangzhou
Full Changelog: 0.6.2...0.7.0
0.6.2
What's Changed
Bug Fixes
- Button:
- 修复在 form 下无法获取值的问题:
- Upload: 修复关闭按钮层级过低的问题 #246 @Winfans
- Toast: 修复层级过低的问题 f4f6b5b @LeeJim
- Rate: 修复 iOS 下颜色失效的问题 #244 @zhenzhencai
Feature
- Button: 新增
customDataset
属性,可通过event.currentTarget.dataset.custom
获取 #259 @anlyyao - Upload: 支持对图片和视频的同时上传 #245 @xihangzhou
Full Changelog: 0.6.1...0.6.2
0.6.1
What's Changed
Bug Fixes
- Dialog:
- Upload: 修复在 iOS 上无法选择的问题 #239 @LeeJim
- Button: 属性 shape 的默认值改为 rectangle #240 @anlyyao
- Rate: 修复
value = 0
时无法点击的问题 #242 @zhenzhencai - Grid: 修复样式问题 #243 @xihangzhou
Full Changelog: 0.6.0...0.6.1
0.6.0
What's Changed
Bug Fixes
- Stepper: 修复 Stepper 组件事件向上冒泡 #216 @zhenzhencai
- Checkbox: 修复 prefix 问题 #218 @amberlwan
- Popup: 支持默认 slot #219 @Perisiguiendo
- Image: 记录 Image 组件传入的 src, 防止 src 相同时重复刷新 #221 @xihangzhou
- Tag: 增加外部样式类 #223 @xihangzhou
- Button: 修改对 Button 组件的使用 demo #229 @anlyyao
- Toast:
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
What's Changed
- feat(upload): add new event: select-change by @Winfans in #194
- feat(picker): support progressive scroll by @wutianSweet in #203
- fix(search): fix border radius by @JJunYang in #208
- fix(slider): fix style related by @anlyyao in #200
- fix(tab-bar): resolve value not work by @LeeJim in #211
- feat(tabs): add external class for tab track by @JJunYang in #213
New Contributors
- @Winfans made their first contribution in #194
- @wutianSweet made their first contribution in #203
- @anlyyao made their first contribution in #200
Full Changelog: 0.5.3...0.5.4
0.5.3
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
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
- @GAOGAO1994 made their first contribution in #180
Full Changelog: 0.5.1...0.5.2
0.5.1
What's Changed
- fix/slider-stepper by @walkerliu01 in #168
- fix(cell): complete default style by @LeeJim in #171
- fix(divider): complete default style by @LeeJim in #173
- fix(stepper): expand button click hotspot by @LeeJim in #169
- feat(dialog): add new external class by @LeeJim in #170
- Bugfix/checkbox controlled by @amberlwan in #175
- fix(steps): upgrade component style by @LeeJim in #167
- refactor(countdown): add new property and complete default style by @LeeJim in #172
New Contributors
- @walkerliu01 made their first contribution in #168
Full Changelog: 0.5.0...0.5.1
0.5.0
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
- @Perisiguiendo made their first contribution in #116
- @dufu1991 made their first contribution in #128
Full Changelog: 0.4.2...0.5.0
0.4.2
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