Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
SolidAlloy committed Feb 3, 2022
2 parents 14bc11e + 3dbf546 commit 640bae5
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 3 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# 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](https://github.com/SolidAlloy/UnityDropdown/commit/94a246b82e167edc69d19b182bceb2c9bb57ab7e))
* Fixed the dropdown window sometimes moving to the top left corner ([5da2f6f](https://github.com/SolidAlloy/UnityDropdown/commit/5da2f6fbd72679e4e7269280d1b7f2153af02c97))
* Fixed the editor asmdef platforms list ([6ae4858](https://github.com/SolidAlloy/UnityDropdown/commit/6ae4858ba41b043108f017dce59de296db8b460f))
* Replaced Event.current.mousePosition with EditorHelper.GetCurrentMousePosition() to get a more accurate window position ([15305e4](https://github.com/SolidAlloy/UnityDropdown/commit/15305e4c576837d4bb14b4d43e291ffeed4e11dd))


### Features

* Added semantic versioning ([46ca102](https://github.com/SolidAlloy/UnityDropdown/commit/46ca10255a6697c6cdfc26989bb86a0fa11d75c1))
* First plugin release ([7112aae](https://github.com/SolidAlloy/UnityDropdown/commit/7112aae9964bbbca1d8dd98f67f13a26d783d79d))
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@
"keywords": [
"dropdown",
"drop-down",
"generic",
"menu",
"editor"
"generic",
"menu",
"editor"
],
"author": {
"name": "SolidAlloy",
Expand Down

0 comments on commit 640bae5

Please sign in to comment.