You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Boomerang: Added support for SameSite and Secure cookie attributes
1.715.0 (June 26, 2020)
Bug Fixes
History: Correctly forward arguments to routeFilter
Documentation
Docs: Release notes updated
Docs: Continuity Cumulative Layout Shift docs
Docs: Added additional Back-end Servers and integration guides
1.711.0 (June 8, 2020)
Bug Fixes
EventTiming: Change firstInput type to first-input per spec change
1.710.0 (May 6, 2020)
Breaking Changes
Errors: The monitorEvents and monitorTimeout options are now disabled by default. As a result, some cross-origin JavaScript
Errors may not report the full message (and instead will only show Script Error.), and the stack will not be available.
Please see the Errors plugin documentation for details on the side-effects of re-enabling those options.
Continuity: First Input Delay calculations have changed slightly. The plugin will now use the Event Timing plugin
(if available and the browser supports it) for First Input Delay calculation. If not, mousedown, touchstart and pointerdown events are now used for First Input Delay calculations, while Scroll, Visibility and Orientation changes
are not. Only cancelable events are now tracked. First Input Delay should be more accurate, though there may be less
overall measurements (due to not tracking Scroll for First Input).
New Features
Event Timing plugin (enabled by default)
ResourceTiming: Service Worker timing capture at resource level
PaintTiming: Expose Largest Contentful Paint via BOOMR.plugins.PaintTiming.metrics.lcp()
Bug Fixes
Continuity: Scroll Log: Trim decimals
Documentation
Docs: Include minified snippets in built documentation
Docs: Add Header Snippets section
Docs: Fixed reference from c.t.lt to c.t.longtask
Boomerang: Document additional beacon vars
Tests
Tests: Ensure /delay path roots requested files to wwwRoot
1.700.0 (January 29, 2020)
New Features:
Issue 1027: PaintTiming: Largest Contentful Paint
Issue 1030: Consent Inline Plugin and Docs
Issue 1040: Continuity: Add the ability to track Cumulative Layout Shift
Bug Fixes:
OS Issue 251: Add support for background image detection for c.tti.hi
OS Issue 261: NPM: Allow running grunt build
Issue 990: SPA: Only subtract SPA timeout when the timeout fires
Issue 1026: Update Snippet to have its own reference to the parentNode