Skip to content

Commit c72f7f5

Browse files
committed
Update: package.json, CHANGELOG.md
1 parent 8cf9f22 commit c72f7f5

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

Assets/Editor Toolbox/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
## 0.12.4 [31.07.2023]
2+
3+
### Changed:
4+
- Fix SceneView selection tool behaviour when selecting nested prefabs
5+
- Fix InvalidOperationException when ExitGUIException is thrown inside PropertyScope
6+
- Minor SerializedScene index calculation performance improvements
7+
- Fix SearchablePopup styles initialization in Unity 2022+
8+
- Minor visual improvements on how ReferencePicker label is rendered
9+
110
## 0.12.3 [17.06.2023]
211

312
### 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.3",
4+
"version": "0.12.4",
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)