Skip to content

Releases: regorxxx/Callbacks-Framework-SMP

v1.2.2 - on_mouse_rbtn_up fix

23 Feb 21:52
Compare
Choose a tag to compare

[1.2.2] - 2023-02-23

Added

Changed

Removed

Fixed

  • Fix to on_mouse_rbtn_up disable default menu behavior.

v1.2.1- Hotfix

01 Oct 14:45
Compare
Choose a tag to compare

Fixed

  • Crash due to non defined this when adding a single listener to the stack.

v1.2.0 - Add event listener info to this variable

28 Sep 20:22
Compare
Choose a tag to compare

Added

  • parentWindow.eventListener: added new property to 'this' within event listeners scope. It may be used to remove itself after executing it once for ex. Contains name of the callback (event) and listener id.
  • removeEventListenerSelf: shorthand to 'removeEventListener(this.eventListener.event, null, this.eventListener.id)' within event listeners scope.

v1.1.0 - Added remove function

12 Aug 18:17
Compare
Choose a tag to compare

Added

  • removeEventListeners: new function 'removeEventListeners(event)' to remove all listeners attached to a callback. Event may be a string or array of strings with the name of callbacks to remove, i.e. 'on_playlists_changed' or ['on_playlists_changed', 'on_script_unload'].

v1.0.0 - Initial release

26 Jul 15:39
4ecd95c
Compare
Choose a tag to compare

First public release.