Skip to content

chore(release): publish 3.3.13

Compare
Choose a tag to compare
@github-actions github-actions released this 12 Nov 09:35
d84177a

特性

RN

修复

小程序

  • 修复 Taro.options.html.transformText 配置,by @spiritree,fix #10457
  • 确保 onShowonLoad 之后再执行,by @tango5614

H5

  • 修复 Taro.getApp() 返回 undefined 的问题,fix #9586
  • 修复路由跳转 API 的回调函数没有正确调用的问题,fix #10602
  • 修复 Input 组件报 Cannot read properties of undefined 错误的问题,fix #10303
  • 修复 Checkbox 组件 disabled 属性设置无效的问题,fix #8500
  • 修复组件更新时 children 错乱的问题,fix #10365
  • Input 组件支持获取 keyCode
  • 优化 Swiper 组件的 next-margin 属性的实现
  • 修复使用 previewImage API 预览图片时,当图片高度大于屏幕高度时,图片展示不全无法上下滑动的问题

RN

  • 优化 boxShadow 样式转换报错
  • 修复 getSystemInfoSync API 对 statusBarHeight 值的计算方式

Typing

  • 新增 enableAlertBeforeUnloaddisableAlertBeforeUnload 的类型定义