Skip to content

2022-02-28, Version 2.13.1(LTS)

Compare
Choose a tag to compare
@zoomchan-cxj zoomchan-cxj released this 27 Feb 17:44
· 1660 commits to master since this release

Notable Changes

  • Debug Devtool improves remote debug ability.

  • Log support Log level for delegate.

  • Android support touch ripple ability. More details please check HippyReact Demo & HippyVue Demo

  • Android use context.getResources() get windowDisplayMetrics.

  • Android support elements color/findNode by path.

  • Android fix context leaks on EngineInitParams.

  • Android update AGP version to 7.1.1.

  • iOS fix view pager item index error.

Bug Fixes

  • android: fix armeabi architecture build script (bf06413)
  • android: fix context leaks on EngineInitParams (4ce08d3)
  • android: fix leaf node can't show css (a41c07a)
  • android: remove color property in HippyForegroundColorSpan (376dd9b)
  • android: support elements color/findNode by path (1ef25c2)
  • android: use context.getResources() get windowDisplayMetrics (8813195)
  • core: add HandleUncaughtException function and refactor ThrowException function (0ffe8f9)
  • core: fix dynamicLoad bug (0a51dd4)
  • ios: fix view pager item index error (151512e)

Features

  • android: add log level for delegate (d2bb277)
  • android: add remote debugging in non-usb (e46d571)
  • android: cmake script adds V8 library file format check (3e90885)
  • android: support remote non usb debug (5bf9109)
  • android: textnode custom forgroudcolor (16c6baf)
  • android: update AGP version to 7.1.1 (cf5eda5)
  • android: view adds touch ripple feature (#989) (5518ffb)
  • c++: optimize c++ code-quality (e40d6a5)
  • core: add log level for delegate (c211c61)
  • core: change print log level and fix check macro not crash bug (e6779ac)
  • core: replacing manually managed GlobalRef with JavaRef (01e3fc7)
  • ios: devtools modify debugURL key (98a0693)