Skip to content

Latest commit

 

History

History
157 lines (67 loc) · 4.34 KB

CHANGELOG.md

File metadata and controls

157 lines (67 loc) · 4.34 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

2.6.0 (2020-02-12)

Features

  • add support for asynchronous command handling (b47e2da)

Bug Fixes

  • update webcg-devtools@2.0.0 (d4699b1)

2.5.0 (2020-01-22)

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)

2.4.0 (2019-01-28)

Features

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

2.3.0 (2019-01-25)

Bug Fixes

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

Features

2.2.1 (2018-12-14)

Bug Fixes

  • update webcg-devtools@1.3.1 (eb833ce)

2.2.0 (2018-12-14)

Features

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

2.1.1 (2018-09-21)

Bug Fixes

  • update webcg-devtools to 1.2.0 (cb16dd0)

2.1.0 (2018-09-20)

Features

  • add listeners for custom invokable functions (baf6632)

2.0.0 (2018-09-20)

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

1.2.2 (2018-08-29)

Bug Fixes

  • update example-lower-third (ae978b0)

1.2.1 (2018-08-07)

Bug Fixes

  • loading webcg-devtools from same path when webcg-framework is rebundled (f5af0bf)

1.2.0 (2018-08-07)

Features

  • load webcg-devtools from same path (6ce4675)

1.1.0 (2018-07-29)

Features

  • trigger event listeners in reverse order (d34deb8)

1.0.0 (2018-07-29)

Features

  • first release