This repository has been archived by the owner on Feb 2, 2024. It is now read-only.
Releases: opentiny/tiny-vue-renderless
Releases · opentiny/tiny-vue-renderless
v3.6.0
What's Changed
Exciting New Features 🎉
- feat(anchor): 新增anchor组件第一个功能:基本使用 by @chenxi-20 in #11
- feat(multi-select): 增加下拉选择器multi-select组件 by @TC-twwang in #6
- feat(anchor): 增加hash值变化判断,修复检视意见 by @chenxi-20 in #12
- feat(anchor): 添加锚点anchor组件onchange事件 by @chenxi-20 in #13
- feat(indexbar): 增加索引组件 by @MNZhu in #19
- feat(tag): add beforeDelete props by @kagol in #22
- feat(anchor): 锚点组件增加固定模式,修复示例文档bug问题 by @chenxi-20 in #21
- feat(anchor): 调整anchor组件,让其可以适配主题配置 by @chenxi-20 in #24
- feat(form): form组件增加自动换行 by @TC-twwang in #17
- feat(switch): add beforeChange props by @kagol in #25
- feat(fullscreen): add beforeChange props by @kagol in #27
- feat(tabs): tabs组件支持展开 by @TC-twwang in #26
- feat(pull-refresh): pull-refresh组件支持上拉刷新 by @TC-twwang in #31
- feat(split): add collapsible props by @kagol in #29
- feat(transfer): add beforeTransfer props by @kagol in #34
Bug Fixes 🐛
- fix: rate组件半选和禁用属性一起用时样式问题 by @yuanningning in #7
- fix(ipaddress): 修复ipaddress可以向Form推送form.change,form.blur事件 by @shenjunjian in #10
- fix(tabs): 修复tabs更多选项展示bug by @chenxi-20 in #14
- fix(carousel): 修复走马灯组件点击后,只跳转到最后一项的问题 by @shenjunjian in #15
- 修改slider组件的step为小数的问题 by @shenjunjian in #16
- fix(dropdown):修复 dropdown 下拉后箭头旋转向上 by @MomoPoppy in #20
- fix(indexbar): 索引组件方法报错整改 by @MNZhu in #23
- fix(switch): 修复Switch组件v-model不支持number、string类型 by @yuanningning in #28
- fix(IPAddress): 修复IPAddress组件在表单中不能tab键切换至下一个表单组件 by @rayhaoqin in #30
- fix(action-menu):修复 ActionMenu 下拉后箭头旋转向上 by @MomoPoppy in #33
- fix(dropdown-mobile): 修复移动端组件dropdownMenu无法正常渲染的问题,顺带修复pc端dropDown组件的警告 by @chenxi-20 in #35
- fix: 修复tabs组件展开内容被遮盖,multi-slect返回值增加value by @TC-twwang in #36
New Contributors
- @yuanningning made their first contribution in #7
- @chenxi-20 made their first contribution in #11
- @TC-twwang made their first contribution in #6
- @kagol made their first contribution in #18
- @MomoPoppy made their first contribution in #20
- @rayhaoqin made their first contribution in #30
Full Changelog: v3.5.0...v3.6.0
v3.5.0
What's Changed
- fix(exception): 解决按钮事件名称冲突问题 by @MNZhu in #4
- feat(userhead): 增加移动端头像组件 by @MNZhu in #5
- 修复numeric可以向Form推送form.change事件 by @shenjunjian in #2
New Contributors
- @MNZhu made their first contribution in #4
- @shenjunjian made their first contribution in #2
Full Changelog: https://github.com/opentiny/tiny-vue-renderless/commits/v3.5.0