Skip to content

Releases: swkeep/interaction-menu

v2.0.0

12 Sep 12:40
e9b2671

Choose a tag to compare

Features

  • increase width of the menu (swkeep)
  • enable animations after menu rendering is complete (swkeep)

Bug Fixes

  • ensure manual trigger is properly activated (swkeep)
  • add rotation offset missing offset to locked menus (swkeep)

Code Refactoring

  • util: cleanup the code (swkeep)
  • util: update shape check functions (swkeep)
  • gc: use existing function to delete and sync menus (swkeep)

Commits

  • 5165bcc: fix:(state): update reset function (swkeep)
  • v2 (swkeep)

v1.34.4

28 Aug 19:54
6edfc75

Choose a tag to compare

Features

  • add handlebars.js as main template engine (swkeep)
  • add hide & delete animations (swkeep)
  • gc: a new garbage collection system (swkeep)

Bug Fixes

  • ensure ox_lib zones work while looking at zone (swkeep)
  • DUI: round height (swkeep)
  • DUI: make template engine detect changes correctly (swkeep)
  • DUI: add missing animation (swkeep)
  • util: add missing name to ox_lib zones (swkeep)
  • gc: close zone menu if it is the active menu (swkeep)
  • increase DUI height to prevent clipped edges (swkeep)

Code Refactoring

  • update how bind works (swkeep)
  • cleanup the syncData (swkeep)
  • example_manager: update to use new features (swkeep)

v1.31.8

25 Aug 20:11
4a1476d

Choose a tag to compare

Features

  • auto scroll to options (swkeep)
  • add html template renderer (swkeep)
  • add a new method to SpatialHashGrid (swkeep)
  • drawIndicator works with vehicle menus (swkeep)

Bug Fixes

  • offset calculation (swkeep)
  • switch to new visiblePoints data structure (swkeep)
  • add missing template property to extended menus (swkeep)

Code Refactoring

  • rename some functions (swkeep)
  • use map for updating options (swkeep)
  • rename some functions and variable (swkeep)
  • update garbage collector for stackable menus (swkeep)
  • rename instance to example_manager and move to core (swkeep)

Chores

  • add example for stackable menu (swkeep)
  • add example for HTML template usage (swkeep)
  • update template example (swkeep)
  • example: update empty example display name (swkeep)

Commits

  • 6941c77: Update .gitignore (swkeep)

v1.27.3

19 Aug 18:13
8620734

Choose a tag to compare

Bug Fixes

  • update the theme of the dialogue example (swkeep)
  • zone tracker and raycast conflict (swkeep)

v1.27.1

19 Aug 16:44
acaac41

Choose a tag to compare

Features

  • add "dialogue" extension (swkeep)
  • add new "zone" tracker method (swkeep)

Chores

  • update example with new tracker (swkeep)

v1.25.1

16 Aug 16:05
f210a58

Choose a tag to compare

Features

  • add command to update menu scaling (swkeep)

Bug Fixes

v1.24.0

15 Aug 16:32
2bde7fd

Choose a tag to compare

Features

  • add "badge" (swkeep)
  • options now can have "description" (swkeep)
  • add manual triggered menus & a test (swkeep)
  • support new properties (badge and description) (swkeep)

Bug Fixes

  • hide badge while viewing the option (swkeep)
  • add missing fade-reverse animation (swkeep)
  • add missing description and badge properties (swkeep)

v1.20.1

14 Aug 12:47
25d8523

Choose a tag to compare

Features

  • add new class "label--action" to options (swkeep)
  • add new themes & dev tool improvements (swkeep)

Bug Fixes

  • remove by invoking resource issue (swkeep)
  • safe call trigger interaction functions (swkeep)

Documentation

  • add missing images and demo videos (swkeep)

v1.19.7

13 Aug 10:56
c40467c

Choose a tag to compare

Bug Fixes

  • early exit while using "hold" option (swkeep)
  • exit "onZone" menu if deleted (swkeep)

Documentation

v1.19.4

18 Nov 08:39
cb68e9a

Choose a tag to compare

Bug Fixes

  • play scroll audio for more than one option #6 (swkeep)
  • validate menu container in set export (swkeep)
  • hide menu when there's no visible option #6 (swkeep)