Skip to content

1.16.0

Choose a tag to compare

@anlyyao anlyyao released this 27 Jul 07:28
· 14 commits to develop since this release
bce4dc4

What's Changed

📈 Performance

  • component: 组件全局注册名及 $options.namekebab-case (t-button) 变为 PascalCase (TButton),对齐 PC 端。模板中 <t-button> / <TButton> 两种写法仍可用,但依赖组件 name 字符串的场景(如 keep-alive 的 include/exclude、按 name key 直接访问组件)需相应更新 @anlyyao @liweijie0812 (#2267)

🚀 Features

🐞 Bug Fixes

  • Button: 修复悬停状态未正确处理的问题 @RSS1102 (#2259)
  • Navbar: 修复 env(safe-area-inset-top) 非 0 时占位栏高度错误导致底部留白 @anlyyao (#2256)
  • Input: 修复PC浏览器环境下 clearable 不生效问题 @novlan1 (#2167)
  • ImageViewer: 移除底部的点状导航器 @anlyyao (#2266)
  • TabBar: 修复 keep-alive 场景下,组件占位高度为 0 @anlyyao (#2272)

Full Changelog: 1.15.1...1.16.0