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.
Breaking Changes
将 file-loader 的
esModule
参数默认设置为 false解决 Vue
template
中不能直接使用图片链接的问题,新建默认模板,H5无法调用图片 #7869开发者在 Taro v3.0 - v3.0.14 中,require 资源需要加
.default
, v3.0.15 之后直接 require 即可:修复问题
小程序
Swiper
组件的disable-touch
属性,by @JetslyPickerView
value 设置问题,PickerView 滚动选择时不能固定在选择的位置,始终会回滚到顶部 #7638onRegionChange
触发失败的问题,微信小程序中Map组件无法触发onRegionChange,并且无法获取centerLocation #7687onShow
无法访问 this 中属性的问题,vue3中onshow无法直接访问this中的属性 #7771Swiper
组件模板多嵌套了一层View
组件的问题Swiper
组件渲染问题,字节小程序swiper组件列表无法动态渲染数据 #7481innerHTML
时失败的问题,v-html无法延迟渲染html #7127getBatteryInfo
API,Taro.getBatteryInfo API 无法使用 #7846Swiper
组件的acceleration
属性,swiper组件支持acceration属性 #7801H5
Content-Type
、修复测试用例,by @yuezkenablePullDownRefresh
后不能触发componentDidShow
的问题,by @lukezhange001typings
getStorageSync
类型,by @xiaoyao96Button
组件类型,by @wuchangmingIcon
组件类型,by @k55k32saveFile
API 的类型,by @soul-stoneMap
组件类型,希望支持Map组件的自定义气泡窗口[customCallout]功能 #7507其他