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.
特性
小程序
ShareElement
组件的支持," '@tarojs/components' does not contain an export named 'ShareElement'. #11466Input
组件支持使用KeyboardAccessory
组件,希望input支持KeyboardAccessory #11510RN
@react-native-community/cli
为^6.0.0
,与 react native 0.67 保持一致style
为 array 类型时转换为 object 类型,保持各端操作的一致性@tarojs/plugin-inject
bind
或catch
绑定事件,by @bingtsingw修复
小程序
plugin.json
缺少pages
配置的问题,支付宝小程序插件生成的plugin.json配置错误 #11361,by @fw6@tarojs/plugin-html
时引入的 HTML 样式权重问题,使用@tarojs/plugin-html时,html标签与组件共存时,同名组件会被加入class等处理 #11487,by @spiritreeTabbar
失败的问题,自定义tabbar无法使用 #11437__VUE_OPTIONS_API__
配置会让 Taro composition API 失效的问题,开启vue3 的 __VUE_OPTIONS_API__ 配置会让小程序的useDidShow等钩子失效 #11393Slot
组件支持设置 style 属性,借此支持ScrollView
自定义下拉刷新组件,scrollview自定义下拉刷新如何更改加载动画? #11495H5
RN
request
对header content-type
的处理,fix(rn): 修复 request 对 header content-type 的处理,fix https://github.com/NervJS/taro/issues/11502 #11505 ,by @ModyQyWForm
组件包含 image 的问题,image 编译成 react-native 不支持base64 图片么? #11456framework
配置为preact
时报错的问题,Value "preact" of option "framework" is not supported for React-Native #11490Input
组件未设置 value 时,Form
重复提交会重置Input
等组件的值的问题, react-native 组件 某state更新再次 触发Form render 方法后, 二次 点击 submit 收集的值变位空 #11473CLI
taro-doctor
命令,taro doctor 报”使用到的依赖 /ws-taro/node_modules/eslint-config-taro/node_modules/babel-eslint/lib/index.js 还没有安装“ #10648 使用@tarojs/plugin-html时运行taro doctor报: Taro 3 不再依赖 @tarojs/plugin-html,可以卸载 #11253Typings
Button
组件完善getPhoneNumber
的类型,getPhoneNumber获取手机号的方式微信更新了 #11454,by @Brain777777