All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
2.6.0 (2020-02-12)
- add support for asynchronous command handling (b47e2da)
- update webcg-devtools@2.0.0 (d4699b1)
2.5.0 (2020-01-22)
- add once() to register an event handler that is automatically removed after the first call (7bee75d)
- remove once event handler in case it throws an error (94af4fd)
2.4.0 (2019-01-28)
- catch and log errors thrown by event listeners (ff8bb02)
2.3.0 (2019-01-25)
- remove substitution strings from console.log (6b8143b)
- add command buffering (48b4f01)
2.2.1 (2018-12-14)
- update webcg-devtools@1.3.1 (eb833ce)
2.2.0 (2018-12-14)
2.1.1 (2018-09-21)
- update webcg-devtools to 1.2.0 (cb16dd0)
2.1.0 (2018-09-20)
- add listeners for custom invokable functions (baf6632)
2.0.0 (2018-09-20)
- listeners are called with data arguments instead of custom event (42a32e4)
- return false instead of event.preventDefault() (74bd918)
- 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)
- update example-lower-third (ae978b0)
1.2.1 (2018-08-07)
- loading webcg-devtools from same path when webcg-framework is rebundled (f5af0bf)
1.2.0 (2018-08-07)
- load webcg-devtools from same path (6ce4675)
1.1.0 (2018-07-29)
- trigger event listeners in reverse order (d34deb8)
- first release