Releases: webrecorder/browsertrix-behaviors
Releases · webrecorder/browsertrix-behaviors
browsertrix-behaviors v0.6.5
What's Changed
- Fix Twitter/X domain by @nvanderperren in #78
- autofetch fix: when handling tags with srcset by @ikreymer in #80
New Contributors
- @nvanderperren made their first contribution in #78
Full Changelog: v0.6.4...v0.6.5
Browsertrix Behaviors v0.6.4
Browsertrix Behaviors v0.6.3
What's Changed
- add querySelectorAllDeep() for querying autoplay / autofetch content from shadow dom by @ikreymer in #76
Full Changelog: v0.6.2...v0.6.3
Browsertrix Behaviors v0.6.2
Browsertrix Behaviors v0.6.1
What's Changed
Full Changelog: v0.6.0...v0.6.1
Browsertrix Behaviors v0.6.0
- Introduces support for site-specific page load wait via 'awaitPageLoad(ctx)' function, see #70 for more details.
Full Changelog: v0.5.3...v0.6.0
Browsertrix Behaviors v0.5.3
What's Changed
- feat(CI): add build step to lint CI by @Chickensoupwithrice in #65
- docs: Update Behaviors Tutorial by @Chickensoupwithrice in #66
- addLink: support dynamic links added from behaviors by @ikreymer in #69
New Contributors
- @Chickensoupwithrice made their first contribution in #65
Full Changelog: v0.5.2...v0.5.3
Browsertrix Behaviors v0.5.2
Changes
Run autoplay/autofetch only when run() is called, not earlier by default. (Add option to startEarly
option to observe elements earlier for testing)
What's Changed
- start running autoplay/autofetch behaviors only in response to run()/start() by @ikreymer in #63
- add 'startEarly' option to init opts, which will enable autoplay / autofetch to detect URLs as soon as possible. by @ikreymer in #64
Full Changelog: v0.5.1...v0.5.2
Browsertrix Behaviors v0.5.1
What's Changed
- site-specific: fix twitter behavior, use different root path by @ikreymer in #55
- init: split selectMainBehavior() from init() to allow by incremental load() of custom behaviors befor selecting main behavior by @ikreymer in #56
Full Changelog: v0.5.0...v0.5.1
Browsertrix Behaviors v0.5.0
What's Changed (from 0.4.0)
- Refactor out Behavior superclass, migrate to Typescript by @lambdahands in #45
- Fix typo in autoscroll by @tw4l in #46
- Autoscroll: avoid getting stuck + build fixes by @ikreymer in #47
- Dynamic Behaviors Initial Support by @lambdahands in #50
- Custom Load Behaviors / Fixes for 0.5.0 by @ikreymer in #53
- Lint + Autoscroll test fix by @ikreymer in #54