Releases: Tencent/tdesign-mobile-vue
Releases · Tencent/tdesign-mobile-vue
0.15.0
What's Changed
❗ BREAKING CHANGES
Stepper
: 属性 theme 的 gray 主题更名为 filled,并新增 outline 主题 @anlyyao (#518)Radio
: 属性 align 更名为 placement @LeeJim (#517)Radio
: 属性 icon 的枚举值变更、DOM 变更 @LeeJim (#517)Switch
: 废弃 colors 属性,改用 CSS Variables @LeeJim (#520)Switch
: 属性 label 的类型从 string 变为 array @LeeJim (#520)Switch
: 优化 DOM @LeeJim (#520)
🚀 Features
Tag
: 支持 css variable @anlyyao (#507)Stepper
: 新增 size 属性 @anlyyao (#518)Radio
: 新增支持 allowUncheck、block、maxContentRow、maxLabelRow 属性 @LeeJim (#517)RadioGroup
: 新增支持 allowUncheck、borderless、keys、placement 属性 @LeeJim (#517)Swtich
: 新增 icon、loading、size 属性 @LeeJim (#520)
🐞 Bug Fixes
Full Changelog: 0.14.1...0.15.0
0.14.1
What's Changed
🚧 Others
Badge
: 提升测试覆盖率 @anlyyao (#479)Progress
: 更新示例代码 @xxxlj (#472)BackTop
: 更新示例代码 @yuanmeda (#468)SwipeCell
: 更新示例代码 @wwlh200 (#473)PullDownRefresh
: 更新示例代码 @yuanmeda (#470)Button
: 更新示例代码 @TingShine (#475)CountDown
: 更新示例代码 @TingShine (#477)Image
: 更新示例代码 @TingShine (#478)Progress
: 更新示例代码 @xxxlj (#472)Loading
: 更新示例代码 @lockiechen (#481)
New Contributors
- @xxxlj made their first contribution in #472
- @lockiechen made their first contribution in #481
Full Changelog: 0.14.0...0.14.1
0.14.0
What's Changed
❗ Breaking Changes
NavBar
: 重构组件,支持更完整的 props 和 event @TingShine (#391)
🐞 Bug Fixes
Calendar
: 修复 confirmBtn 属性传递string
类型时渲染错误 @anlyyao (#454)Upload
: 修复不支持 v-model 的问题 @yuanmeda (#460)
🚧 Others
Indexes
: 新增单元测试 @byq1213 (#425)Stepper
: 更新示例代码 @TingShine (#443)Cascader
: 更新示例代码 @TingShine (#444)Search
: 更新示例代码 @palmcivet (#445)Slider
: 更新示例文档 @yuanmeda (#458)Cascader
: 新增单元测试 @anlyyao (#452)Calendar
: 新增单元测试 @anlyyao (#454)Overlay
: 提升组件单元测试覆盖率 @anlyyao (#455)Message
: 提升组件单元测试覆盖率 @anlyyao (#456)Collapse
: 移除无用代码 @anlyyao (#457)Upload
: 更新组件示例代码 @yuanmeda (#460)Steps
: 更新示例代码 @yuanmeda (#459)NoticeBar
: 更新示例代码 @byq1213 (#465)Collapse
: 更新示例代码 @yuanmeda (#461)List
: 更新示例代码 @yuanmeda (#464)ActionSheet
: 更新示例代码 @yuanmeda (#462)List
: 更新示例代码 @yuanmeda (#466)ImageViewer
: 更新示例代码 @yuanmeda (#463)
Full Changelog: 0.13.0...0.14.0
0.13.0
What's Changed
❗️BREAKING CHANGES
🚀 Features
🐞 Bug Fixes
🚧 Others
Swiper
: 新增单元测试 @palmcivet (#441)Badge
: 更新示例代码 @teal-front (#420)TabBar
: 更新示例代码 @yuanmeda (#433)Input
: 更新示例代码 @palmcivet (#431)Textarea
: 更新示例代码 @palmcivet (#432)Fab
: 更新示例代码 @yuanmeda (#435)Indexes
: 更新示例代码 @yuanmeda (#437)DropdownMenu
: 更新示例代码 @yuanmeda (#440)Sticky
: 更新示例代码 @yuanmeda (#438)Rate
: 更新示例代码 @yuanmeda (#439)Toast
: 更新示例代码 @yuanmeda (#430)CheckBox
: 更新示例代码 @yuanmeda (#434)Divider
: 更新示例代码 @yuanmeda (#436)
New Contributors
- @yuanmeda made their first contribution in #430
- @teal-front made their first contribution in #420
Full Changelog: 0.12.2...0.13.0
0.12.2
What's Changed
🚀 Features
🐞 Bug Fixes
DateTimePicker
: 修复cancelBtn
和confirmBtn
无效的问题 @anlyyao (#407)Cell
: 修复RightIcon
渲染错误 @anlyyao (#416)NoticeBar
: 修复prefixIcon
类型错误,取消String
类型,新增Boolean
类型 @anlyyao (#421)NoticeBar
: 修复content
和extra
内容重复渲染问题 @anlyyao (#421)Grid
: 修复image
插槽无法正常渲染的问题 @LeeJim (#423)
🚧 Others
Sticky
: 新增单元测试 @4xii (#348)DateTimePicker
: 新增单元测试 @anlyyao (#407)NoticeBar
: 更新示例代码 @anlyyao (#421)Avatar
: 更新示例代码 @anlyyao (#417)Dialog
: 更新示例代码 @LeeJim (#422)List
: 更新示例代码 @LeeJim (#427)- 移除部分工具函数使用 loadsh 代替 @LeeJim (#419)
New Contributors
Full Changelog: 0.12.1...0.12.2
0.12.1
What's Changed
🚀 Features
🐞 Bug Fixes
Search
: 修复shape
属性无效的问题 @anlyyao (#392)Search
: 修复clear
事件无效的问题 @anlyyao (#392)List
: 修复load-more
可选参数问题 @byq1213 (#376)List
: 修复load-more
可选参数问题 @byq1213 (#376)
🚧 Others
Search
: 新增组件单元测试 @anlyyao (#392)Input
: 提升单元测试覆盖率 @anlyyao (#399)Textarea
: 提升单元测试覆盖率 @anlyyao (#400)Image
: 提升单元测试覆盖率 @anlyyao (#401)List
: 提升单元测试覆盖率 @byq1213 (#376)DateTimePicker
: 优化示例代码 @LeeJim (#411)
New Contributors
Full Changelog: 0.12.0...0.12.1
0.12.0
What's Changed
🚀 Features
🐞 Bug Fixes
Slider
: 修复label
属性无效的问题 @anlyyao (#364)Tabs
: 修复change
事件和onChange
属性无效的问题 @anlyyao (#367)Grid
: 修复gutter
无效 @anlyyao (#381)Grid
: 修复border
无效 @anlyyao (#381)DropdownMenu
: 修复onChange
事件无效的问题 @anlyyao (#374)Rate
: 修复 ts 类型错误 @anlyyao (#386)NoticeBar
: 修复 content、extra 失效的问题 @TingShine (#302)NoticeBar
: 使用正确的 prefixIcon 插槽名 @anlyyao (#393)
🚧 Others
Grid
: 提升测试覆盖率 @anlyyao (#381)Divider
: 提升测试覆盖率 @anlyyao (#380)Button
: 提升测试覆盖率 @anlyyao (#379)Badge
: 提升组件单元测试覆盖率 @anlyyao (#388)Skeleton
: 提升组件单元测试覆盖率 @anlyyao (#387)Rate
: 提升组件单元测试覆盖率 @anlyyao (#386)Radio
: 提升组件单元测试覆盖率 @anlyyao (#385)Slider
: 新增单元测试 @anlyyao (#364)SwipeCell
: 新增单元测试 @anlyyao (#360)Result
: 新增单元测试 @LadyChatterleyLover (#280)Divider
: 新增单元测试 @LadyChatterleyLover (#280)Grid
: 新增单元测试 @LadyChatterleyLover (#280)Image
: 新增单元测试 @LadyChatterleyLover (#280)Input
: 新增单元测试 @LadyChatterleyLover (#280)Rate
: 新增单元测试 @LadyChatterleyLover (#280)Radio
: 新增单元测试 @LadyChatterleyLover (#280)Skeleton
: 新增单元测试 @LadyChatterleyLover (#280)Cell
: 新增单元测试 @LadyChatterleyLover (#280)Badge
: 新增单元测试 @LadyChatterleyLover (#280)Avatar
: 新增单元测试 @LadyChatterleyLover (#280)Tag
: 新增单元测试 @LadyChatterleyLover (#280)Button
: 新增单元测试 @LadyChatterleyLover (#280)Textarea
: 新增单元测试 @LadyChatterleyLover (#280)Steps
: 新增单元测试 @anlyyao (#375)DropdownMenu
: 新增单元测试 @anlyyao (#374)
New Contributors
- @elvinn made their first contribution in #343
- @LadyChatterleyLover made their first contribution in #280
Full Changelog: 0.11.0...0.12.0
0.11.0
What's Changed
🚀 Features
Calendar
: 新增日历组件 @LadyChatterleyLover (#325)Calendar
: 视觉升级,功能增强 @LeeJim (#366)
🐞 Bug Fixes
CountDown
: 修复 milisecond 配置无效的问题 @TingShine (#313)Upload
: 修复上传失败后,再次上传会产生报错的问题 @palmcivet (#318)
🚧 Others
Collapse
: 新增单元测试 @isanxia (#331)Loading
: 新增单元测试 @zhangpaopao0609 (#320)PullDownRefresh
: 新增单元测试 @palmcivet (#356)CountDown
: 新增单元测试 @TingShine (#313)Message
: 新增单元测试 @zhangpaopao0609 (#321)Upload
: 新增单元测试 @palmcivet (#318)
New Contributors
- @zhangpaopao0609 made their first contribution in #320
Full Changelog: 0.10.6...0.11.0
0.10.6
What's Changed
🚀 Features
Drawer
: 新增单元测试 @anlyyao (#311)Popup
: 新增单元测试 @anlyyao (#310)Stepper
: 新增单元测试 @anlyyao (#304)Overlay
: 新增单元测试 @HelKyle (#336)BackTop
: 新增单元测试 @HelKyle (#335)Toast
: 新增单元测试 @HelKyle (#334)ActionSheet
: 新增单元测试 @HelKyle (#319)Progress
: 新增单元测试 @HelKyle (#337)ImageViewer
: 新增单元测试 @palmcivet (#332)TabBar
: 新增单元测试 @HelKyle (#314)Dialog
: 新增单元测试 @anlyyao (#361)
🐞 Bug Fixes
Stepper
: 修复输入非number
字符时,出现NaN
问题 @anlyyao (#304)Stepper
: 修复输入值能超出max
的问题 @anlyyao (#304)Stepper
: 修复value
值小于min
或超出max
时,不触发overlimit
的问题 @anlyyao (#304)Collapse
: 修复headerRightContent
插槽与文档描述不一致的问题 @isanxia (#330)
🚧 Others
New Contributors
- @isanxia made their first contribution in #330
- @palmcivet made their first contribution in #332
Full Changelog: 0.10.5...0.10.6
0.10.4
What's Changed
🚀 Features
Search
: 内嵌 input 组件 type 调整为 search @veryhandsomeboy (#293)Drawer
: 新增 closeOnOverlayClick 属性 @deadlyAce (#287)Popup
: 新增 closeOnOverlayClick 属性 @deadlyAce (#287)
🐞 Bug Fixes
Dialog
: 修复demo
示例弹窗不显示问题 @zyqq (#289)Slider
: 修复滑块滑到最左侧时,左侧文本被遮挡 @HelKyle (#286)Search
: 修复传入默认值后需要点击才显示的问题 @veryhandsomeboy (#292)Search
: 修复不触发 focus 事件的问题 @veryhandsomeboy (#292)
New Contributors
- @zyqq made their first contribution in #289
- @HelKyle made their first contribution in #286
- @deadlyAce made their first contribution in #287
Full Changelog: 0.10.3...0.10.4