Taro 3.0.24 released, unified framework for BAT applet, H5 and RN

Taro 3.0.24 is released. Taro is a multi-terminal unified development framework that follows the React grammar specifications. It supports writing one-time code in React, and generates applications that can run on WeChat applets/Baidu smart applets/Alipay applets, H5 and React Native.

Updates in this version include:

Applets

  • Add gyroscope related API, by  @ZeroTo0ne  , #8496
  • Fix the problem that Alipay, Baidu, Toutiao and other small programs run directly report errors
  • Fix Text the problem that Baidu  component does not display text content
  • Fix the issue that React does not merge updates in event callbacks, #8516
  • Fix the issue that react cannot cancel event monitoring
  • Repair  View, Text, Image assembly when switching properties or events, no problem switching the right template,  # 8520
  • Fix the issue that the event is invalid when the component id is number type, #8515

H5

  • Fix onPageScroll the issue of event invalidation caused by TabBar 

Typings

  • Repair  navigateTo callback  success type the parameters of the lack of  eventChannel the type of problem, by  @Aysnine  , # 8506

Check the update details: https://github.com/NervJS/taro/releases/tag/v3.0.24

Guess you like

Origin www.oschina.net/news/126795/taro-3-0-24-released