@roomle/embedding-lib 5.28.0-alpha.5 → 5.28.0-alpha.6

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,6 +1,13 @@
1
- ## [5.28.0-alpha.5](https://github.com/roomle-dev/roomle-ui/compare/embedding-lib-v5.28.0-alpha.4...embedding-lib-v5.28.0-alpha.5) (2025-09-16)
1
+ ## [5.28.0-alpha.6](https://github.com/roomle-dev/roomle-ui/compare/embedding-lib-v5.28.0-alpha.5...embedding-lib-v5.28.0-alpha.6) (2025-09-17)
2
+
3
+
4
+ ### Features
5
+
6
+ * external material key and thumbnail ([326c587](https://github.com/roomle-dev/roomle-ui/commit/326c5878f9d65f3b86602d7b55bb6d984ba2994b))
7
+ * **core:** upgrade to version 2.60.0-alpha.4 ([8f07a97](https://github.com/roomle-dev/roomle-ui/commit/8f07a9792e1b1ad2870bf55365c7c664306c4c37))
2
8
 
3
9
 
4
10
  ### Bug Fixes
5
11
 
6
- * check if type of event.data is string before parsing it ([1eedf99](https://github.com/roomle-dev/roomle-ui/commit/1eedf99aa4ebc5236f94160fc6c31499134fa8a2))
12
+ * expanding material parameters on collapsed view ([ab85d68](https://github.com/roomle-dev/roomle-ui/commit/ab85d6841976fbac48162d90c037a6813aa28c2e))
13
+ * guard onExpand call to avoid errors when not a function ([b2bce20](https://github.com/roomle-dev/roomle-ui/commit/b2bce209bbd5a6c48e53e2ebcb3fb05834620230))
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@roomle/embedding-lib",
3
- "version": "5.28.0-alpha.5",
3
+ "version": "5.28.0-alpha.6",
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,10 +12,7 @@ declare const _default: {
12
12
  materialConfiguration: {
13
13
  defaultMaterial: string;
14
14
  replaceUnmappedMaterialsWithDefault: boolean;
15
- materialMapping: {
16
- materialName: string;
17
- materialId: string;
18
- }[];
15
+ materialMapping: any[];
19
16
  };
20
17
  debugConfiguration: {
21
18
  createDebugGeometry: boolean;