Skip to content

2021-04-07, Version 2.5.5(LTS)

Compare
Choose a tag to compare
@zoomchan-cxj zoomchan-cxj released this 28 Mar 06:21
· 1661 commits to master since this release

Notable Changes

  • Add HTTP mode for dynamic import,support setting import mode for each JS bundle globally or respectively, view the guidance.

Bug Fixes

  • android: fetch resource with https:// (c3dee7c)
  • android: should catch resource NotFoundException (6284a49)
  • android: support engine status enum to int (9708892)
  • android: use ByteBuffer for onResourceReady (9863317)
  • core: fix conflict resolve error (903650a)
  • core: fix dynamic load crash (f9138b2)
  • core: fix iOS CreateJsError function error (df8355c)
  • core: fix jni crash (#651) (6ae32cf)
  • core: format (618a40a)
  • core: revert v8 refactor (82b0b27)
  • core: update so (acd5bd1)
  • docs: fix dynamic import docs (d4a553d)
  • ios: fix bug for touch handler (15d0bb3)
  • ios: fix dynamic load for local file (130b9d5)
  • ios: fix index exceed range of array (34591dd)
  • ios: improve stability (3dc0743)

Features

  • android: adjust for wormhole (09fb96b)
  • core: daymiacLoad support http req (#640) (e7cd1f3)
  • core: refactor dynamic jni (2f627df)
  • core: support multi scheme dynamic load (932b51c)
  • ios: adapter dynamic load (f53bdd1)