@roomle/embedding-lib 5.5.0 → 5.6.0-alpha.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,20 +1,17 @@
|
|
|
1
|
-
## [5.
|
|
1
|
+
## [5.6.0-alpha.1](https://github.com/roomle-dev/roomle-ui/compare/embedding-lib-v5.5.0...embedding-lib-v5.6.0-alpha.1) (2024-10-24)
|
|
2
2
|
|
|
3
3
|
|
|
4
4
|
### Features
|
|
5
5
|
|
|
6
|
-
*
|
|
7
|
-
* **SDK:** upgrade to version 2.
|
|
8
|
-
* **SDK:** upgrade to version 2.87.0-alpha.1 ([#1285](https://github.com/roomle-dev/roomle-ui/issues/1285)) ([fa214a9](https://github.com/roomle-dev/roomle-ui/commit/fa214a98b18edae8629f819b30ac7025508c1e96))
|
|
6
|
+
* **SDK:** upgrade to version 2.87.0 ([#1305](https://github.com/roomle-dev/roomle-ui/issues/1305)) ([7d72d28](https://github.com/roomle-dev/roomle-ui/commit/7d72d28546980c55b7fa98abe9b8dc4b9a79456d))
|
|
7
|
+
* **SDK:** upgrade to version 2.88.0-alpha.1 ([#1308](https://github.com/roomle-dev/roomle-ui/issues/1308)) ([a9dbfa9](https://github.com/roomle-dev/roomle-ui/commit/a9dbfa9e15f39c83374e714c564ebb8c0c8edfc2))
|
|
9
8
|
|
|
10
9
|
|
|
11
10
|
### Bug Fixes
|
|
12
11
|
|
|
13
|
-
*
|
|
14
|
-
*
|
|
15
|
-
*
|
|
16
|
-
*
|
|
17
|
-
*
|
|
18
|
-
*
|
|
19
|
-
* search input showing when elements are empty ([e59f0a8](https://github.com/roomle-dev/roomle-ui/commit/e59f0a876df49caeb8c0526e6c0c36553006b214))
|
|
20
|
-
* tests ([9eccce6](https://github.com/roomle-dev/roomle-ui/commit/9eccce6919bad8bf0748b6b3be4c66f0cea4d588))
|
|
12
|
+
* AR url for arc and brave browsers ([d166054](https://github.com/roomle-dev/roomle-ui/commit/d1660547ca7deb169ae224ed6ea8d11fe2479cf6))
|
|
13
|
+
* correctly select notification widths on mobile when interactions are expanded ([f59742d](https://github.com/roomle-dev/roomle-ui/commit/f59742d8bb15572e35862f68f38ce491577c7f95))
|
|
14
|
+
* do not remove initial width ([1270073](https://github.com/roomle-dev/roomle-ui/commit/12700737a43d95ea53912e5fde3bc153da66c170))
|
|
15
|
+
* move style change into desktop ([773aaaf](https://github.com/roomle-dev/roomle-ui/commit/773aaaf6737dc9aad9161853b59a0b936e6ec8e9))
|
|
16
|
+
* overflowing interaction container when second level drawer is open ([786489c](https://github.com/roomle-dev/roomle-ui/commit/786489c38debe8a380c3a8b40631deed7a583c2d))
|
|
17
|
+
* try to use another version of hasARQuicklook helper ([92e8f12](https://github.com/roomle-dev/roomle-ui/commit/92e8f12557c869b743e831d7f346be779adcfc0b))
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@roomle/embedding-lib",
|
|
3
|
-
"version": "5.
|
|
3
|
+
"version": "5.6.0-alpha.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.88.0-alpha.1"
|
|
33
33
|
},
|
|
34
34
|
"repository": {
|
|
35
35
|
"type": "git",
|