Skip to content

Release 0.9

Compare
Choose a tag to compare
@riyue riyue released this 07 May 02:36
· 172 commits to master since this release

增加:

  1. 新增$MPLaunch 小程序冷启动,其中增加了$utm相关属性
  2. 新增$MPShow 小程序冷启动或者热启动,其中增加了$utm相关属性
  3. 新增$MPHide 小程序进入后台
  4. 在$MPViewScreen 中增加 $referrer 和 $utm相关属性

修改:
$url改成了$url_path
onshow配置,不建议使用了。现在改成
autoTrack:{
appLaunch:true,
appShow:true,
appHide:true,
pageLoad:true
}
来配置是否开启自动采集