Skip to content

2021-05-17, Version 2.6.3(LTS)

Compare
Choose a tag to compare
@zoomchan-cxj zoomchan-cxj released this 17 May 12:45
· 1661 commits to master since this release

Notable Changes

  • Android support v8 serialization.

  • Android add ImageSpan onLoad-related events.

  • Android fix ViewPager onPageScroll data precision problem.

  • iOS fix Animation non-linear timing function type error.

  • setTimeout and setInterval of TimerModule support multi arguments.

  • Hippy-Vue add local path support for placeholder & backgroundImage.

Bug Fixes

  • android: correct view pager onPageScroll event params (5c00cc2)
  • android: reset another enable buffer setting in HippyEngineManager (8b5f4a9)
  • android: send exposure event when listview first show (d8c9ab7)
  • android: support null key in v8 serialization (df49900)
  • core: fix log bug (8e60e23)
  • core: merge master (dcd7123)
  • core: setTimeout and setInterval of TimerModule support ...args (#733) (655aa15)
  • core: update 77 v8 (24fc1b0)
  • hippy-react-demo: perf tabhost demo (ea33076)
  • ios: add header search path config (2f8d419)
  • ios: fix animation timing function type error (1a98153)
  • ios: fix synax error (47612e9)
  • ios: fix viewpageritem frame set error (9b8d51b)
  • ios: list node should set dirty when loads lazily (3ad5c10)
  • ios: make sure calayer.setneedsdisplay will trigger displaylayer (16a5802)

Features

  • android: image span support onLoad event (389acfc)
  • android: support set custom C log handler (b06479d)
  • android: support v8 serialization (6cca7ca)
  • core: adapter new Serializer (da12e1c)
  • core: add jni static method register macro (aaff868)
  • core: refactor logger (d3a6f0d)
  • hippy-vue: add local path support for placeholder & bgImg (f0c56e6)
  • ios: add hippy log handler (044e0a2)
  • ios: add log handler (9afc682)
  • ios: delete video compnent (2ba451c)