Skip to content

2022-02-09, Version 2.13.0(LTS)

Compare
Choose a tag to compare
@zoomchan-cxj zoomchan-cxj released this 09 Feb 04:02
· 1619 commits to master since this release

Notable Changes

  • iOS Chrome DevTools support Element color display.

  • iOS WebSocket url add hash and close with code and reason, and support to parse WebSocket url from bundle url for remote debug.

  • iOS fix elements DOM.pushNodesByBackendIdsToFrontend protocol.

  • Android ViewPager support offscreenPageLimit.

  • Android update AGP to 7.0.4 version.

  • HippyReact & HippyVue perf startBatch logic.

  • HippyVue npm package compiled to es6 syntax.

  • Update typescript version and build scripts.

Bug Fixes

  • android: fix lint warnings & errors (dc7f4d3)
  • android: remove useless V8 command-line flag (371daac)
  • ci: add packages npm install (6a9804e)
  • core: fix parse uri crash (48f5af3)
  • ios: fix ios elements DOM.pushNodesByBackendIdsToFrontend protocol (38e928e)
  • js: update ts version and ts declaration issues (2df21c5)
  • web: fix turbo demo bugs (6199202)
  • web: fix turbo demo bugs (5d5729d)

Features

  • android,ios: add jsi document & demo (#1508) (e3b9143)
  • android: HIDDEN_LIBRARY_SYMBOL flag affects 3rd party libraries (e0bc3f5)
  • android: replace unsafe JNI numeric cast with safe method (d857cba)
  • android: update AGP to 7.0.4 version (8e04792)
  • android: view pager support offscreenPageLimit (91e2f6c)
  • ios: elements css, add color display and modification (ec5b5c2)
  • ios: modify websocket url symbol (f3d04e2)
  • ios: parse websocket url from bundle url (#1474) (03bc96f)
  • ios: set default font size to 14 (0ac9398)
  • ios: websocket url add hash and close with code and reason (#1447) (3365605)
  • react,vue: perf startBatch (5bce8e9)