Skip to content

Latest commit

 

History

History
65 lines (48 loc) · 6.07 KB

CHANGELOG.md

File metadata and controls

65 lines (48 loc) · 6.07 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

1.1.0 (2021-01-06)

Features

  • make sure the default settings is not editable with extra GUI (d1906c7)
  • UnityEvent bindings for Flag component (671c0f0)

Bug Fixes

  • action display should not be interactable (6d00109)
  • closePanelAfterTrigger not working with toggle action (700fa94)
  • component action not setup property upon registering (21ad00d)
  • menu display error when reload scene sometimes (7d59973)
  • rename IsIsSystemEnabled -> IsSystemEnabled (630188c)
  • editor: component action compatibility with Odin (d285539)

1.0.1 (2020-12-26)

Refactor

  • Extract world space UI prefab from VR integration

1.0.0 (2020-12-14)

Features

  • 🎸 folder support for action, init back navigation support (4bb6211)
  • 🎸 init search impl, fix remove action not removing view (cb82e86)
  • 🎸 keyboard navigation for action menu (7972213)
  • 🎸 simple action search implemented (63797e6)
  • 🎸 swap theme action and settings (28d92e7)
  • add enable mode in settings (2c4826a)
  • basic reflection test (fd384df)
  • custom font in DebugUIHandler (13e3ab0)
  • init dashsu demo (89eafbb)
  • init input system support (30a05bf)
  • MenuPauseMode (f747113)
  • new compact bottom theme (b3626a7)
  • quality settings actions now dynamically populated (335b405)
  • reflection support input, flag (803cd44)
  • search by tag, remove by path ignore tag (76cbb96)
  • some api (5eb6469)
  • demo: reveal text demo, set text action (2ce3295)
  • theme settings will now be saved (038172d)

Bug Fixes

  • 🐛 minor tweak (47c9930)
  • 🐛 use AssetPostprocessor for settings file check at start (ac7a22e)
  • crash error because ui is null in ListItemView (8471b71)
  • first frame flicker list selection (8bc7f44)
  • shortcut action triggered when during search (9b51b5e)
  • tag display (c932dd4)
  • time not paused when switch theme (167b303)
  • tmp late import screw up text display (d753ea3)
  • uiParent null in sub list (3458e8f)
  • UnregisterActionsAuto (fd41ec8)
  • visibility attribute to clean up RDASettings (c1c6d7c)