@roomle/embedding-lib 5.25.0-alpha.5 → 5.25.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.
- package/docs/md/web/embedding/CHANGELOG.md +2 -10
- package/package.json +1 -1
- package/packages/web-sdk/packages/configurator-core/src/utils/test-helpers/utils.d.ts +2 -2
- package/packages/web-sdk/packages/test-helpers/unit/global-setup.d.ts +1 -1
- package/packages/web-sdk/packages/acceptance-tests/src/utils/async-acceptance-test.d.ts +0 -3
- package/packages/web-sdk/packages/configurator-core/__acceptance__/boot.d.ts +0 -1
|
@@ -1,14 +1,6 @@
|
|
|
1
|
-
## [5.25.0-alpha.
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
### Features
|
|
5
|
-
|
|
6
|
-
* show custom component dimensions when click on measurements icon ([134a2df](https://github.com/roomle-dev/roomle-ui/commit/134a2dfda3186fa3a6c07d5d65d52ff6701511f3))
|
|
1
|
+
## [5.25.0-alpha.6](https://github.com/roomle-dev/roomle-ui/compare/embedding-lib-v5.25.0-alpha.5...embedding-lib-v5.25.0-alpha.6) (2025-08-06)
|
|
7
2
|
|
|
8
3
|
|
|
9
4
|
### Bug Fixes
|
|
10
5
|
|
|
11
|
-
*
|
|
12
|
-
* development builds loading envmaps ([3983d81](https://github.com/roomle-dev/roomle-ui/commit/3983d81ef3466816ff8310c0d759583537e068b6))
|
|
13
|
-
* message handler return ([1d6afc7](https://github.com/roomle-dev/roomle-ui/commit/1d6afc747416de5840b22216831c443cee473954))
|
|
14
|
-
* sw paths ([c2d7ffd](https://github.com/roomle-dev/roomle-ui/commit/c2d7ffda8b8d539d25c592681c63c43aee4fd27d))
|
|
6
|
+
* more tests passing under vite ([705ade6](https://github.com/roomle-dev/roomle-ui/commit/705ade69485bc15410345109f2b265c39bd4ab97))
|
package/package.json
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
export declare function cleanRapiUrl(url: string): string;
|
|
2
|
-
export declare const spyOnModuleMethod: (
|
|
3
|
-
export declare const makeModuleSpyable: (
|
|
2
|
+
export declare const spyOnModuleMethod: (vi: any, module: any, methodName: string) => any;
|
|
3
|
+
export declare const makeModuleSpyable: (vi: any, module: any) => any;
|
|
4
4
|
export declare const removePrivateProperties: (array: any[]) => any[];
|
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
|