File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed
Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -5,11 +5,14 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
66
77## [ Unreleased]
8+ ## [ 2.3.4]
89## Changed
910- Update PickerPropertyDrawer to use PopupList from property path cache to avoid issue when rendered inside a List/Array
1011- Update CollectionRegistry to search for the ScriptableObjectCollection using the ` AssetDatabase.FindAssets ` instead of the ` TypeCache ` first
1112- Added confirmation popup for deleting items from the Collection
1213- Fixed issue while renaming one asset could be canceled on arrow keys press
14+ - Fix removing wrong usages of ApplyModifiedProperties
15+ - Fixed issue with the CollectionItemPicker not updating the collection properly on editor mode
1316
1417## [ 2.3.3]
1518## Added
@@ -577,6 +580,7 @@ public bool IsValidConsumable(Consumable consumable)
577580### Added
578581 - First initial working version
579582
583+ [ 2.3.4 ] : https://github.com/badawe/ScriptableObjectCollection/releases/tag/v2.3.4
580584[ 2.3.3 ] : https://github.com/badawe/ScriptableObjectCollection/releases/tag/v2.3.3
581585[ 2.3.2 ] : https://github.com/badawe/ScriptableObjectCollection/releases/tag/v2.3.2
582586[ 2.3.1 ] : https://github.com/badawe/ScriptableObjectCollection/releases/tag/v2.3.1
You can’t perform that action at this time.
0 commit comments