@roomle/embedding-lib 5.17.0-alpha.3 → 5.17.0-alpha.4
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,15 +1,12 @@
|
|
|
1
|
-
## [5.17.0-alpha.
|
|
1
|
+
## [5.17.0-alpha.4](https://github.com/roomle-dev/roomle-ui/compare/embedding-lib-v5.17.0-alpha.3...embedding-lib-v5.17.0-alpha.4) (2025-04-29)
|
|
2
2
|
|
|
3
3
|
|
|
4
4
|
### Features
|
|
5
5
|
|
|
6
|
-
*
|
|
7
|
-
* expose rapi access via embedding ([05f1b5a](https://github.com/roomle-dev/roomle-ui/commit/05f1b5aafeb5d8a94a2585b3303f3177910724d2))
|
|
6
|
+
* update SDK version ([9af0a93](https://github.com/roomle-dev/roomle-ui/commit/9af0a93d3ce4561cb64cceca0bd125c6fb03f358))
|
|
8
7
|
|
|
9
8
|
|
|
10
9
|
### Bug Fixes
|
|
11
10
|
|
|
12
|
-
*
|
|
13
|
-
*
|
|
14
|
-
* **planner:** not call switch camera when mounting planner ([3473808](https://github.com/roomle-dev/roomle-ui/commit/3473808b18b6d51b3dafe17ef8ff33fe89a0fa6b))
|
|
15
|
-
* remove wrong font family from room label ([188ac5a](https://github.com/roomle-dev/roomle-ui/commit/188ac5a9319a4b6ea1a8deb274d7b71b6a2f2037))
|
|
11
|
+
* [Planner] Rotation value overflow ([2af9638](https://github.com/roomle-dev/roomle-ui/commit/2af96389f27cd141e3cc1037c5abfdcbb8fc3c32))
|
|
12
|
+
* remove animation while switching from desktop to mobile and vice versa ([c721d13](https://github.com/roomle-dev/roomle-ui/commit/c721d13d79ad43dbb096713b8d7f62a8c03f580d))
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@roomle/embedding-lib",
|
|
3
|
-
"version": "5.17.0-alpha.
|
|
3
|
+
"version": "5.17.0-alpha.4",
|
|
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.99.0-alpha.
|
|
32
|
+
"@roomle/web-sdk": "2.99.0-alpha.10"
|
|
33
33
|
},
|
|
34
34
|
"repository": {
|
|
35
35
|
"type": "git",
|