You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
1.7 KiB
1.7 KiB
Changelog
v1.1.1 (2021-03-13)
- Remove use of legacy API to detect Firefox (#128)
v1.1.0 (2021-01-13)
- Fix incorrect UMD config for base+polyfill script (#117)
- Fix missing getter in polyfill (#114)
- Add support for Set in place of WeakSet for IE11 compat (#110)
v1.0.1 (2020-11-16)
- Fix missing
typings
declaration (#90)
v1.0.0 (2020-11-16)
-
[BREAKING] Add support for reporting metrics on back/forward cache restore (#87)
-
[BREAKING] Remove the
isFinal
flag from the Metric interface (#86) -
Remove the scroll listener to stop LCP observing (#85)
v0.2.4 (2020-07-23)
- Remove the unload listener (#68)
v0.2.3 (2020-06-26)
- Ensure reports only occur if a PO was created (#58)
v0.2.2 (2020-05-12)
- Remove package
type
field (#35)
v0.2.1 (2020-05-06)
v0.2.0 (2020-05-03)
- Initial public release
v0.1.0 (2020-04-24)
- Initial pre-release