@roomle/embedding-lib 5.11.0-alpha.2 → 5.11.1
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,6 @@
|
|
|
1
|
-
## [5.11.
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
### Features
|
|
5
|
-
|
|
6
|
-
* add object highlighting on hover to product list objects ([e067163](https://github.com/roomle-dev/roomle-ui/commit/e067163cfad8584cab6ed6f8b9f933b73858f8d3))
|
|
7
|
-
* make Items selectable via product list ([fe76875](https://github.com/roomle-dev/roomle-ui/commit/fe768756f744b704410b3b4dbbabdc81dd0b2f28))
|
|
8
|
-
* **SDK:** upgrade to version 2.93.0-alpha.2 ([#1454](https://github.com/roomle-dev/roomle-ui/issues/1454)) ([e2cf0c7](https://github.com/roomle-dev/roomle-ui/commit/e2cf0c77f672064d196a4626bbec999e1aecbd4a))
|
|
9
|
-
* **SDK:** upgrade to version 2.93.0-alpha.3 ([#1456](https://github.com/roomle-dev/roomle-ui/issues/1456)) ([6f094e3](https://github.com/roomle-dev/roomle-ui/commit/6f094e3b65be9ead6b2a5b416e77c044bfc143e1))
|
|
10
|
-
* **SDK:** upgrade to version 2.93.0-alpha.4 ([#1463](https://github.com/roomle-dev/roomle-ui/issues/1463)) ([dd069b2](https://github.com/roomle-dev/roomle-ui/commit/dd069b265fd8f0002a92780f5162899acd25877a))
|
|
11
|
-
* **SDK:** upgrade to version 2.93.0-alpha.5 ([#1466](https://github.com/roomle-dev/roomle-ui/issues/1466)) ([86cdec1](https://github.com/roomle-dev/roomle-ui/commit/86cdec14d5ebf59c5d5f94a50297c68692e28773))
|
|
1
|
+
## [5.11.1](https://github.com/roomle-dev/roomle-ui/compare/embedding-lib-v5.11.0...embedding-lib-v5.11.1) (2025-02-17)
|
|
12
2
|
|
|
13
3
|
|
|
14
4
|
### Bug Fixes
|
|
15
5
|
|
|
16
|
-
*
|
|
17
|
-
* SDK: Floor color looks strange on Safari ([7bf1e40](https://github.com/roomle-dev/roomle-ui/commit/7bf1e40f6a3fd6c60fd7624f02e05ff3ab493699))
|
|
6
|
+
* add a core version that serializes json correctly also if a string contains JSON ([b05e1eb](https://github.com/roomle-dev/roomle-ui/commit/b05e1ebc6677df064e6ae89d0eb3100381d6baff))
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@roomle/embedding-lib",
|
|
3
|
-
"version": "5.11.
|
|
3
|
+
"version": "5.11.1",
|
|
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.
|
|
32
|
+
"@roomle/web-sdk": "2.94.0"
|
|
33
33
|
},
|
|
34
34
|
"repository": {
|
|
35
35
|
"type": "git",
|