@roomle/embedding-lib 5.25.0-alpha.7 → 5.25.0-alpha.8

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.
@@ -1,8 +1,6 @@
1
- ## [5.25.0-alpha.7](https://github.com/roomle-dev/roomle-ui/compare/embedding-lib-v5.25.0-alpha.6...embedding-lib-v5.25.0-alpha.7) (2025-08-06)
1
+ ## [5.25.0-alpha.8](https://github.com/roomle-dev/roomle-ui/compare/embedding-lib-v5.25.0-alpha.7...embedding-lib-v5.25.0-alpha.8) (2025-08-07)
2
2
 
3
3
 
4
- ### Features
4
+ ### Bug Fixes
5
5
 
6
- * integrate check attributes conflict solving into emulator ([40017b0](https://github.com/roomle-dev/roomle-ui/commit/40017b0a83ef9cf23a9a59cc76fa31b2bd249717))
7
- * update pos data model ([e612333](https://github.com/roomle-dev/roomle-ui/commit/e6123333b262ce72339f3059cde95128449bc849))
8
- * updateAttribute API from OC ([3b4af28](https://github.com/roomle-dev/roomle-ui/commit/3b4af289a58a1669ca66e66649876d28e1bdc421))
6
+ * make material transition async again ([533feff](https://github.com/roomle-dev/roomle-ui/commit/533feff2f59ba75533c9be9b4a548e78940cb226))
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@roomle/embedding-lib",
3
- "version": "5.25.0-alpha.7",
3
+ "version": "5.25.0-alpha.8",
4
4
  "description": "This is a small library which can be used to communicate with the Roomle Configurator",
5
5
  "type": "module",
6
6
  "main": "./roomle-embedding-lib.umd.js",
@@ -12,7 +12,7 @@ export default class ComponentRaycastHelper {
12
12
  init(object: Object3D, camera: PerspectiveCamera): void;
13
13
  setCamera(camera: PerspectiveCamera): void;
14
14
  setObject(object: Object3D): void;
15
- changeMaterialsOnSelect(object: Object3D, component: RoomleComponent, selected?: boolean, callback?: () => void): Promise<void>;
15
+ changeMaterialsOnSelect(object: Object3D, component: RoomleComponent, selected?: boolean, callback?: () => void): void;
16
16
  private _changeMaterialsOnSelect;
17
17
  isComponentVisible(component: RoomleComponent): boolean;
18
18
  checkComponentAndPreviewVisibility(sceneEventHandler: ConfiguratorSceneEventHandler, configuratorViewModel: ConfiguratorViewModel): void;