@operato/property-panel 10.0.0-beta.1 → 10.0.0-beta.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,32 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
## [10.0.0-beta.2](https://github.com/hatiolab/operato/compare/v10.0.0-beta.1...v10.0.0-beta.2) (2026-03-05)
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### :house: Code Refactoring
|
|
10
|
+
|
|
11
|
+
* restore Model type from things-scene instead of any ([80c6268](https://github.com/hatiolab/operato/commit/80c6268e7c1a6d473f34820e0dac67ea898b2103))
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
### :bug: Bug Fix
|
|
15
|
+
|
|
16
|
+
* property-sidebar undefined 값 바인딩 경고 수정 ([4e35dba](https://github.com/hatiolab/operato/commit/4e35dba73bfabb19e89e5f599d6a9737e9ab8103))
|
|
17
|
+
* things-scene v10 타입 강화에 따른 as any 제거 및 타입 구체화 ([cb50140](https://github.com/hatiolab/operato/commit/cb5014034e5e808aa63ea2ca411fe61fb0a79c8e))
|
|
18
|
+
* things-scene v10 타입 노출에 따른 property-panel, process 타입 에러 수정 ([287b00f](https://github.com/hatiolab/operato/commit/287b00fed2923d0f07b655ebdd3c728d1e7c7c8d))
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
### :rocket: New Features
|
|
22
|
+
|
|
23
|
+
* **property-panel:** 3D 편집 UX — 별도 3D 탭 + Material3D 에디터 + scene-level 설정 ([c64475f](https://github.com/hatiolab/operato/commit/c64475f560be02a83412ea1959cfb9328ee84fb9))
|
|
24
|
+
|
|
25
|
+
|
|
26
|
+
### :mega: Other
|
|
27
|
+
|
|
28
|
+
* modernize publish config for npm release ([7fe28ab](https://github.com/hatiolab/operato/commit/7fe28ab8818f8dc4a281f9f82db5d13b49f2cf9d))
|
|
29
|
+
|
|
30
|
+
|
|
31
|
+
|
|
6
32
|
### [9.2.1](https://github.com/hatiolab/operato/compare/v9.2.0...v9.2.1) (2025-11-09)
|
|
7
33
|
|
|
8
34
|
**Note:** Version bump only for package @operato/property-panel
|
|
@@ -17,7 +17,7 @@ export declare class PropertyEventHover extends PropertyEventHover_base {
|
|
|
17
17
|
};
|
|
18
18
|
firstUpdated(): void;
|
|
19
19
|
render(): import("lit-html").TemplateResult<1>;
|
|
20
|
-
_getPlaceHoder(action: string): "" | "http://www.hatiolab.com/"
|
|
20
|
+
_getPlaceHoder(action: string): "" | "SCENE-100" | "http://www.hatiolab.com/";
|
|
21
21
|
_getTargetList(action: string): {
|
|
22
22
|
value: string;
|
|
23
23
|
description?: string;
|