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.
特性
小程序
dark mode
配置文件打包支持,by @rottenpendebugReact
配置,可配置是否使用development
版本的 React,默认使用production
版本minifyXML
配置,可配置是否去除 xml 文件中的空格,默认不去除sourceMapType
配置修复
<style lang="stylus">
写法,by @gcxfd小程序
LivePlayer
组件微信端缺失属性,by @wuchangmingHTML parser
能解析<b>
标签,by @pengtikuiHTML parser
能解析<span>
标签,by @kala888Canvas
不触发长按事件的问题,[Taro 3.0.0] Canvas的 onLongTap 事件没有生效 #6860Swiper
组件不生效的问题,(支付宝小程序)swiper 组件只有首尾 swiper-item 显示,其他的显示位空白 #6995PickerViewColumn
的问题,支付宝无法显示PickerViewColumn组件 #7013ScrollView
组件不执行onScrollToLower
的问题,支付宝小程序 ScrollView 组件 onScrollToLower 不执行 #6988Canvas
可以设置width
,height
属性,Taro Canvas 组件在支付宝小程序里 表现 模糊 #7325getComputedStyle
报错问题,getComputedStyle is not defined #7185react suspense
报错H5
tabbar
在mode=hash
模式下无法显示的问题,by @zhuxianguoonPullDownRefresh
的问题,by @LengYXincustomRoutes
后路由跳转问题,taro3.0.2 Error: Route not found #7008onReachBottom
的支持tab
时会销毁当前tab
的问题CLI
mini.baseLevel
配置babel-register
解析忽略项目babelrc
配置文件,Cannot use the decorators and decorators-legacy plugin together #6821Types
useRouter
类型问题,by @songkeysButton
组件的类型定义,Button的openType没有定义addFriend。导致ts报错 #5738VirtualList
组件添加类型定义,import VirtualList from '@tarojs/components/virtual-list' 缺少typings #6936重构
CLI
mini-runner
解藕各小程序模板生成逻辑到各小程序插件中其它
create page
命令的错误提示,by @iugo