Skip to content

Releases: herghys/Unity-Custom-Dropdown

Release v1.3.0

16 Oct 18:10

Choose a tag to compare

Project Rename

Renamed project to Custom Dropdown

Changelogs

  • Added support for multiple base item selection
  • Added support for toggle switch off (via toggle group, but still need to assign manually)
  • Added support dropdown as toggle and searchbar

Fixes

  • Fixed null on return if no item after play to empty array
  • Fixed initial check, so when you hold backspace it will still return everything instead of showing nothing

1.2.0

18 Feb 13:44
254df1d

Choose a tag to compare

Changes

  • Added OnFiltersCleared UnityEvent
  • Added Graphics for Searchbar Item
  • Small fix for "Select All"

Full Changelog: 1.0.0...1.2.0

v1.1.0

18 Feb 13:42
254df1d

Choose a tag to compare

Changes

  • Updated JSON data sample to match JSON Utility
  • Updated Searchbar
    • Added "Modify Default Caption"
    • Added "Modify All Selected Caption"
    • Unfold Parent Item when clear filters
  • Updated Searchbar Item to unimplement Selectable
    • Searchbar item now implements MonoBehaviour
    • Added new Toggle for "Select All Items Toggle"
    • Added suffix for "Select all sub items"

Release 1.0.0

04 Feb 15:23
21a34d4

Choose a tag to compare

Initial Release

Initial release for custom unity's search bar ui
Full Changelog: https://github.com/herghys/Unity-Searchbar-UI/commits/1.0.0