Skip to content

Commit 5d756eb

Browse files
committed
Update: package.json, CHANGELOG.md
1 parent 7943530 commit 5d756eb

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

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.12.12 [17.06.2024]
2+
3+
### Changed:
4+
- LabelWidthAttribute is now part of the Toolbox decorator attributes (can be mixed with other attributes)
5+
- Hierarchy: Script, Tag, and Layer columns are now excluded from the default settings
6+
- Possibility to change style for groups (BeginGroup and BeginHorizontalGroup attributes)
7+
- ScriptableObject Creation Wizard now accepts only ScriptableObjects marked with the CreateInWizardAttribute
8+
9+
### Added:
10+
- NotPrefabObjectOnlyAttribute
11+
112
## 0.12.11 [05.04.2024]
213

314
### Changed:

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.browar.editor-toolbox",
33
"displayName": "Editor Toolbox",
4-
"version": "0.12.11",
4+
"version": "0.12.12",
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)