Skip to content

2022-04-27, Version 2.13.7(LTS)

Compare
Choose a tag to compare
@zoomchan-cxj zoomchan-cxj released this 27 Apr 09:53
· 1658 commits to master since this release

Notable Changes

  • Devtools support vue-devtools.

  • Devtools fix alpha screencast.

  • Core fix JNI detach crash.

  • Core change log level.

  • Android add call native and promise callback monitor.

  • iOS add method invoking interceptor.

  • iOS fix strange shaped text render bug.

  • hippy-react,hippy-vue add position absolute for modal default style.

  • hippy-vue fix textInput value filter issue.

Bug Fixes

  • android: elements page screencast at first msg (f9059d1)
  • android: fix 'mControllers' may be accessed by multi-threads (460ad50)
  • android: post to dom thread do save (0ccb13a)
  • android: remove build modal from user agent (4d0d376)
  • android: reset pull header position for recycler view (42ef3c9)
  • android: should call onInterceptPromiseCallBack first (484d6c6)
  • core: fix jni detach crash (785edb3)
  • core: fix log macro conflict for iOS (5654164)
  • debug-server: update vulerable pacakage (bd4653f)
  • devtools: fix alpha screencast (8604f1a)
  • hippy-vue: fixed vue text update filter (c127669)
  • ios: fix image display crash (c9a39fc)
  • ios: fix list scroll event throttle bug (44b8aed)
  • ios: fix strange shaped text render bug (d77df3b)
  • ios: fix touch handler conflict (6ae38ca)
  • ios: fix value fetch error (e0edfae)

Features

  • android: add call native and promise callback monitor (301562c)
  • android: add method 'addApiProviders' in HippyEngineContext (50dbe8a)
  • android: support vue-devtools debugClientId (c09e751)
  • core: change log level (12022fb)
  • devtools: support vue-devtools (e0cf765)
  • ios: add clientId and fix empty port (#1737) (aea12a3)
  • ios: localstorage can handle error (2426a8e)
  • ios: method invoke interceptor (#1774) (1ae54c6)
  • ios: unified client id generation logic (#1743) (1c2359c)
  • react,vue: add position absolute for modal default style (7bbed56)