Skip to content

2022-11-07, Version 2.15.2(LTS)

Compare
Choose a tag to compare
@zoomchan-cxj zoomchan-cxj released this 07 Nov 04:08
· 1655 commits to master since this release

Notable Changes 重要更新

  • hippy-vue support to merge styles on root element of child component.

    hippy-vue 支持子组件根节点样式合并。

  • Android fix pull header not showing for horizontal list.

    Android 修复 PullHeader 在水平 ListView不显示问题。

  • Android fix setTextColor not working.

    Android 修复 setTextColor 不生效问题。

  • iOS need to callback when url loading error.

    iOS 修复在url 加载错误时 callback 没调用问题。

Bug Fixes

  • android: add copyright header for ClipboardModule (d82ba9b)
  • android: fix setTextColor not working (a533c22)
  • android: pull header not showing for horizontal list (3496fe4)
  • android: remove redundant getPrimaryClip (4b3ff38)
  • iOS: jsi convert Chinese string error (321f738)
  • ios: need to callback when url loading error (d140593)
  • iOS: retain cycle with vc and bridge (#2591) (ecafb62)

Features

  • vue: support to merge styles on root element of child component (efea081)