Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
特性
小程序
ScrollView
组件在微信小程序 skyline 模式下的新特性id
获取CustomWrapper
对应的自定义组件实例,Taro 3.x 非递归模板小程序的另一个坑,导致 create*Context 失效 #9357H5
bundle
改为auto
,并支持 Vue 适配器代码抖动能力CLI
taro create
支持自定义模版插件Taro 插件
@tarojs/plugin-react-devtools
和@tarojs/plugin-vue-devtool
支持自定义hostname
,by @wangjunjia修复
小程序
Button
组件设置onFollowLifestyle
事件无法触发的问题,fix Button组件设置openType为lifestyle时,点击关注生活号,onFollowLifestyle事件无法触发 #13345ChannelVideo
组件设置autoplay
属性不生效的问题,fix channel-video 设置 autoplay 不生效 #13416comment
节点导致CustomWrapper
失效的问题Picker
组件的level
属性,<Picker mode="region"> 不支持微信官方的 level 属性 #13047,by @TheKonkarequest
API,by @czewailH5
Swiper
组件循环时最后一帧不触发onChange
的问题,swiper组件开启循环播放,最后一个切换到第一个时不触发onChange事件 #13329 ,by @halodongTextarea
组件的focus
属性thread-loader
后 H5 编译失败的问题,基于Taro的微信小程序的源码移植为H5时出现报错 #13435RN
Could not find method applyLegacyReactNativeLibsExtractionPlugin() for arguments [] on project ':expo-av' of type org.gradle.api.Project.
,react-native 安卓执行报错 :Could not find method applyLegacyReactNativeLibsExtractionPlugin() for arguments [] on project ':expo-av' of type org.gradle.api.Project. #13390CLI
taro init
时异步拉取社区模版会导致终端退出的问题logger.quiet
配置项未对webpackbar
正确生效的问题,webpackbar baseConfig logger 错误 #13488@swc/core
的版本为1.3.42
,暂时绕过编译项目失败的问题,Taro 3.6.2 初始化项目后跑不起来 #13544Taro 插件
@tarojs/plugin-mini-ci
里resolveNpmSync
方法,缓存没有加到npmCached
的问题,by @wangjunjiaTypings
SelectorQuery.selectAll
方法的回调函数增加返回值的类型,by @Yuiai01useShareAppMessage
类型定义增强,by @bigmeowcheckIsPictureInPictureActive
API 的类型定义,by @learner-pmrequest
API 新增PATCH
请求方法的类型,by @TheKonkaLiverPlayer
组件enableAutoRotation
属性的类型错误问题,by @TheKonkaonChunkReceived
回调结构体错误的问题,by @aimuz