@roomle/embedding-lib 5.6.0-alpha.3 → 5.6.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,11 +1,31 @@
1
- ## [5.6.0-alpha.3](https://github.com/roomle-dev/roomle-ui/compare/embedding-lib-v5.6.0-alpha.2...embedding-lib-v5.6.0-alpha.3) (2024-11-04)
1
+ ## [5.6.0](https://github.com/roomle-dev/roomle-ui/compare/embedding-lib-v5.5.0...embedding-lib-v5.6.0) (2024-11-05)
2
2
 
3
3
 
4
4
  ### Features
5
5
 
6
+ * enable wall auto height behind feature flag ([d74da57](https://github.com/roomle-dev/roomle-ui/commit/d74da578261639d02155c02c7bd13c5f77a0090d))
7
+ * oxlint ([796acb1](https://github.com/roomle-dev/roomle-ui/commit/796acb1f2c2aa7f64f6af11640e7fd0ccc33ba88))
8
+ * **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))
9
+ * **SDK:** upgrade to version 2.88.0 ([#1328](https://github.com/roomle-dev/roomle-ui/issues/1328)) ([78688c8](https://github.com/roomle-dev/roomle-ui/commit/78688c852990336af63caa4048cf898d94d4408b))
10
+ * **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))
11
+ * **SDK:** upgrade to version 2.88.0-alpha.2 ([#1312](https://github.com/roomle-dev/roomle-ui/issues/1312)) ([b1c8905](https://github.com/roomle-dev/roomle-ui/commit/b1c8905b358ad62b2e7c675d9de546e9281490d1))
6
12
  * **SDK:** upgrade to version 2.88.0-alpha.5 ([#1323](https://github.com/roomle-dev/roomle-ui/issues/1323)) ([8f34bc1](https://github.com/roomle-dev/roomle-ui/commit/8f34bc1a7d37123169047a15f45ae54dca134bec))
13
+ * working eslint flat config ([03176a6](https://github.com/roomle-dev/roomle-ui/commit/03176a6dbb57f8b3ce7c95328efa9906f68151b2))
7
14
 
8
15
 
9
16
  ### Bug Fixes
10
17
 
18
+ * a couple of type errors ([2f55e03](https://github.com/roomle-dev/roomle-ui/commit/2f55e03b044fcfb9e829cf24a7b0635505ad82da))
19
+ * AR url for arc and brave browsers ([d166054](https://github.com/roomle-dev/roomle-ui/commit/d1660547ca7deb169ae224ed6ea8d11fe2479cf6))
11
20
  * check correctly if a method is there or not ([505066e](https://github.com/roomle-dev/roomle-ui/commit/505066e200fb4f656447459b3d7d552937bfb1db))
21
+ * correctly select notification widths on mobile when interactions are expanded ([f59742d](https://github.com/roomle-dev/roomle-ui/commit/f59742d8bb15572e35862f68f38ce491577c7f95))
22
+ * do not remove initial width ([1270073](https://github.com/roomle-dev/roomle-ui/commit/12700737a43d95ea53912e5fde3bc153da66c170))
23
+ * failing unit tests ([ba69c49](https://github.com/roomle-dev/roomle-ui/commit/ba69c491326175c424b1d6d7ee8f41a749bf39b3))
24
+ * feedback changes, vscode settings, add oxlint promises rule ([b3bb64e](https://github.com/roomle-dev/roomle-ui/commit/b3bb64e1125e994b07fc90f735eaaa53a3a6fb23))
25
+ * move style change into desktop ([773aaaf](https://github.com/roomle-dev/roomle-ui/commit/773aaaf6737dc9aad9161853b59a0b936e6ec8e9))
26
+ * optional props on collectionview ([cdce94d](https://github.com/roomle-dev/roomle-ui/commit/cdce94d94261f466019792ea878c7709de11c87d))
27
+ * overflowing interaction container when second level drawer is open ([786489c](https://github.com/roomle-dev/roomle-ui/commit/786489c38debe8a380c3a8b40631deed7a583c2d))
28
+ * remaining issues ([9d6db1a](https://github.com/roomle-dev/roomle-ui/commit/9d6db1aef414950f9485dc0c6fd15ea27f783f1c))
29
+ * try to use another version of hasARQuicklook helper ([92e8f12](https://github.com/roomle-dev/roomle-ui/commit/92e8f12557c869b743e831d7f346be779adcfc0b))
30
+ * typescript and eslint ([6ee5c0a](https://github.com/roomle-dev/roomle-ui/commit/6ee5c0ae0938e842040ba1084c91b3f1a9d8f6b6))
31
+ * Unexpected aliasing of 'this' to local variable. in exposed-api.ts ([c5c142b](https://github.com/roomle-dev/roomle-ui/commit/c5c142b28d4b07c31ae255ceb471bbfc117e2925))
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@roomle/embedding-lib",
3
- "version": "5.6.0-alpha.3",
3
+ "version": "5.6.0",
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.88.0-alpha.5"
32
+ "@roomle/web-sdk": "2.88.0"
33
33
  },
34
34
  "repository": {
35
35
  "type": "git",