**This introduces a breaking change for users that have custom framework plugins:** the first parameter of JavaScript functions is now always an Event object. Before that it was possible to receive a string containing an HTML ID. This ID is available in `event.data.id` (assuming the first parameter is named `event`)
|