Skip to content

Commit dc6cb77

Browse files
committed
Update CHANGELOG.md and package.json
1 parent 7497490 commit dc6cb77

2 files changed

Lines changed: 19 additions & 1 deletion

File tree

Assets/Editor Toolbox/CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
1+
## 0.11.1 [08.05.2022]
2+
3+
### Added:
4+
- ReferencePicker for properties with the [SerializeReference] attribute
5+
- TypeField - dedicated and independent type picker
6+
- SerializedDirectory
7+
- .editorconfig for the sample project
8+
9+
### Changed:
10+
- New sample classes & general improvements to the SampleScene
11+
- Renamed 'Scripts' directory to 'Runtime'
12+
- Path serialization in the SerializedScene class
13+
- NewLabel & HideLabel attributes now can be combined with any other attributes
14+
- Performance improvements related to types caching
15+
- Fix drawing FormattedNumber within vertical groups
16+
- Fix drawing tooltips [TooltipAttribute]
17+
- Fix drawing AssetPreview
18+
119
## 0.10.9 [02.03.2022]
220

321
### 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.9",
4+
"version": "0.11.1",
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)