Skip to content

chore(release): publish 3.6.28

Compare
Choose a tag to compare
@github-actions github-actions released this 26 Apr 08:05
df0abee

小程序

  • 为京东小程序的 Textarea 组件增加了 disable-default-padding 属性,by @ZEJIA-LIU
  • 增加了 modifyAppConfig 钩子,以支持抖音小程序引用系统内置页面,fix #15388 by @luckyadam
  • 修复了编译模式没有正确处理动态 id 属性的问题,by @Chen-jj

鸿蒙 Hybrid

  • 移除了 harmony-hybrid 中 Vue2 相关的代码,by @heweishui

React Native

  • 修复了 class 类名中包含 \/ 字符,在序列化后导致样式失效的问题,fix #15568 by @xushuailing

Typings

  • 修复了 @tarojs/react 包的组件或函数导入缺少类型提示的问题,by @anyesu