@roomle/embedding-lib 5.9.0-alpha.1 → 5.9.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,17 +1,16 @@
|
|
|
1
|
-
## [5.9.0-alpha.
|
|
1
|
+
## [5.9.0-alpha.2](https://github.com/roomle-dev/roomle-ui/compare/embedding-lib-v5.9.0-alpha.1...embedding-lib-v5.9.0-alpha.2) (2024-12-11)
|
|
2
2
|
|
|
3
3
|
|
|
4
4
|
### Features
|
|
5
5
|
|
|
6
|
-
*
|
|
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))
|
|
6
|
+
* **SDK:** upgrade to version 2.91.0-alpha.5 ([#1398](https://github.com/roomle-dev/roomle-ui/issues/1398)) ([b860bd2](https://github.com/roomle-dev/roomle-ui/commit/b860bd2cb6bb3c56a9c0dad03ff35fd3115b9997))
|
|
12
7
|
|
|
13
8
|
|
|
14
9
|
### Bug Fixes
|
|
15
10
|
|
|
16
|
-
*
|
|
17
|
-
*
|
|
11
|
+
* all the linting issues ([ba8ece2](https://github.com/roomle-dev/roomle-ui/commit/ba8ece24bd1bf12454cfaf2b023aa2064a9a1041))
|
|
12
|
+
* also check for multi select ([64cbe8b](https://github.com/roomle-dev/roomle-ui/commit/64cbe8b338611a732dfb73976a714a59bf117ea4))
|
|
13
|
+
* breaking tests ([c414d49](https://github.com/roomle-dev/roomle-ui/commit/c414d49455a6f3f579545f1427d1baaccad1c69a))
|
|
14
|
+
* correct handling of expand/collapse ([ce839d2](https://github.com/roomle-dev/roomle-ui/commit/ce839d23cfaa18e4ea17f6986ac77c190f43fb92))
|
|
15
|
+
* do not show sizes on configurable objects ([3da58d5](https://github.com/roomle-dev/roomle-ui/commit/3da58d5c9d4c97d0e6a05e1e7567b56da907d5e0))
|
|
16
|
+
* No camera transition when expanding drawer ([a69da30](https://github.com/roomle-dev/roomle-ui/commit/a69da300df67118a8eaa243c718e02922b48a7ee))
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@roomle/embedding-lib",
|
|
3
|
-
"version": "5.9.0-alpha.
|
|
3
|
+
"version": "5.9.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.91.0-alpha.
|
|
32
|
+
"@roomle/web-sdk": "2.91.0-alpha.5"
|
|
33
33
|
},
|
|
34
34
|
"repository": {
|
|
35
35
|
"type": "git",
|