@roomle/embedding-lib 5.8.0 → 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,18 +1,16 @@
1
- ## [5.8.0](https://github.com/roomle-dev/roomle-ui/compare/embedding-lib-v5.7.1...embedding-lib-v5.8.0) (2024-11-28)
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
- * Make behaviour of tooltips more flexible ([5b08e7a](https://github.com/roomle-dev/roomle-ui/commit/5b08e7a08ceeeb8c089ca52344b399c085a74b7d))
7
- * Tooltip - interaction notes ([bdeff8b](https://github.com/roomle-dev/roomle-ui/commit/bdeff8bcea6b304db486c97c1f33c03fd611f748))
8
- * **SDK:** upgrade to version 2.90.0-alpha.1 ([#1359](https://github.com/roomle-dev/roomle-ui/issues/1359)) ([be866f2](https://github.com/roomle-dev/roomle-ui/commit/be866f2492caf81a0efe3c31646aa2941813bd05))
9
- * **SDK:** upgrade to version 2.90.0-alpha.2 ([#1370](https://github.com/roomle-dev/roomle-ui/issues/1370)) ([25e00ba](https://github.com/roomle-dev/roomle-ui/commit/25e00ba29c6f9c7378be9491bc5268af96f8cc54))
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))
10
7
 
11
8
 
12
9
  ### Bug Fixes
13
10
 
14
- * add some space on the top to the interaction notes in case of planner inside edit mode ([611bfa9](https://github.com/roomle-dev/roomle-ui/commit/611bfa931ef9d122b1c62ea0c55e14f1a290a3d6))
15
- * Drawer-toggle rotates wrong when second level drawer is active ([3a8f66c](https://github.com/roomle-dev/roomle-ui/commit/3a8f66cc469cbed9978b6507ddc3eb51374bdd20))
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))
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.8.0",
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.90.0-alpha.3"
32
+ "@roomle/web-sdk": "2.91.0-alpha.5"
33
33
  },
34
34
  "repository": {
35
35
  "type": "git",