Skip to content

v1.6.1

Compare
Choose a tag to compare
@github-actions github-actions released this 14 Dec 17:10
· 55 commits to main since this release

Bug Fixes

  • core: frame navigations on redirects (de3ea24)
  • core: handle detached when elements not there (5b46bd9)
  • puppet: extract navigation loader (77d8e2e)
  • replay: fix ability to replay data attributes (9440995)

Features

  • plugins: add frames to execute js (65258a3)

BREAKING CHANGES

If you have a CorePlugin that uses PuppetFrames, the loaders structure changed a little bit to make them more stable. waitForLoad is now waitForLifecycleEvent and now properly accepts a timeout value. Each loader is it's own object (NavigationLoader) that tracks the loading of a specific url.