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

Taro 3.6.7 is now released. Taro is an open cross-terminal cross-framework solution that supports the use of frameworks such as React/Vue/Nerv to develop applications such as WeChat/JD/Baidu/Alipay/ByteDance/QQ applet/H5.

The specific updates of this version are as follows:

characteristic

  • Picker Component new property, #12489 textProps 

RN

  • RN entry supports functional components
  • Entry component support , , lifecycle hooks useLaunchuseDidShowusePageNotFound 

Applets

  • The messaging mechanism supports types as event names Symbol 

repair

Applets

  • Improve the event handling of Taro React Reconciler, fix the problem that the value value cannot be displayed normally when the component is under control, #13120 InputTextarea 
  • Fix the grammar problem of app style referencing common style, #13764
  • Fix the problem that the applet fails to set custom environment variables
  • Perfect API Taro.getAppInfo 

H5

  • Fix the problem that the animation will disappear when returning to the tabbar page from the normal page
  • Fixed the problem that the playback did not resume the last progress after pausing, #13840 InnerAudioContext 
  • Modify the incoming type data serialization problem Taro.request  array 
  • Fix the problem that the page does not display after opening under windows , #13134 , by @biorz multi router  
  • Supplementary tips for some unsupported APIs, by @smileying 
  • Added , , parameter support for components , #13747 Text  userSelectspacenumberOfLines 
  • Supplement , , parameter support for components RichText  userSelectselectablespace 
  • After fixing the setting , the sum method fails, #13782 enablePullDownRefresh onPageScroll  onPullDownRefresh 

RN

  • Fix the problem that an error is reported if the parameter is not passed , #13513 Taro.updateFile  formData 

Webpack5

@tarojs/plugin-mini-ci

  • Terminate app when upload or preview fails, #13761

@tarojs/plugin-http

  • Optimize implementation of event attributes, #13824

Typings

  • Fix type definitions for components Textarea 
  • LivePlayer Add screen projection interface

Update instructions: https://github.com/NervJS/taro/releases/tag/v3.6.7

Guess you like

Origin www.oschina.net/news/242695/taro-3-6-7-released