@roomle/embedding-lib 5.21.0-alpha.1 → 5.21.0-alpha.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.
|
@@ -1,16 +1,6 @@
|
|
|
1
|
-
## [5.21.0-alpha.
|
|
1
|
+
## [5.21.0-alpha.2](https://github.com/roomle-dev/roomle-ui/compare/embedding-lib-v5.21.0-alpha.1...embedding-lib-v5.21.0-alpha.2) (2025-06-02)
|
|
2
2
|
|
|
3
3
|
|
|
4
4
|
### Features
|
|
5
5
|
|
|
6
|
-
*
|
|
7
|
-
* **SDK:** upgrade to version 2.101.1-alpha.1 ([#1701](https://github.com/roomle-dev/roomle-ui/issues/1701)) ([11ba235](https://github.com/roomle-dev/roomle-ui/commit/11ba2352307152d380edc2b3e173db984f78be5b))
|
|
8
|
-
* **SDK:** upgrade to version 2.102.0-alpha.1 ([#1707](https://github.com/roomle-dev/roomle-ui/issues/1707)) ([73a0705](https://github.com/roomle-dev/roomle-ui/commit/73a0705d10b088a15479c817da3ae45d8b56e357))
|
|
9
|
-
* **SDK:** upgrade to version 2.102.0-alpha.2 ([#1708](https://github.com/roomle-dev/roomle-ui/issues/1708)) ([e7b539b](https://github.com/roomle-dev/roomle-ui/commit/e7b539b0577094bdad480cca51d1bf1db97f7a6b))
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
### Bug Fixes
|
|
13
|
-
|
|
14
|
-
* handle rapi exception more gracefully ([b2c2555](https://github.com/roomle-dev/roomle-ui/commit/b2c255586f95054e5f9dd7fb658ef36128f05ed5))
|
|
15
|
-
* hide parameter groups if we are in view only mode ([b31a85f](https://github.com/roomle-dev/roomle-ui/commit/b31a85f0712840a490685fa331442b1c99ad139f))
|
|
16
|
-
* use SDK which handles static items fake lights better ([f9a010f](https://github.com/roomle-dev/roomle-ui/commit/f9a010fd45ba46fd16d52f1b42b556bb4aae75ea))
|
|
6
|
+
* **SDK:** upgrade to version 2.102.0-alpha.3 ([#1710](https://github.com/roomle-dev/roomle-ui/issues/1710)) ([656ac8f](https://github.com/roomle-dev/roomle-ui/commit/656ac8f4371bd5477e978eb478ad348a83370b0c))
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@roomle/embedding-lib",
|
|
3
|
-
"version": "5.21.0-alpha.
|
|
3
|
+
"version": "5.21.0-alpha.2",
|
|
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",
|
|
@@ -29,7 +29,7 @@
|
|
|
29
29
|
"npm": "8.3.1"
|
|
30
30
|
},
|
|
31
31
|
"devDependencies": {
|
|
32
|
-
"@roomle/web-sdk": "2.102.0-alpha.
|
|
32
|
+
"@roomle/web-sdk": "2.102.0-alpha.3"
|
|
33
33
|
},
|
|
34
34
|
"repository": {
|
|
35
35
|
"type": "git",
|