Taro 3.4.8 released, unified framework of BAT applet, H5 and RN side

Taro is an open cross-end and cross-framework solution that supports the use of React/Vue/Nerv and other frameworks to develop applications such as WeChat/Jingdong/Baidu/Alipay/ByteDance/QQ Mini Program/H5.

Taro 3.4.8 is now released with the following updates:

characteristic

H5

  • Support to play hls video

repair

Applets

  • Fix the problem that an error will be reported when using dynamic import in React components
  • Fix undefined after call, #11224 Taro.request  onHeadersReceived 
  • Fixed the problem that some APIs of Alipay did not get the return value correctly, #11703
  • Vue3 exposes vue-loader configuration items
  • Fix the problem that the component of Baidu applet does not support events, #11546 Button  onLogin 
  • Support secure keyboard property of WeChat applet component, #11315 Input 
  • Component to support byte applet , #11460 RtcRoom 

H5

  • Fixed the problem that the absolute direction could not be obtained by calling the compass API in the Android browser

RN

  • fix icon bug showToast 
  • Fix css module inline use and other issues Object.assign  callExpression 
  • Fix the problem of iOS fallback crash in production environment

CLI

  • Remove redundant CLI dependencies, speed up installation, fix type error when using React JSX, #11097
  • Fix devDependencies not being installed for projects taro init 

Typings

  • Fix the problem of no event attribute type in Vue3 tsx
  • Fix method type problem, #11700 page.animate 

 

Update announcement: https://github.com/NervJS/taro/releases/tag/v3.4.8

Guess you like

Origin www.oschina.net/news/193181/taro-3-4-8-released