Skip to content

2021-11-18, Version 2.11.0(LTS)

Compare
Choose a tag to compare
@zoomchan-cxj zoomchan-cxj released this 18 Nov 08:01
· 1660 commits to master since this release

Notable Changes

  • Add JSI(Javascript Interface) module. More details please check introduction.

  • HippyReact and HippyVue improve removing node performance.

  • HippyVue fix measureInAppWindow problem.

  • Android fix ScrollView onScroll contentOffset problem in paging mode.

  • HippyCore fix debug mode uncaught exception bug.

Bug Fixes

  • android: scroll view onScroll event (feafe71)
  • core: fix debug mode uncaught exception bug (#1058) (44fcb76)
  • core: fix jni crash (0b8c325)
  • core: fix turbo runtime (4ff32f9)
  • core: jsi (f28ccf7)
  • hippy-react: fixed getting appear event name for anonymous function (9c180a7)
  • hippy-vue: fixed measureInAppWindow issue (57a2523)
  • ios: fix compile-time error on Xcode 12 and previous versions (fb47e54)

Features

  • android: add v8 init param (04235b3)
  • android: jsi (792294f)
  • core: add v8 init param (b15d3a6)
  • ios: add ios jsi (1960454)
  • ios: optimize scale factor and demo (f49813b)
  • react,vue: improve managing node performance (8b35ba6)
  • vue: add vue jsi (368874d)