Skip to content

Commit ee37110

Browse files
committed
Update CHANGELOG.md & package.json & documentation
1 parent bee8979 commit ee37110

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

Assets/Editor Toolbox/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
## 0.12.0 [10.12.2022]
2+
3+
### Changed:
4+
- UX improvements for the ScriptableObjectCreationWizard
5+
- New API for drawing custom Editors (check HOWTO.md for more details)
6+
- Fix label drawing while using the [ReferencePickerAttribute]
7+
- Fix searching for private methods in base classes while using the [EditorButtonAttribute]
8+
- Fix minor issues while using conditional drawers during multi-selection
9+
- Fix minor issues while using the [TitleAttribute] in groups
10+
111
## 0.11.9 [22.10.2022]
212

313
### Added:

Assets/Editor Toolbox/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -825,7 +825,7 @@ Copy and paste all components from/to particular GameObject.
825825
826826
Create multiple ScriptableObjects at once.
827827
```
828-
Assets/Create/Toolbox/ScriptableObject Creation Wizard
828+
Assets/Create/Editor Toolbox/ScriptableObject Creation Wizard
829829
```
830830

831831
![inspector](https://github.com/arimger/Unity-Editor-Toolbox/blob/develop/Docs/createso.png)

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.11.9",
4+
"version": "0.12.0",
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)