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.
特性
H5
saveVideoToPhotosAlbum
、saveImageToPhotosAlbum
、addPhoneRepeatCalendar、addPhoneCalendar
、chooseMedia
、getVideoInfo
、canIUse
修复
Invalid option from onResolve() callback in plugin "scanImports": "importer"
,Webpack5启动时报告Invalid option from onResolve() callback in plugin "scanImports": "importer" #13767,by @yoyo837cache
功能后报 warning 的问题,3.6.6 开启cache
后,cache功能报错 #13798,by @saintwinklealias
不生效的问题,[Bug]background: url('~@/img.png');
不生效 #13906小程序
sub-common
模块时没有输出sourcemap
的问题,Taro 3.6.6 分包 sub-common 下未产出 sourcemap #13873,by @alexleestemplate
的问题,fix(taro-webpack5-runner): 修复webpack5中vue通过render函数渲染组件,无法在微信小程序中渲染问题 #13749,by @voidman2017Input
Textarea
的cursor
属性初始值不正确的问题,IOS环境下,input组件设置初始值时,第一次点击输入框聚焦,指针出现在初始内容最前面 #13809H5
Taro.showModal
当浏览器退回到上一页面时不消失的问题和遮罩层滚动穿透的问题,by @sjhleo,Taro.showModal弹窗不关闭,即时切换页面,弹窗也不会小时 #13833MPA
模式下onReady
钩子不执行问题,by @tutuxxxclassnames
赋值为空时错误判断导致的问题,3.6.6 classnames 传入对象后,切换类型失效 #13781Picker
组件事件捕获问题,优化columnChange
事件定义问题,并提示不支持的mode
,3.6.5使用picker会报unable to preventDefault inside passive event listener invocation. #13696Checkbox
值获取类型问题,taro 3.6.5 H5 CheckboxGroup报错 #13694CustomWrapper
没有生成 DOM 节点的问题Input
、Textarea
组件的focus
方法失败的问题,使用 Ref 调用 Input 组件的 focus 方法失败 #13935@tarojs/plugin-html
@tarojs/plugin-html tried to access @babel/generator, but it isn't declared in its dependencies;
,by @xty@tarojs/plugin-http
httpOnly
的cookie
的问题,taro-plugin-http 包处理 httpOnly Cookie 错误 #13941,by @bigmeowTypings
Button
组件获取电话号码的示例,vue3下button的openType="getPhoneNumber"回调方法onGetPhoneNumber没反应 #11445functionalPages
类型,by @PengBoUESTC