@roomle/embedding-lib 5.8.0 → 5.9.0-alpha.1
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,18 +1,17 @@
|
|
|
1
|
-
## [5.
|
|
1
|
+
## [5.9.0-alpha.1](https://github.com/roomle-dev/roomle-ui/compare/embedding-lib-v5.8.0...embedding-lib-v5.9.0-alpha.1) (2024-12-05)
|
|
2
2
|
|
|
3
3
|
|
|
4
4
|
### Features
|
|
5
5
|
|
|
6
|
-
*
|
|
7
|
-
*
|
|
8
|
-
* **SDK:** upgrade to version 2.90.0
|
|
9
|
-
* **SDK:** upgrade to version 2.
|
|
6
|
+
* Add topview to predefined view options ([b0079ae](https://github.com/roomle-dev/roomle-ui/commit/b0079ae7b7fedc3cf8e0a5b0b7a19b7a179beca0))
|
|
7
|
+
* Correctly handle plan saving and perspective image generation in MOC edit mode ([e92ecc3](https://github.com/roomle-dev/roomle-ui/commit/e92ecc378ce11fc80cbff084d1294af30daa4a72))
|
|
8
|
+
* **SDK:** upgrade to version 2.90.0 ([#1380](https://github.com/roomle-dev/roomle-ui/issues/1380)) ([cff3c76](https://github.com/roomle-dev/roomle-ui/commit/cff3c76d9667dffd5495337620d45d46fc09dbd8))
|
|
9
|
+
* **SDK:** upgrade to version 2.91.0-alpha.1 ([#1383](https://github.com/roomle-dev/roomle-ui/issues/1383)) ([6bbac9d](https://github.com/roomle-dev/roomle-ui/commit/6bbac9d932fe1c0cf1410e756ff716e1b8927ec7))
|
|
10
|
+
* **SDK:** upgrade to version 2.91.0-alpha.3 ([89db9d8](https://github.com/roomle-dev/roomle-ui/commit/89db9d8639f9670c22df1418d29a77a8357985ac))
|
|
11
|
+
* **SDK:** upgrade to version 2.91.0-alpha.4 ([#1390](https://github.com/roomle-dev/roomle-ui/issues/1390)) ([2769df2](https://github.com/roomle-dev/roomle-ui/commit/2769df2bf1cac372f0449419bc5a7230397cf799))
|
|
10
12
|
|
|
11
13
|
|
|
12
14
|
### Bug Fixes
|
|
13
15
|
|
|
14
|
-
*
|
|
15
|
-
*
|
|
16
|
-
* embedding should also load when api=false ([cd5a54a](https://github.com/roomle-dev/roomle-ui/commit/cd5a54a9edc0d9b14dbb52e7ed0670615c3d8521))
|
|
17
|
-
* fix ts errors ([6b65f6a](https://github.com/roomle-dev/roomle-ui/commit/6b65f6a1f568baa79765c4b18e8b2a5a93f16147))
|
|
18
|
-
* make hide interaction note flag hidden by default ([4abae62](https://github.com/roomle-dev/roomle-ui/commit/4abae623c2e0d7f33fd3763c2ce89e8b498b7566))
|
|
16
|
+
* setting right additional info type inside thumbnails component ([79e4133](https://github.com/roomle-dev/roomle-ui/commit/79e4133717bd9516b19830848bfadae261f8efa5))
|
|
17
|
+
* show measurements on drag from external catalog ([dfa2e2f](https://github.com/roomle-dev/roomle-ui/commit/dfa2e2f780020a054eae8400256278a7f20fce23))
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@roomle/embedding-lib",
|
|
3
|
-
"version": "5.
|
|
3
|
+
"version": "5.9.0-alpha.1",
|
|
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.
|
|
32
|
+
"@roomle/web-sdk": "2.91.0-alpha.4"
|
|
33
33
|
},
|
|
34
34
|
"repository": {
|
|
35
35
|
"type": "git",
|