@roomle/embedding-lib 5.12.0-alpha.6 → 5.12.0-alpha.7
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,21 +1,6 @@
|
|
|
1
|
-
## [5.12.0-alpha.
|
|
1
|
+
## [5.12.0-alpha.7](https://github.com/roomle-dev/roomle-ui/compare/embedding-lib-v5.12.0-alpha.6...embedding-lib-v5.12.0-alpha.7) (2025-02-26)
|
|
2
2
|
|
|
3
3
|
|
|
4
4
|
### Features
|
|
5
5
|
|
|
6
|
-
*
|
|
7
|
-
* core api - createPlanXmlWithObjects ([de8d816](https://github.com/roomle-dev/roomle-ui/commit/de8d816b9c2f44cd0d996a7631617bf53210e430))
|
|
8
|
-
* **SDK:** upgrade to version 2.94.0-alpha.10 ([#1496](https://github.com/roomle-dev/roomle-ui/issues/1496)) ([c55b4ac](https://github.com/roomle-dev/roomle-ui/commit/c55b4ac3ba001ae2ef64e7fe145a041b4b2aee1e))
|
|
9
|
-
* **SDK:** upgrade to version 2.94.0-alpha.18 ([#1500](https://github.com/roomle-dev/roomle-ui/issues/1500)) ([bb5278a](https://github.com/roomle-dev/roomle-ui/commit/bb5278ac974d9506ef782a665e5dbce7b51ae40c))
|
|
10
|
-
* **SDK:** upgrade to version 2.94.0-alpha.8 ([#1491](https://github.com/roomle-dev/roomle-ui/issues/1491)) ([df786c7](https://github.com/roomle-dev/roomle-ui/commit/df786c74474422a79e888fc178bc69b95d1baf15))
|
|
11
|
-
* **SDK:** upgrade to version 2.94.0-alpha.9 ([#1494](https://github.com/roomle-dev/roomle-ui/issues/1494)) ([d3546e3](https://github.com/roomle-dev/roomle-ui/commit/d3546e3f3bd681142140334e9c9757e0506ae6e7))
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
### Bug Fixes
|
|
15
|
-
|
|
16
|
-
* copied indicator position ([745e61e](https://github.com/roomle-dev/roomle-ui/commit/745e61e0937d1984c07bdd0e658a358a39b69825))
|
|
17
|
-
* more CSS tweaks ([a87bcbf](https://github.com/roomle-dev/roomle-ui/commit/a87bcbfc75cd0f2d765f9f0b2b2ddd85aaa3e5f4))
|
|
18
|
-
* Reset scroll when selecting an item from product-list ([e2fcb5c](https://github.com/roomle-dev/roomle-ui/commit/e2fcb5c898fb1fc9acd6a123e82efee4c3647835))
|
|
19
|
-
* shared loadProduct CSS ([e59cbae](https://github.com/roomle-dev/roomle-ui/commit/e59cbae7a47f2b4eca4e51367a29b87a978893cd))
|
|
20
|
-
* show preview image on mobile, rearrange link and qr order ([3fb56b0](https://github.com/roomle-dev/roomle-ui/commit/3fb56b0ad2fe6c94a9926342d3e6c1793dcaeda6))
|
|
21
|
-
* use correct web-sdk ([1620beb](https://github.com/roomle-dev/roomle-ui/commit/1620bebd52562fa3b8ad24c20bf42a5496228603))
|
|
6
|
+
* **SDK:** upgrade to version 2.94.0-alpha.19 ([#1502](https://github.com/roomle-dev/roomle-ui/issues/1502)) ([ce201ce](https://github.com/roomle-dev/roomle-ui/commit/ce201cecba991364d140cae68df9150c0124a98c))
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@roomle/embedding-lib",
|
|
3
|
-
"version": "5.12.0-alpha.
|
|
3
|
+
"version": "5.12.0-alpha.7",
|
|
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.94.0-alpha.
|
|
32
|
+
"@roomle/web-sdk": "2.94.0-alpha.19"
|
|
33
33
|
},
|
|
34
34
|
"repository": {
|
|
35
35
|
"type": "git",
|