Skip to content

Latest commit

 

History

History
349 lines (161 loc) · 15.1 KB

CHANGELOG.md

File metadata and controls

349 lines (161 loc) · 15.1 KB

2.1.53 (2022-02-17)

  • 增加fcp 和 fp 在PerformanceObserver 不存在时,通过performance.getEntriesByName获取

2.1.52 (2022-01-26)

Performance Improvements

  • add ccp report timing when page unload (7f4964b)
  • 当需要上报指标时,先把指标存入store,再做上报处理

2.1.51 (2022-01-12)

Performance Improvements

  • 增加性能得分模块

Bug Fixes

  • 修复cls多次重复上报 (f82f44e)

2.1.50 (2021-12-21)

Bug Fixes

Performance Improvements

  • 修改act 上报字段 (e95cd69)
  • 优化getPath,获取hash path时,去掉search部分 (ac95256)
  • act 上报时增加 api list (0917df5)

2.1.47 (2021-12-15)

Performance Improvements

  • ccp: 优化ccp上报时机,fp、fcp、lcp从onload事件中移除 (d826f21)
  • ccp: 调整customContentfulPaint由宏任务改为微任务 (41c9c35)

2.1.43 (2021-12-02)

Bug Fixes

  • performance: add package dependencies (ee9b8b4)
  • performance: fix onPageChange working error (cc5a9ee)

Features

2.1.39 (2021-11-25)

  • 优化 ccp 上报时机

2.1.37 (2021-11-23)

Bug Fixes

  • performance: 优化语法 (08e1e31)
  • performance: 优化语法 (bba707a)
  • performance: 新增版本号 (fd35bfc)

2.1.36 (2021-11-16)

Bug Fixes

  • performance: 优化语法 (bba707a)

2.1.35 (2021-11-09)

Bug Fixes

  • 兼容性问题, 数据includes换成indexOf (b2eb753)

2.1.34 (2021-10-26)

Bug Fixes

  • 修复 ccp 指标错误
  • 删除 packages/types 中 @types/wechat-miniprogram 依赖

2.1.33 (2021-10-20)

Bug Fixes

  • 修复 ccp 指标错误
  • 更新 performance 文档

2.1.32 (2021-10-19)

  • 修复 ccp 指标错误

2.1.31 (2021-10-18)

  • 优化 ccp 指标
  • 更新 performance 文档

2.1.30 (2021-10-13)

  • 新增 ccp 指标
  • 更新 WebVitals 配置,删除customPaintMetrics属性,新增needCCP属性

2.1.29 (2021-09-24)

Bug Fixes

  • getNavigationTiming: 修复navigation-timing中ssl不存在,计算错误 (e1c1610)
  • manual fix change log (d4c1f9f)
  • 修复navigation-timing中有值小于0时,不做上报处理,FP和FCP在页面隐藏后不做上报处理 (8d0280b)
  • 修复roundByFour中toFixed报错 (2a30f4d)

2.1.27 (2021-09-02)

Bug Fixes

  • 修复safari兼容性问题 (61ab1f8)
  • 修复safari兼容性问题 (b7b470b)

Features

2.1.22 (2021-08-27)

Performance Improvements

  • 修复cls上报指标名称不正确 (7d413ce)
  • 修改自定义完成指标名称 (5f8c10a)

2.1.20 (2021-08-15)

Bug Fixes

Features

2.1.18 (2021-07-13)

Features

Performance Improvements

  • 在PerformanceObserver不支持时,通过performance.getEntriesByType('navigation')获取navigationTiming (17e619d)

2.1.17 (2021-06-25)

Features

  • core/options: add maxDuplicateCount field avoid duplicate error report (bb1acc6)
  • core/options: maxDuplicateCount default to 2 (e484a49)

2.1.16 (2021-06-12)

Bug Fixes

  • resource-flow 触发异常问题 (8962093)
  • 修复web-performance 入口路径 (4acbaed)

Features

  • 修复lcp指标存在时,不重复上报;pageInfo新增screen resolution (155fb39)

2.1.15 (2021-06-01)

Features

2.1.14 (2021-05-17)

2.1.11 (2021-05-12)

2.1.5 (2021-05-08)

2.1.1 (2021-04-28)

2.0.4 (2021-04-12)

2.0.0 (2021-03-09)

1.2.7 (2021-02-24)

Bug Fixes

  • wx-mini: 修复Page多次调用注册事件问题 (14ad198)

Features

  • wx-mini: 支持behavior中的手势收集 (73830f8)
  • wx-mini: 收集Component中的手势收集&构造页面收集 (f87b7e8)
  • wx-mini: 添加component中手势行为收集 (48cb940)

1.2.5 (2021-01-23)

1.2.4 (2021-01-19)

Features

  • wxmini: 处理小程序onUnhandledRejection (e28bfda)
  • wx: 优化request代码 (2dd4ebc)
  • wx: 优化touchmove上报逻辑,添加节流控制 (582348d)
  • wx: 修复onError是apply调用问题&getCurrentRoute问题 (ceabd16)
  • wx: 修复replaceApp中replaceOld的this指向 (cae4f0a)
  • wx: 处理request statusCode error (70e304e)
  • wx: 添加downfile uploadfile (94b7fbf)
  • wx: 添加page onshow和onhide记录 (05c6d16)
  • wx: 添加pageOnShareAppMessage (61e9ed2)
  • wx: 添加request error handler (64032ec)
  • wx: 添加route failhandler, 优化router处理 (4f00cc5)
  • wx: 添加wx路由相关的用户行为收集 (c8427e6)
  • wx: 添加全局onPageNotFound处理 (9779baa)
  • wx: 添加分享到朋友圈的tab点击 (4facf65)
  • wx: 添加用户手势行为记录 (ae8c573)
  • wx: 移除多余代码 (0172f7e)

1.2.2 (2021-01-01)

1.2.1 (2020-12-23)

1.2.0 (2020-12-21)

1.1.8 (2020-11-27)

Features

BREAKING CHANGES

  • 去除循环调用