Releases: herghys/Unity-Custom-Dropdown
Releases · herghys/Unity-Custom-Dropdown
Release v1.3.0
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
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
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
Initial Release
Initial release for custom unity's search bar ui
Full Changelog: https://github.com/herghys/Unity-Searchbar-UI/commits/1.0.0