Releases: indr/webcg-framework
Releases · indr/webcg-framework
v2.6.0
v2.5.0
v2.4.0
v2.3.0
v2.2.1
v2.2.0
v2.1.1
v2.1.0
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