Skip to content

Commit e828d6a

Browse files
Update CHANGELOG.MD
1 parent 38110db commit e828d6a

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

CHANGELOG.MD

+9-2
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,22 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

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+
916
## [2.2.3]
10-
### Fixes
17+
### Fixed
1118
- `[SOCItemEditorOptions]` now has the option to limit the displayed items to the collection selected in a given field using the ConstrainToCollectionField parameter.
1219
- `[SOCItemEditorOptions]` now has the option to fire a callback when a value is selected using the OnSelectCallbackMethod parameter.
1320
- Replaced the implementation of the `[DidReloadScripts]` by the `AssetPostprocessor` to deal with importing errors on newer unity version
1421
- Fixed issue where trying to add new custom items to a collection was not showing the create custom type properly
1522

1623
## [2.2.2]
17-
### Fixes
24+
### Fixed
1825
- Fixed Collection Picker wrong intiialization on a cold registry
1926
- Fixing Collection Picker not respecting children rules
2027
- Fix drawing go to button on null items.

0 commit comments

Comments
 (0)