Version 1, Update 100
Bug fixes
- Mouse Enter and Mouse Leave prototype events will now be created using the current functionality instead of the legacy functionality. Legacy Mouse Enter/Leave events would trigger every time the mouse moves inside (or outside) of a frame; current Mouse Enter/Leave events only trigger once when they cross the outer boundary of the frame. No migration needed for creating these events, the new behavior will always apply. Reading legacy events will return
deprecatedVersion: true
if present.
New
- Added the
openInNewTab
property to the URL action type.