Skip to content

Releases: webrecorder/browsertrix-behaviors

browsertrix-behaviors v0.6.5

10 Nov 20:56
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.6.4...v0.6.5

Browsertrix Behaviors v0.6.4

13 Aug 01:01
Compare
Choose a tag to compare

Changes

  • allow async fetch immediately via doAsyncFetch() (#77)

Full Changelog: v0.6.3...v0.6.4

Browsertrix Behaviors v0.6.3

24 Jul 01:54
c40c2d2
Compare
Choose a tag to compare

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

12 Jul 02:52
Compare
Choose a tag to compare

What's Changed

  • Automatically fetch data-xxx attributes by @benoit74 in #74

New Contributors

Full Changelog: v0.6.1...v0.6.2

Browsertrix Behaviors v0.6.1

21 Jun 21:50
15b1fd8
Compare
Choose a tag to compare

What's Changed

  • instagram: attempt to fix instagram behavior by @ikreymer in #73

Full Changelog: v0.6.0...v0.6.1

Browsertrix Behaviors v0.6.0

19 Apr 00:02
Compare
Choose a tag to compare
  • 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

29 Feb 06:13
b5b358a
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.5.2...v0.5.3

Browsertrix Behaviors v0.5.2

14 Sep 23:56
f191544
Compare
Choose a tag to compare

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

06 Jul 06:30
de518a8
Compare
Choose a tag to compare

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

14 Jun 17:59
Compare
Choose a tag to compare

What's Changed (from 0.4.0)