Skip to content

Commit

Permalink
Update: package.json, CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
arimger committed Jun 17, 2024
1 parent 7943530 commit 5d756eb
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions Assets/Editor Toolbox/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
## 0.12.12 [17.06.2024]

### Changed:
- LabelWidthAttribute is now part of the Toolbox decorator attributes (can be mixed with other attributes)
- Hierarchy: Script, Tag, and Layer columns are now excluded from the default settings
- Possibility to change style for groups (BeginGroup and BeginHorizontalGroup attributes)
- ScriptableObject Creation Wizard now accepts only ScriptableObjects marked with the CreateInWizardAttribute

### Added:
- NotPrefabObjectOnlyAttribute

## 0.12.11 [05.04.2024]

### Changed:
Expand Down
2 changes: 1 addition & 1 deletion Assets/Editor Toolbox/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "com.browar.editor-toolbox",
"displayName": "Editor Toolbox",
"version": "0.12.11",
"version": "0.12.12",
"unity": "2018.1",
"description": "Tools, custom attributes, drawers, hierarchy overlay, and other extensions for the Unity Editor.",
"keywords": [
Expand Down

0 comments on commit 5d756eb

Please sign in to comment.