You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.MD
+10Lines changed: 10 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,16 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
5
5
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
6
6
7
7
## [Unreleased]
8
+
9
+
## [2.0.8]
10
+
### Changed
8
11
- Fixed a small typo in the package description.
12
+
- 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 now can choose the item to use it or not by toggling the `Use Custom Editor` inside the advanced settings
13
+
- Upgraded the `CollectionCustomEditor` to use `BaseEditor`
14
+
- Updated `CollectionItemPicker<>` to use `IndirectReference<>` to store the items, since also contains the `LongGuid` reference to the Collection, allowing to work with multiple collections of the same time _(It should automatically upgrade to the new version automatically)_
15
+
- Added ability to compare `CollectionItemPicker<>` to a `IList<>` of the same type
16
+
- Other small fixes and improvements
17
+
9
18
10
19
## [2.0.7]
11
20
### Changed
@@ -459,6 +468,7 @@ public bool IsValidConsumable(Consumable consumable)
0 commit comments