Skip to content

2022-03-29, Version 2.13.4(LTS)

Compare
Choose a tag to compare
@zoomchan-cxj zoomchan-cxj released this 29 Mar 04:21
· 1658 commits to master since this release

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)