mirror of
https://gitee.com/wot-design-uni/wot-design-uni.git
synced 2025-12-06 09:08:51 +08:00
5.0 KiB
5.0 KiB
Changelog
All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
0.0.12 (2023-05-16)
Features
- ✨ Transition组件在APP、微信、H5、支付宝、QQ平台使用wxs优化动画表现 (14806e0)
Bug Fixes
- 🐛 修复Popup组件从中心弹出时宽度异常的问题 (4fd41d4)
0.0.11 (2023-05-15)
Features
- ✨ Button组件自定义节点设置为虚拟节点去掉微信小程序自定义组件多出的最外层标签 (a877049)
0.0.10 (2023-05-15)
Features
0.0.9 (2023-04-25)
Features
- ✨ Table组件优化支持data-source响应式更新 (4f4b451)
Bug Fixes
- 🐛 修复Calendar组件在某些版本uni-app的H5端第一次打开无数据渲染的问题 (2d2dd33)
0.0.8 (2023-04-23)
Features
0.0.7 (2023-04-10)
Bug Fixes
- 🐛 修复README中缺少演示小程序二维码的问题 (298a21d)
0.0.6 (2023-04-07)
Bug Fixes
- 🐛 修复DatePicker组件动画效果生硬的问题 (1b821e0)
0.0.5 (2023-04-05)
Bug Fixes
- 🐛 修复支付宝小程序Calendar组件不显示二级标题月份的问题 (b7c541d)
- 🐛 修复Area组件有默认值时打开未滚动到默认选项的问题 (b3df205)
- 🐛 修复Transition组件动画抖动的问题 (e5fa79b)
0.0.4 (2023-04-04)
Features
- ✨ Popup和Transition组件新增destory属性用于控制是否销毁插槽中的内容 (bb26d31)
Bug Fixes
0.0.3 (2023-04-03)
Bug Fixes
- 🐛 修复DatePicker组件在支付宝平台显示异常的问题 (604277c)
0.0.2 (2023-04-03)
Bug Fixes
- 🐛 改善transition动画延迟的问题 (38b4d74)
0.0.1 (2023-03-29)
Features
- ✨ v0.0.1版本完成,移植所有fant-mini组件到vue3 (e0a7e75)
Bug Fixes
- 🐛 修复动画组件在微信小程序上卡顿的问题 (4c66ced)