@roomle/embedding-lib 5.15.0-alpha.1 → 5.15.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,21 +1,7 @@
|
|
|
1
|
-
## [5.15.0-alpha.
|
|
1
|
+
## [5.15.0-alpha.2](https://github.com/roomle-dev/roomle-ui/compare/embedding-lib-v5.15.0-alpha.1...embedding-lib-v5.15.0-alpha.2) (2025-03-26)
|
|
2
2
|
|
|
3
3
|
|
|
4
4
|
### Features
|
|
5
5
|
|
|
6
|
-
*
|
|
7
|
-
* **SDK:** upgrade to version 2.
|
|
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))
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
### Bug Fixes
|
|
15
|
-
|
|
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))
|
|
6
|
+
* **SDK:** upgrade to version 2.97.0-alpha.2 ([#1567](https://github.com/roomle-dev/roomle-ui/issues/1567)) ([3ff6221](https://github.com/roomle-dev/roomle-ui/commit/3ff6221f926d601e16bdef31e0ec977ee17cdc20))
|
|
7
|
+
* **SDK:** upgrade to version 2.97.0-alpha.3 ([#1569](https://github.com/roomle-dev/roomle-ui/issues/1569)) ([0d62d5c](https://github.com/roomle-dev/roomle-ui/commit/0d62d5c00d931473059a48e9f4300dd11693c7c8))
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@roomle/embedding-lib",
|
|
3
|
-
"version": "5.15.0-alpha.
|
|
3
|
+
"version": "5.15.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.97.0-alpha.
|
|
32
|
+
"@roomle/web-sdk": "2.97.0-alpha.3"
|
|
33
33
|
},
|
|
34
34
|
"repository": {
|
|
35
35
|
"type": "git",
|