@roomle/embedding-lib 5.8.0-alpha.3 → 5.8.0

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,18 @@
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.8.0](https://github.com/roomle-dev/roomle-ui/compare/embedding-lib-v5.7.1...embedding-lib-v5.8.0) (2024-11-28)
2
+
3
+
4
+ ### Features
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))
2
10
 
3
11
 
4
12
  ### Bug Fixes
5
13
 
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))
6
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))
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.8.0",
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",