2.0.8
Changed
- Fixed a small typo in the package description.
- Since [2.0.3] the collection now uses the Editor for drawing the items on the collection, but this can cause some issues depending of how customized it is inside a ReorderableList, so you can now choose the item to use or not by toggling the
Use Custom Editor
inside the advanced settings - Upgraded the
CollectionCustomEditor
to useBaseEditor
- Updated
CollectionItemPicker<>
to useIndirectReference<>
to store the items, since it also contains theLongGuid
reference to the Collection, allowing it to work with multiple collections of the same time (It should automatically upgrade to the new version automatically) - Added ability to compare
CollectionItemPicker<>
to aIList<>
of the same type - Other minor fixes and improvements
What's Changed
- Release/2.0.7 by @RoyTheunissen in #123
- Fix/small typo by @RoyTheunissen in #124
- Feature/new tweaks by @brunomikoski in #125
Full Changelog: v2.0.7...v2.0.8