Skip to content

Releases: SolidAlloy/UnityDropdown

1.2.0

24 Jul 21:13
Compare
Choose a tag to compare

1.2.0 (2022-07-24)

Bug Fixes

  • Fixed the down arrow not working the first time when dropdown is in search mode (ab49147)

Features

  • Switched from GUID to assembly names in asmdefs (ad70262)

1.1.1

03 Feb 18:14
Compare
Choose a tag to compare

1.1.1 (2022-02-03)

Bug Fixes

  • Fixed the error in console regarding the immutable Changelog file (23be8fd)

1.1.0

03 Feb 16:49
Compare
Choose a tag to compare

1.1.0 (2022-02-03)

Features

  • Updated the SolidUtilties version (14bc11e)

1.0.0

03 Feb 16:23
Compare
Choose a tag to compare

1.0.0 (2022-02-03)

Bug Fixes

  • Fixed the dropdown list going to the top left corner when opened too close to the bottom of the screen (94a246b)
  • Fixed the dropdown window sometimes moving to the top left corner (5da2f6f)
  • Fixed the editor asmdef platforms list (6ae4858)
  • Replaced Event.current.mousePosition with EditorHelper.GetCurrentMousePosition() to get a more accurate window position (15305e4)

Features