Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
replay-1.6.1-win.tar.gz | 2021-12-14 | 87.5 MB | |
replay-1.6.1-mac.tar.gz | 2021-12-14 | 83.9 MB | |
replay-1.6.1-mac-arm64.tar.gz | 2021-12-14 | 87.2 MB | |
replay-1.6.1-linux.tar.gz | 2021-12-14 | 84.0 MB | |
connect_1.6.1_linux_i386.gz | 2021-12-14 | 2.1 MB | |
connect_1.6.1_win_arm64.gz | 2021-12-14 | 2.1 MB | |
connect_1.6.1_win_x86_64.gz | 2021-12-14 | 2.3 MB | |
connect_1.6.1_linux_arm64.gz | 2021-12-14 | 2.1 MB | |
connect_1.6.1_mac_arm64.gz | 2021-12-14 | 2.2 MB | |
connect_1.6.1_mac_x86_64.gz | 2021-12-14 | 2.3 MB | |
connect_1.6.1_linux_x86_64.gz | 2021-12-14 | 2.2 MB | |
connect_1.6.1_win_i386.gz | 2021-12-14 | 2.2 MB | |
connect.checksum | 2021-12-14 | 751 Bytes | |
README.md | 2021-12-14 | 1.1 kB | |
v1.6.1.tar.gz | 2021-12-14 | 5.0 MB | |
v1.6.1.zip | 2021-12-14 | 7.2 MB | |
Totals: 16 Items | 372.4 MB | 0 |
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.