Skip to content

Commit 2371ab0

Browse files
chore(release): 2.9.0 [skip ci]
# [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))
1 parent 5bc54d1 commit 2371ab0

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
# [2.9.0](https://github.com/SolidAlloy/ClassTypeReference-for-Unity/compare/2.8.7...2.9.0) (2021-03-23)
2+
3+
4+
### Bug Fixes
5+
6+
* 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))
12+
* Added DropdownWindow popup option ([48fce05](https://github.com/SolidAlloy/ClassTypeReference-for-Unity/commit/48fce05e906bfebec69391962779e7af9691e6fd))
13+
* 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))
15+
116
## [2.8.7](https://github.com/SolidAlloy/ClassTypeReference-for-Unity/compare/2.8.6...2.8.7) (2021-03-19)
217

318

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "com.solidalloy.type-references",
3-
"version": "2.8.7",
3+
"version": "2.9.0",
44
"displayName": "Type References",
55
"description": "A plugin that allows selecting a type from a drop-down menu in the inspector.",
66
"dependencies": {

0 commit comments

Comments
 (0)