特性
- 支持微信小程序 Button 组件的
open-type
属性以获取头像昵称,#11228,by @Yorksh1re designWidth
支持配置函数,#11072,by @dongj0316
小程序
- 增加
Taro.getTabBar
API,用于自定义 Tabbar 状态管理。
RN
- 默认使用的 React Native 版本升级至 0.67 #11364
- react navigation 升级至 6.x #11344,by @SilentMelody
修复
小程序
- 修复字节小程序使用
@tarojs/plugin-inject
增加组件时编译报错的问题,by @OneKissAndOneShot - 修复扩展编译平台时
Taro.getEnv
无法正确返回TARO_ENV
的问题,by @adajoy - 在文件顶部注入公共样式,by @noyobo
- 修复独立分包中事件不触发的问题,#9799
- 修复 Vue 不显示自定义 tabbar 的问题,#11088
- 修复
onProgressUpdate
未定义的问题,#11063 - 修复使用 preact 时 ESLint 会报错的问题
H5
- tabbar 适配 iPhone X 及以上全面屏,#9309
CLI
- 修复使用 yarn 时
taro update self
报错的问题
Typings
- 补全
getSetting
API 的类型,by @Brain777777 - 修复
cloud.callContainer
API 的 类型,by @lihawhaw RequestParams
新增泛型,实现限制success
回调函数的参数,#11325,by @xiao252- 修复
PageContainerProps
类型定义和注释错误,by @Binbiubiubiu
@tarojs/plugin-html
- 添加
removeCursorStyle
配置,自定义是否删除cursor
样式,by @yinjun1991
Breaking Changes
RN
- RN 0.60 0.61 0.62 版本不再支持。
- 原生依赖有变更,更新版本后需执行
yarn upgradePeerdeps
。 - 项目中的 @react-native-community/masked-view 依赖需要删除。