Skip to content

Commit 7295c20

Browse files
committed
fix: meta files
1 parent 9eb9bad commit 7295c20

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

CHANGELOG.MD

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,14 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and 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

0 commit comments

Comments
 (0)