特性
小程序
- 新增对百度小程序
<Login>
组件的支持,fix #10452
修复
小程序
- 补充
Map
组件的min-scale
和max-scale
属性,fix #10239,by @xshaobaozi - 修复当 import 引用
@tarojs/taro/html5.css
后报错的问题,fix #10340,by @spiritree - 修复
MiniSplitChunksPlugin
对非微信小程序的小程序平台的支持,fix #10478 #10439 - 修复设置
style
为pointer-events: none
时失败的问题,fix #10344
RN
- 修复
componentDidShow
,componentDidHide
,useDidHide
,useDidShow
触发时机
CLI
- 修复在
app.config.js
使用fs
或path
依赖时报错的问题,by @cuijinyu
Typing
- 补全、优化数据上报 API 的类型,by @spiritree
- 补全音频播放 API 的类型,fix #30309
- 补充
openSetting
API 的参数类型,fix #10032 - 补充
openCustomerServiceChat
的类型,fix #10226 - 补充
previewMedia
API的类型,fix #10232
其它
- 优化命令行输出,by @delenzhang