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
+12-2Lines changed: 12 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,16 @@ All notable changes to this project will be documented in this file.
4
4
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
+
## [1.2.9]
8
+
### Changed
9
+
- Fixed issue with the Foldout issue, now showing multiple inherited collectables should work fine
10
+
- Improved the ADD New on the collection and what is displayed, and the the creation of new types is on a subfolder.
11
+
- Added static access to the `ScriptableObjectCollection<>.Values`
12
+
- Renamed the generated Static value back to the `.Values` to keep in line with the static access. so you can now access by `Collection.Values` or `Collectable.Values`
13
+
14
+
### Added
15
+
- Support to create Collections / Collectables based on a Utils script, useful for another packages creating the necessary Collection.
16
+
7
17
## [1.2.8]
8
18
### Changed
9
19
- Fixed issue when trying to create a new type from abstract using the new Collectable editor.
@@ -143,9 +153,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
143
153
- First initial working version
144
154
145
155
### [Unreleased]
146
-
- Proper setup for automatic creation of necessary collections
0 commit comments