Skip to content

Releases: Tencent/Hippy

2022-05-16, Version 2.13.9(LTS)

16 May 03:59
Compare
Choose a tag to compare

Bug Fixes

2022-05-12, Version 2.13.8(LTS)

12 May 14:11
Compare
Choose a tag to compare

Bug Fixes

  • android: fix remote url debug not contains version (3005622)
  • android: reset pull header position on scroll back (301f631)
  • android: reset recycle view stick view item type (f79b73d)
  • core: fix convert bug (f43988f)
  • core: fix jni pending exception crash (5273ba5)
  • core: fix turbomodule crash (6d08242)
  • hippy-vue: fix hmr for root App component (2c2ef45)
  • ios: remove an unused macro check (7f2b7f7)

Features

  • devtools: change the screenshot canvas background to white (00445d5)

2022-04-27, Version 2.13.7(LTS)

27 Apr 09:53
Compare
Choose a tag to compare

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)

2022-04-18, Version 2.13.6(LTS)

18 Apr 14:12
Compare
Choose a tag to compare

Bug Fixes

  • core: change callbacks to object to fix memory leak (9ea52da)

2022-04-17, Version 2.12.6(LTS)

17 Apr 10:49
Compare
Choose a tag to compare

Bug Fixes

  • core: remove batch call redundant param (784ea7c)
  • web: fix turbo demo bugs (b54b97b)

2022-04-01, Version 2.13.5(LTS)

01 Apr 14:55
Compare
Choose a tag to compare

Bug Fixes

  • core: remove batch call redundant param (69c8b7e)
  • ios: fix AnimatedImageView displayLayer crash bug (7a1e0e3)
  • ios: fix image display crash (85de0af)

2022-03-29, Version 2.13.4(LTS)

29 Mar 04:21
Compare
Choose a tag to compare

Notable Changes

  • DevTools support debug multiple project at the same time.

  • HippyVue input support placeholder-text-color, underline-color-android.

  • Core fix log delegate crash.

  • Android add RecyclerView.

  • iOS fix image load progress error.

  • iOS fix image tint color bug

  • iOS fix JSI crash on some devices.

Bug Fixes

  • android: fix nested sub-tag serialization issue (7fe73ca)
  • android: merge recyclerview to master (8e2038c)
  • android: packagingOptions of ARMEABI (f051421)
  • android: remove final of bundleName (d284fa1)
  • android: use getResources DisplayMetrics (ad455b3)
  • core: fix jni local ref bug (83348e2)
  • core: fix log delegate crash (249f9e4)
  • hippy-react-demo: fix backAndroid routes error (d11fd9a)
  • ios: fix crash caused by multi-thread race (513c9d6)
  • ios: fix image blurry error (83281ca)
  • ios: fix image load progress error (618eeda)
  • ios: fix image tint color bug (3884b0d)
  • ios: fix jsi crash on some devices (e8fb942)
  • ios: fix some issues (#1679) (8a88f0a)
  • react,vue: add TextInput color parser (f9f0e2b)
  • vue: update vulerable packages (3e15f5c)

Features

  • android: js -> native support use js value (fddfaae)
  • android: support debug context name display (e134723)
  • devtools: support debug multiple project at the same time (8213ff6)
  • vue-demo, react-demo: remote debug, load remote bundle (1b12953)

2022-03-09, Version 2.13.3(LTS)

09 Mar 04:07
Compare
Choose a tag to compare

Bug Fixes

  • android: onScroll of HippyRecyclerView (eb2bead)
  • core: fix multi-context mode exception handling crash (659f7a9)

Features

  • android: support multi instance to debug elements (1884d0e)
  • core: refactor NAPI and rename macros (f6f037f)

2022-03-09, Version 2.12.5(LTS)

09 Mar 12:05
Compare
Choose a tag to compare

Bug Fixes

  • core: fix multi-context mode exception handling crash (0851998)

2022-03-09, Version 2.13.2(LTS)

08 Mar 16:59
Compare
Choose a tag to compare

Bug Fixes

  • android: add lower bound checking for uint32 value (7743a52)
  • android: fix context leaks on EngineInitParams (67bbea5)
  • ios: close web socket when dev manager release (a81e2a3)
  • ios: fix currentRadioAccessTechnology unavailable in ios14.2 (2031178)
  • ios: fix mixed type text word order bug (6ed4df3)
  • lerna: change lerna execute path (021fc89)