Releases: indr/webcg-framework
Releases · indr/webcg-framework
v2.6.0
Features
- add support for asynchronous command handling (b47e2da)
Bug Fixes
- update webcg-devtools@2.0.0 (d4699b1)
v2.5.0
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
Features
- catch and log errors thrown by event listeners (ff8bb02)
v2.3.0
Bug Fixes
- remove substitution strings from console.log (6b8143b)
Features
v2.2.1
Bug Fixes
- update webcg-devtools@1.3.1 (eb833ce)
v2.2.0
Features
- add window.debugData (c327703)
- prevent play or stop being called consecutively (35d346d)
v2.1.0
Features
- add listeners for custom invokable functions (baf6632)
v2.0.0
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
Bug Fixes
- update example-lower-third (ae978b0)