Skip to content

2.0.8

Compare
Choose a tag to compare
@brunomikoski brunomikoski released this 22 Aug 21:05
· 172 commits to master since this release
dc993ff

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 use BaseEditor
  • Updated CollectionItemPicker<> to use IndirectReference<> to store the items, since it also contains the LongGuid 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 a IList<> of the same type
  • Other minor fixes and improvements

What's Changed

Full Changelog: v2.0.7...v2.0.8