Skip to content

Commit 69e34d8

Browse files
committed
Update: CHANGELOG.md
1 parent 43bace2 commit 69e34d8

File tree

1 file changed

+11
-2
lines changed

1 file changed

+11
-2
lines changed

Assets/Editor Toolbox/CHANGELOG.md

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
## 0.14.0 [23.02.2025]
22

3-
## 0.13.2 [29.11.2024]
4-
53
### Added:
64
- OnToolbarGuiRight callback (ability to draw GUI elements on the right side of the toolbar container); OnToolbarGui replaced with the OnToolbarGuiLeft callback
75

@@ -12,6 +10,17 @@
1210
- Fix clearing cached Editor instances in the [InLineEditor] (fix for the AudioClip still playing)
1311
- Improve displaying [SerializeReference]-based properties in the multi-editing mode
1412

13+
## 0.13.2 [29.11.2024]
14+
15+
### Added:
16+
- AnimationCurveSettingsAttribute
17+
18+
### Changed:
19+
- Possibility to use [EditorButton] and [DynamicHelp] in nested types
20+
- For now SerializeReference properties without children will always be folded
21+
- Fix exception while building labels for generic types without arguments
22+
- Fix drawing SerializedDictionary if value or key types cannot be serialized
23+
1524
## 0.13.1 [30.08.2024]
1625

1726
### Changed:

0 commit comments

Comments
 (0)