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
+9-2
Original file line number
Diff line number
Diff line change
@@ -6,15 +6,22 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6
6
7
7
## [Unreleased]
8
8
9
+
## [2.2.4]
10
+
### Added
11
+
* Added Item Order Protection. Override the `ShouldProtectItemOrder` property in your Collection to disallow items being dragged or deleted.
12
+
13
+
### Fixed
14
+
* Fixed SOC Item property drawers not working in certain Unity versions by @RoyTheunissen in https://github.com/brunomikoski/ScriptableObjectCollection/pull/141
15
+
9
16
## [2.2.3]
10
-
### Fixes
17
+
### Fixed
11
18
-`[SOCItemEditorOptions]` now has the option to limit the displayed items to the collection selected in a given field using the ConstrainToCollectionField parameter.
12
19
-`[SOCItemEditorOptions]` now has the option to fire a callback when a value is selected using the OnSelectCallbackMethod parameter.
13
20
- Replaced the implementation of the `[DidReloadScripts]` by the `AssetPostprocessor` to deal with importing errors on newer unity version
14
21
- Fixed issue where trying to add new custom items to a collection was not showing the create custom type properly
15
22
16
23
## [2.2.2]
17
-
### Fixes
24
+
### Fixed
18
25
- Fixed Collection Picker wrong intiialization on a cold registry
19
26
- Fixing Collection Picker not respecting children rules
0 commit comments