Skip to content

Commit

Permalink
chore(release): 2.9.0 [skip ci]
Browse files Browse the repository at this point in the history
# [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))
  • Loading branch information
semantic-release-bot committed Mar 23, 2021
1 parent 5bc54d1 commit 2371ab0
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
# [2.9.0](https://github.com/SolidAlloy/ClassTypeReference-for-Unity/compare/2.8.7...2.9.0) (2021-03-23)


### Bug Fixes

* Fixed ArgumentException when using DropdownStyle outside of OnGUI ([912576e](https://github.com/SolidAlloy/ClassTypeReference-for-Unity/commit/912576e001a2c09de5f9d09868c0146a1b3c113a))


### Features

* Added AllowInternal option to TypeOptionsAttribute to include internal types into the dropdown ([e3b3bfa](https://github.com/SolidAlloy/ClassTypeReference-for-Unity/commit/e3b3bfa9734c93d0a0859c4b7d7329b7d66df5a1))
* Added DropdownWindow popup option ([48fce05](https://github.com/SolidAlloy/ClassTypeReference-for-Unity/commit/48fce05e906bfebec69391962779e7af9691e6fd))
* Removed the non-visible types restriction ([03ab613](https://github.com/SolidAlloy/ClassTypeReference-for-Unity/commit/03ab6135e3f376e480aba40164e64b941ca0809b))
* Returned the internal types restriction ([56bbfef](https://github.com/SolidAlloy/ClassTypeReference-for-Unity/commit/56bbfef88eebf6221f6c4340214005481ddd5d10))

## [2.8.7](https://github.com/SolidAlloy/ClassTypeReference-for-Unity/compare/2.8.6...2.8.7) (2021-03-19)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "com.solidalloy.type-references",
"version": "2.8.7",
"version": "2.9.0",
"displayName": "Type References",
"description": "A plugin that allows selecting a type from a drop-down menu in the inspector.",
"dependencies": {
Expand Down

0 comments on commit 2371ab0

Please sign in to comment.