@roomle/embedding-lib 5.15.0-alpha.1 → 5.15.0-alpha.3

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,21 +1,12 @@
1
- ## [5.15.0-alpha.1](https://github.com/roomle-dev/roomle-ui/compare/embedding-lib-v5.14.0...embedding-lib-v5.15.0-alpha.1) (2025-03-25)
1
+ ## [5.15.0-alpha.3](https://github.com/roomle-dev/roomle-ui/compare/embedding-lib-v5.15.0-alpha.2...embedding-lib-v5.15.0-alpha.3) (2025-03-28)
2
2
 
3
3
 
4
4
  ### Features
5
5
 
6
- * pitched roof - add point, 2m room hight ([989e2fb](https://github.com/roomle-dev/roomle-ui/commit/989e2fbe931531c19cd66417d1dda9d9eda76edc))
7
- * **SDK:** upgrade to version 2.96.0 ([#1565](https://github.com/roomle-dev/roomle-ui/issues/1565)) ([49b04aa](https://github.com/roomle-dev/roomle-ui/commit/49b04aa9e466591083dc6f775f01c78850bf91b7))
8
- * **SDK:** upgrade to version 2.96.0-alpha.21 ([#1556](https://github.com/roomle-dev/roomle-ui/issues/1556)) ([6dc052a](https://github.com/roomle-dev/roomle-ui/commit/6dc052a4d626a40030f2a43779dcd3af395eb7e9))
9
- * **SDK:** upgrade to version 2.96.0-alpha.22 ([#1557](https://github.com/roomle-dev/roomle-ui/issues/1557)) ([68336d9](https://github.com/roomle-dev/roomle-ui/commit/68336d9eccd87e6d8898fb3db91f46f87151de19))
10
- * **SDK:** upgrade to version 2.96.0-alpha.23 ([#1558](https://github.com/roomle-dev/roomle-ui/issues/1558)) ([48b04f2](https://github.com/roomle-dev/roomle-ui/commit/48b04f2ea8feadd460f8275cdca1a870f94117b6))
11
- * **SDK:** upgrade to version 2.96.0-alpha.24 ([#1563](https://github.com/roomle-dev/roomle-ui/issues/1563)) ([17444f0](https://github.com/roomle-dev/roomle-ui/commit/17444f000883d3c4899a9a9635ed47b0d523d079))
6
+ * **SDK:** upgrade to version 2.97.0-alpha.4 ([#1570](https://github.com/roomle-dev/roomle-ui/issues/1570)) ([b06abd3](https://github.com/roomle-dev/roomle-ui/commit/b06abd3c9bb79ff06c054b0d8ddedf4db720d20c))
7
+ * **SDK:** upgrade to version 2.97.0-alpha.5 ([#1571](https://github.com/roomle-dev/roomle-ui/issues/1571)) ([e84b9c1](https://github.com/roomle-dev/roomle-ui/commit/e84b9c19e9fc40bc57b2ee25f801609c0784bbcb))
12
8
 
13
9
 
14
10
  ### Bug Fixes
15
11
 
16
- * additional check ([325a0cf](https://github.com/roomle-dev/roomle-ui/commit/325a0cf29e2813dab73be76ec122b197033ef8c7))
17
- * alignment of tool tip icon not centered with parameter title ([58e682b](https://github.com/roomle-dev/roomle-ui/commit/58e682b9bbb7f600314fc03cb914846e248d6b3c))
18
- * make external configurations open selection ([0920666](https://github.com/roomle-dev/roomle-ui/commit/0920666bf85c1f6d6921c8bbb2c3b8bb15e9dc97))
19
- * missing inner-search ([bf89915](https://github.com/roomle-dev/roomle-ui/commit/bf89915d400fa79bac8795b227a4be3ef37d06dd))
20
- * Pitched roof - "a" not correct value ([1c33141](https://github.com/roomle-dev/roomle-ui/commit/1c33141d0bbc53771ee8b4573b4aa66457b8270f))
21
- * svg style, prop warnings, tooltip font size ([e6ee21b](https://github.com/roomle-dev/roomle-ui/commit/e6ee21b194aa4ccc34eddc64a00ae6307d872fe2))
12
+ * sloping wall mm values are overwritten ([5e58659](https://github.com/roomle-dev/roomle-ui/commit/5e586594ec4e0fc92159d78c7e8312fcc5298800))
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@roomle/embedding-lib",
3
- "version": "5.15.0-alpha.1",
3
+ "version": "5.15.0-alpha.3",
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.97.0-alpha.1"
32
+ "@roomle/web-sdk": "2.97.0-alpha.7"
33
33
  },
34
34
  "repository": {
35
35
  "type": "git",