eve v0.1.5 Release Notes

  • โž• Added

    • ๐Ÿšš dispatchLocalEvent, addLocalListener, removeLocalListener These local versions explicitly affect events in over the current Action's scope.

    ๐Ÿ”„ Changed

    • ๐Ÿšš dispatchEvent, addListener, removeListener These now operate ONLY on the global level, and thus only accept App types.

    Migration

    • Change existing dispatchEvent on Actions to dispatchLocalEvent (and similar for addListener and removeListener)