@roomle/embedding-lib 5.11.0-alpha.2 → 5.11.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,17 +1,22 @@
|
|
|
1
|
-
## [5.11.0
|
|
1
|
+
## [5.11.0](https://github.com/roomle-dev/roomle-ui/compare/embedding-lib-v5.10.0...embedding-lib-v5.11.0) (2025-02-12)
|
|
2
2
|
|
|
3
3
|
|
|
4
4
|
### Features
|
|
5
5
|
|
|
6
6
|
* add object highlighting on hover to product list objects ([e067163](https://github.com/roomle-dev/roomle-ui/commit/e067163cfad8584cab6ed6f8b9f933b73858f8d3))
|
|
7
7
|
* make Items selectable via product list ([fe76875](https://github.com/roomle-dev/roomle-ui/commit/fe768756f744b704410b3b4dbbabdc81dd0b2f28))
|
|
8
|
+
* **SDK:** upgrade to 2.93.0-alpha.1 ([c64be1b](https://github.com/roomle-dev/roomle-ui/commit/c64be1bf3e09aef2746f978c424fe87e4bd2b321))
|
|
9
|
+
* **SDK:** upgrade to version 2.92.0 ([#1448](https://github.com/roomle-dev/roomle-ui/issues/1448)) ([e7445f2](https://github.com/roomle-dev/roomle-ui/commit/e7445f207df93c365218c9de0e5493d6bb5e5cff))
|
|
8
10
|
* **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
11
|
* **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
12
|
* **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
13
|
* **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))
|
|
14
|
+
* use tenant from configurator id ([24422be](https://github.com/roomle-dev/roomle-ui/commit/24422be1bb3b4146a4016ee3741d82430f80240d))
|
|
12
15
|
|
|
13
16
|
|
|
14
17
|
### Bug Fixes
|
|
15
18
|
|
|
16
19
|
* dont enable GA by default ([156e233](https://github.com/roomle-dev/roomle-ui/commit/156e23375dede430b5b2b40ca087d27376ae37f3))
|
|
20
|
+
* improve Notification cards: Swipe functionality ([3d3866d](https://github.com/roomle-dev/roomle-ui/commit/3d3866d68a6f5858addd3de8b5aba40c43ef3870))
|
|
17
21
|
* SDK: Floor color looks strange on Safari ([7bf1e40](https://github.com/roomle-dev/roomle-ui/commit/7bf1e40f6a3fd6c60fd7624f02e05ff3ab493699))
|
|
22
|
+
* typescript error when build embedding lib ([b73ed20](https://github.com/roomle-dev/roomle-ui/commit/b73ed20880d6f5688603d2a25f4e92b477a8344f))
|
package/package.json
CHANGED