Skip to content

Commit 2fbad52

Browse files
committed
Update documentation
1 parent 7e846fb commit 2fbad52

2 files changed

Lines changed: 12 additions & 1 deletion

File tree

Assets/Editor Toolbox/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
## 0.10.8 [26.02.2022]
2+
3+
### Added:
4+
- [Conditional("UNITY_EDITOR")] attribute to all drawer attributes
5+
- Possibility to ignore certain properties directly in the ToolboxEditor OnGUI callback
6+
7+
### Changed:
8+
- Resizing "Size" field in the ReorderableLists depending on the content
9+
- Serializing Scene name in the SerializedScene class
10+
- Optimization of types caching (mostly related to the SerializedType class)
11+
112
## 0.10.6 [30.11.2021]
213

314
### Added:

Assets/Editor Toolbox/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "com.arimger.editor-toolbox",
33
"displayName": "Editor Toolbox",
4-
"version": "0.10.6",
4+
"version": "0.10.8",
55
"unity": "2018.1",
66
"description": "Tools, custom attributes, drawers, hierarchy overlay, and other extensions for the Unity Editor.",
77
"keywords": [

0 commit comments

Comments
 (0)