You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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