You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# [2.9.0](2.8.7...2.9.0) (2021-03-23)
### Bug Fixes
* Fixed ArgumentException when using DropdownStyle outside of OnGUI ([912576e](912576e))
### Features
* Added AllowInternal option to TypeOptionsAttribute to include internal types into the dropdown ([e3b3bfa](e3b3bfa))
* Added DropdownWindow popup option ([48fce05](48fce05))
* Removed the non-visible types restriction ([03ab613](03ab613))
* Returned the internal types restriction ([56bbfef](56bbfef))
* Fixed ArgumentException when using DropdownStyle outside of OnGUI ([912576e](https://github.com/SolidAlloy/ClassTypeReference-for-Unity/commit/912576e001a2c09de5f9d09868c0146a1b3c113a))
7
+
8
+
9
+
### Features
10
+
11
+
* Added AllowInternal option to TypeOptionsAttribute to include internal types into the dropdown ([e3b3bfa](https://github.com/SolidAlloy/ClassTypeReference-for-Unity/commit/e3b3bfa9734c93d0a0859c4b7d7329b7d66df5a1))
* Removed the non-visible types restriction ([03ab613](https://github.com/SolidAlloy/ClassTypeReference-for-Unity/commit/03ab6135e3f376e480aba40164e64b941ca0809b))
14
+
* Returned the internal types restriction ([56bbfef](https://github.com/SolidAlloy/ClassTypeReference-for-Unity/commit/56bbfef88eebf6221f6c4340214005481ddd5d10))
0 commit comments