Skip to content

Releases: indr/webcg-framework

v2.6.0

12 Feb 05:31
Compare
Choose a tag to compare

Features

  • add support for asynchronous command handling (b47e2da)

Bug Fixes

  • update webcg-devtools@2.0.0 (d4699b1)

v2.5.0

22 Jan 15:40
Compare
Choose a tag to compare

Features

  • add once() to register an event handler that is automatically removed after the first call (7bee75d)

Bug Fixes

  • remove once event handler in case it throws an error (94af4fd)

v2.4.0

28 Jan 08:03
Compare
Choose a tag to compare

Features

  • catch and log errors thrown by event listeners (ff8bb02)

v2.3.0

25 Jan 16:01
Compare
Choose a tag to compare

Bug Fixes

  • remove substitution strings from console.log (6b8143b)

Features

v2.2.1

14 Dec 06:29
Compare
Choose a tag to compare

Bug Fixes

  • update webcg-devtools@1.3.1 (eb833ce)

v2.2.0

14 Dec 02:00
Compare
Choose a tag to compare

Features

  • add window.debugData (c327703)
  • prevent play or stop being called consecutively (35d346d)

v2.1.1

21 Sep 11:31
Compare
Choose a tag to compare

Bug Fixes

v2.1.0

20 Sep 09:38
Compare
Choose a tag to compare

Features

  • add listeners for custom invokable functions (baf6632)

v2.0.0

20 Sep 07:59
Compare
Choose a tag to compare

Features

  • listeners are called with data arguments instead of custom event (42a32e4)
  • return false instead of event.preventDefault() (74bd918)

BREAKING CHANGES

  • the first argument of the event listener is replaced with the events detail property. This simplifies event handling and allow the event handlers to have the same signature as called by CasparCG's HTML producer.
  • instead of calling event.preventDefault() your event handler has to return false

v1.2.2

29 Aug 07:03
Compare
Choose a tag to compare

Bug Fixes

  • update example-lower-third (ae978b0)