Releases: dropbox/ttvc
Releases · dropbox/ttvc
v3.0.0
What's Changed
- Starting a new TTVC measurement will now cancel out the previous measurement, if it is still active by @kierrrrra in #85
- Signature of a manual measurement cancellation method has changed to align with the rest of methods
- TTVC cancellations now report a
duration
field to match a successful measurement response
Full Changelog: v2.3.2...v3.0.0
v2.3.2
What's Changed
- Upgrade @playwright/test by @ajhyndman in #83
- Handle iframe with src="about:blank" by @ajhyndman in #84
- Consolidating e2e tests to use new getEntriesAndErrors by @kierrrrra in #82
Full Changelog: v2.3.1...v2.3.2
v2.3.1
v2.3.0
This release adds the ability to diagnose measurement cancellations by providing a callback that will be called when TTVC measurement is cancelled due to user interaction, change in page visibility, or new navigation.
This release is backwards compatible.
Merged Pull Requests
- Adding measurement cancellation reason diagnostics (#77) 782b7fb
- Make library import safe in non-browser environments (#78) 750edb3
Full Changelog: v2.2.1...v2.3.0