@roomle/embedding-lib 5.21.0-alpha.1 → 5.21.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,16 +1,16 @@
1
- ## [5.21.0-alpha.1](https://github.com/roomle-dev/roomle-ui/compare/embedding-lib-v5.20.0...embedding-lib-v5.21.0-alpha.1) (2025-05-27)
1
+ ## [5.21.0-alpha.3](https://github.com/roomle-dev/roomle-ui/compare/embedding-lib-v5.21.0-alpha.2...embedding-lib-v5.21.0-alpha.3) (2025-06-03)
2
2
 
3
3
 
4
4
  ### Features
5
5
 
6
- * add a package to test several http responses for more detail see: ([9154316](https://github.com/roomle-dev/roomle-ui/commit/9154316d1e7bb74c7415f2c593cbba492158b567))
7
- * **SDK:** upgrade to version 2.101.1-alpha.1 ([#1701](https://github.com/roomle-dev/roomle-ui/issues/1701)) ([11ba235](https://github.com/roomle-dev/roomle-ui/commit/11ba2352307152d380edc2b3e173db984f78be5b))
8
- * **SDK:** upgrade to version 2.102.0-alpha.1 ([#1707](https://github.com/roomle-dev/roomle-ui/issues/1707)) ([73a0705](https://github.com/roomle-dev/roomle-ui/commit/73a0705d10b088a15479c817da3ae45d8b56e357))
9
- * **SDK:** upgrade to version 2.102.0-alpha.2 ([#1708](https://github.com/roomle-dev/roomle-ui/issues/1708)) ([e7b539b](https://github.com/roomle-dev/roomle-ui/commit/e7b539b0577094bdad480cca51d1bf1db97f7a6b))
6
+ * **SDK:** upgrade to version 2.102.0-alpha.4 ([#1711](https://github.com/roomle-dev/roomle-ui/issues/1711)) ([fc8f1f0](https://github.com/roomle-dev/roomle-ui/commit/fc8f1f074f28b7c75415c0cd13921ea8b5a32104))
7
+ * **SDK:** upgrade to version 2.102.0-alpha.5 ([#1714](https://github.com/roomle-dev/roomle-ui/issues/1714)) ([0cb4da0](https://github.com/roomle-dev/roomle-ui/commit/0cb4da0bd404a7e3c7fab99b31c9790f4ef79405))
8
+ * **SDK:** upgrade to version 2.102.0-alpha.6 ([#1715](https://github.com/roomle-dev/roomle-ui/issues/1715)) ([cf3d969](https://github.com/roomle-dev/roomle-ui/commit/cf3d96940837dc658e75446648059286c8deb46c))
9
+ * **SDK:** upgrade to version 2.102.0-alpha.7 ([#1716](https://github.com/roomle-dev/roomle-ui/issues/1716)) ([f75cc4d](https://github.com/roomle-dev/roomle-ui/commit/f75cc4d8c8952dbaed4f5905b348bbc47f64c882))
10
10
 
11
11
 
12
12
  ### Bug Fixes
13
13
 
14
- * handle rapi exception more gracefully ([b2c2555](https://github.com/roomle-dev/roomle-ui/commit/b2c255586f95054e5f9dd7fb658ef36128f05ed5))
15
- * hide parameter groups if we are in view only mode ([b31a85f](https://github.com/roomle-dev/roomle-ui/commit/b31a85f0712840a490685fa331442b1c99ad139f))
16
- * use SDK which handles static items fake lights better ([f9a010f](https://github.com/roomle-dev/roomle-ui/commit/f9a010fd45ba46fd16d52f1b42b556bb4aae75ea))
14
+ * hardcode the bounds of an L shaped room to avoid wall dragging strangeness ([ab12e7b](https://github.com/roomle-dev/roomle-ui/commit/ab12e7bdbf0c68088623e4afd22fc2476e1faaa3))
15
+ * just increase the size of the L room slightly ([a613926](https://github.com/roomle-dev/roomle-ui/commit/a61392697fc9e8fc7b6c9e8aefc2c942004111c1))
16
+ * update comment ([e7814eb](https://github.com/roomle-dev/roomle-ui/commit/e7814ebfce057acf1359bc25c88ee23c8ed3db87))
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@roomle/embedding-lib",
3
- "version": "5.21.0-alpha.1",
3
+ "version": "5.21.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.102.0-alpha.2"
32
+ "@roomle/web-sdk": "2.102.0-alpha.7"
33
33
  },
34
34
  "repository": {
35
35
  "type": "git",