Skip to content

Latest commit

 

History

History
132 lines (58 loc) · 5.26 KB

CHANGELOG.md

File metadata and controls

132 lines (58 loc) · 5.26 KB

1.9.1 (2024-01-11)

Bug Fixes

  • correct prefix check for relative urls in targets. fixes #102 (3df4132)

1.9.0 (2023-12-11)

Features

  • add support for source/target data attributes (27739c6)

1.8.1 (2023-11-29)

Bug Fixes

  • navigate: do not navigate on load (7873379)

1.8.0 (2023-11-21)

Bug Fixes

  • navigation: use correct buffered perf observer (39ed811)

Features

  • navigate: refine checkpoints for enter, navigate, reload, back_forward, and prerender, track visibilityState (70f622a)

1.7.0 (2023-10-31)

Features

  • checkpoint: new loadresource checkpoint (d818efc)
  • checkpoint: introduce new resource checkpoint (2845a20)

1.6.0 (2023-10-18)

Features

  • cwv: add support for TTFB (f987042)

1.5.0 (2023-09-21)

Features

  • index: configurable base url. Adapt to changes in helix-rum-js (1bb9792)
  • index: enable configurable base url (3adc4a8)

1.4.0 (2023-09-02)

Features

  • checkpoint: introduce leave checkpoint (33abd03)

1.3.0 (2023-08-24)

Features

  • forms: improve form instrumentation (86ecbf5)

1.2.0 (2023-08-18)

Features

  • checkpoints: introduce new checkpoint enter that gets triggered when a page is first loaded (not refreshed) (16c3381), closes #62

1.1.4 (2023-05-16)

Bug Fixes

1.1.3 (2023-05-16)

Bug Fixes

1.1.2 (2023-05-16)

Bug Fixes

1.1.1 (2023-05-16)

Bug Fixes

  • cwv: window.webVitals[name] is not a function (a2d46cb)

1.1.0 (2023-05-11)

Features

  • cwv: add INP (Interaction to next paint) as default metric (b8e2da7)

1.0.2 (2023-01-12)

Bug Fixes

1.0.1 (2022-07-08)

Bug Fixes

  • cwv: use correct checkpoint when reporting cwv values, don't load script twice (56458c8)

1.0.0 (2022-07-08)

Features