Skip to content

2022-08-23, Version 2.14.5(LTS)

Compare
Choose a tag to compare
@zoomchan-cxj zoomchan-cxj released this 09 Sep 03:57
· 1658 commits to master since this release

Notable Changes 重要更新

  • Android add visibility style support.

    Android 增加 visibility 样式支持。

  • Android set init complete after bridge ready to fix jsbundle loading sequence error.

    Android 在 bridge 初始化完成增加 complete 标记,修复加载执行 jsbundle 潜在的时序问题。

  • Android fix borderRadius not working and radius scale issue in gif image.

    Android 修复 borderRadiusradius scale 在 gif 图不生效问题。

  • iOS fix textInput isFocused not working issue.

    iOS 修复 textInput isFocused 特定场景不生效问题。

  • iOS fix turbo runtime not released in js thread.

    iOS 修复 turbo runtime 在 js 线程不释放问题。

  • iOS fix padding not working on text's subview.

    iOS 修复 Text 嵌套 subview 时 padding 不生效问题。

Bug Fixes

  • android, ios: the final onScroll may be dropped (#2377) (963992b)
  • android: add try-catch for NetInfoModule (258f9ac)
  • android: gif borderRadius not working and radius scale issue (bb84fcd)
  • android: handleRequestCookie error (2ff9388)
  • android: set init complete after bridge ready (04c8bdc)
  • core: fix code lint warnings (7f60759)
  • devtools: remove v8 inspector flag for ios (f431ab5)
  • homepage: fix secure problem for homepage redirect (a7b552f)
  • ios: fix refresh component bug (36559b1)
  • ios: fix scroll rtl for content view (2c7da42)
  • ios: hippy-vue textInput isFocused not working (623b117)
  • ios: padding not working on text's subview (65676f0)
  • ios: turbo runtime must release in js thread (5f96fae)
  • vue: fix regular expressions catastrophic backtracking (510a587)
  • vue: revert a catastrophic backtracking fix (2fbb0d9)

Features

  • android: add visibility style (8b7a81e)
  • android: update AGP version to 7.2.2 (d9b6ccd)
  • android: update NDK and CMake versions (2b7282f)
  • hippy-vue: perf attribute update (e5c181f)