Commit b617c45
committed
chore(release): 2.14.0 [skip ci]
# [2.14.0](2.13.1...2.14.0) (2022-02-03)
### Bug Fixes
* Fixed ArgumentException occuring on domain reload ([084605a](084605a))
* Fixed changes to the database not saved after removing a concrete class ([d3e5314](d3e5314))
* Fixed directory-not-found exception when using the package for the first time ([629be74](629be74))
* Fixed FileNotFound exception when trying to replace an assembly that does not exist ([f090bb0](f090bb0))
* Fixed generic components not generating and Undo record when being added ([b58e0d8](b58e0d8))
* Fixed not working custom editor for generic MonoBehaviours with new versions of Odin Inspector ([e3ad7e6](e3ad7e6))
* Fixed type exception when drawing a non-generic type object field using GenericObjectField ([74da9ca](74da9ca))
* Made GenericObjectDrawer recognize that the current target is generic and show it correctly even if the passed type is not generic ([e16bcf7](e16bcf7))
### Features
* Added a namespace to the auto-generated concrete classes ([73af6e8](73af6e8))
* Added GenericBehaviourCreator.AddComponent() overload that tells if the domain reload is needed ([a781e1f](a781e1f))
* Replaced a centered dropdown window with opening it at the mouse position when creating a generic scriptable object ([2932b77](2932b77))
* Started regenerating selector assemblies that were removed ([821c8e2](821c8e2))1 parent d146c39 commit b617c45
2 files changed
+23
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
1 | 23 | | |
2 | 24 | | |
3 | 25 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
0 commit comments