Skip to content

Commit 0ded834

Browse files
committed
Update: package.json, CHANGELOG.md
1 parent 790fbb4 commit 0ded834

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
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 [28.03.2024]
2+
3+
### Changed:
4+
- Fix fetching and initializing Toolbox features when assets are updating
5+
- Display ReorderableList element handle at the top of available space
6+
- Display "Collection is Empty" label for empty ReorderableLists
7+
- New visual appearance for the SerializedDictionary properties
8+
- Fix using Toolbox drawers in the SerializedDictionary properties
9+
- Change the default SceneView selector key to `Tab`
10+
111
## 0.12.9 [27.01.2024]
212

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