@roomle/embedding-lib 5.6.0-alpha.2 → 5.6.0-alpha.3

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,11 @@
1
- ## [5.6.0-alpha.2](https://github.com/roomle-dev/roomle-ui/compare/embedding-lib-v5.6.0-alpha.1...embedding-lib-v5.6.0-alpha.2) (2024-10-29)
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)
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.88.0-alpha.2 ([#1312](https://github.com/roomle-dev/roomle-ui/issues/1312)) ([b1c8905](https://github.com/roomle-dev/roomle-ui/commit/b1c8905b358ad62b2e7c675d9de546e9281490d1))
9
- * working eslint flat config ([03176a6](https://github.com/roomle-dev/roomle-ui/commit/03176a6dbb57f8b3ce7c95328efa9906f68151b2))
6
+ * **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))
10
7
 
11
8
 
12
9
  ### Bug Fixes
13
10
 
14
- * a couple of type errors ([2f55e03](https://github.com/roomle-dev/roomle-ui/commit/2f55e03b044fcfb9e829cf24a7b0635505ad82da))
15
- * failing unit tests ([ba69c49](https://github.com/roomle-dev/roomle-ui/commit/ba69c491326175c424b1d6d7ee8f41a749bf39b3))
16
- * feedback changes, vscode settings, add oxlint promises rule ([b3bb64e](https://github.com/roomle-dev/roomle-ui/commit/b3bb64e1125e994b07fc90f735eaaa53a3a6fb23))
17
- * optional props on collectionview ([cdce94d](https://github.com/roomle-dev/roomle-ui/commit/cdce94d94261f466019792ea878c7709de11c87d))
18
- * remaining issues ([9d6db1a](https://github.com/roomle-dev/roomle-ui/commit/9d6db1aef414950f9485dc0c6fd15ea27f783f1c))
19
- * typescript and eslint ([6ee5c0a](https://github.com/roomle-dev/roomle-ui/commit/6ee5c0ae0938e842040ba1084c91b3f1a9d8f6b6))
20
- * Unexpected aliasing of 'this' to local variable. in exposed-api.ts ([c5c142b](https://github.com/roomle-dev/roomle-ui/commit/c5c142b28d4b07c31ae255ceb471bbfc117e2925))
11
+ * check correctly if a method is there or not ([505066e](https://github.com/roomle-dev/roomle-ui/commit/505066e200fb4f656447459b3d7d552937bfb1db))
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@roomle/embedding-lib",
3
- "version": "5.6.0-alpha.2",
3
+ "version": "5.6.0-alpha.3",
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.4"
32
+ "@roomle/web-sdk": "2.88.0-alpha.5"
33
33
  },
34
34
  "repository": {
35
35
  "type": "git",