特性
小程序
- 补充 Map 组件的属性和事件,by @DBvc
@tarojs/plugin-mini-ci
- 暴露支付宝 minidev 的
project
参数,by @dave-qiao
修复
小程序
- 优化主入口引用样式文件编译问题,by @顾一峰
H5
- prebundle: 删除继承 webpack 冗余配置,#12240
- components: 修复 Safari 不支持的正则,#12249
- runtime: 修复 Vue3 开发环境 warn 提示
RN
- taro-runtime-rn: 修复钩子注册逻辑,by @peterczg
CLI
- 修复
taro update
命令,#12234 ,by @lexmin0412