Skip to content

Commit 724d6ee

Browse files
committed
Update: CHANGELOG.md, package.json
1 parent 7071737 commit 724d6ee

File tree

2 files changed

+23
-1
lines changed

2 files changed

+23
-1
lines changed

Assets/Editor Toolbox/CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,25 @@
1+
## 0.14.3 [29.12.2025]
2+
3+
### Added:
4+
- Ability to specify 'ValueStep' in the ProgressBar attribute
5+
6+
### Changed:
7+
- Toolbar support for Unity 6.3+
8+
- Material Drawers support for Unity 6.3+
9+
- Serialized Scene support for Unity 6.3+
10+
- Fix issues with copy/past operations for the [SerializeReference]-based arrays
11+
12+
### Added:
13+
- `AddConfirmationBox` property to the [ReferencePicker]; allows to display an intermediate confirmation window before assigning a new reference
14+
15+
### Changed:
16+
- Fix [FormattedNumber] behaviour while multi-editing different values
17+
- [LabelByChild] now displays ToString() value for UnityEngine.Object references
18+
- Fix ReorderableLists indentation level for nested objects
19+
- Fix various smaller issues related to [SerializeReference]-based properties while being in the multi-editing mode
20+
- Rename 'Copy Serialize Reference' to 'Copy Serialized References', from now this operation also works on arrays and lists
21+
- Rename 'Paste Serialize Reference' to 'Paste Serialized References', from now this operation also works on arrays and lists
22+
123
## 0.14.2 [10.08.2025]
224

325
### 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.browar.editor-toolbox",
33
"displayName": "Editor Toolbox",
4-
"version": "0.14.2",
4+
"version": "0.14.3",
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)