@roomle/embedding-lib 5.8.0-alpha.3 → 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,6 +1,17 @@
1
- ## [5.8.0-alpha.3](https://github.com/roomle-dev/roomle-ui/compare/embedding-lib-v5.8.0-alpha.2...embedding-lib-v5.8.0-alpha.3) (2024-11-28)
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
+
3
+
4
+ ### Features
5
+
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))
2
12
 
3
13
 
4
14
  ### Bug Fixes
5
15
 
6
- * embedding should also load when api=false ([cd5a54a](https://github.com/roomle-dev/roomle-ui/commit/cd5a54a9edc0d9b14dbb52e7ed0670615c3d8521))
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.8.0-alpha.3",
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.90.0-alpha.3"
32
+ "@roomle/web-sdk": "2.91.0-alpha.4"
33
33
  },
34
34
  "repository": {
35
35
  "type": "git",