@roomle/embedding-lib 5.21.0-alpha.3 → 5.21.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,8 +1,13 @@
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)
1
+ ## [5.21.0](https://github.com/roomle-dev/roomle-ui/compare/embedding-lib-v5.20.0...embedding-lib-v5.21.0) (2025-06-04)
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))
10
+ * **SDK:** upgrade to version 2.102.0-alpha.3 ([#1710](https://github.com/roomle-dev/roomle-ui/issues/1710)) ([656ac8f](https://github.com/roomle-dev/roomle-ui/commit/656ac8f4371bd5477e978eb478ad348a83370b0c))
6
11
  * **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
12
  * **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
13
  * **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))
@@ -11,6 +16,9 @@
11
16
 
12
17
  ### Bug Fixes
13
18
 
19
+ * handle rapi exception more gracefully ([b2c2555](https://github.com/roomle-dev/roomle-ui/commit/b2c255586f95054e5f9dd7fb658ef36128f05ed5))
14
20
  * hardcode the bounds of an L shaped room to avoid wall dragging strangeness ([ab12e7b](https://github.com/roomle-dev/roomle-ui/commit/ab12e7bdbf0c68088623e4afd22fc2476e1faaa3))
21
+ * hide parameter groups if we are in view only mode ([b31a85f](https://github.com/roomle-dev/roomle-ui/commit/b31a85f0712840a490685fa331442b1c99ad139f))
15
22
  * just increase the size of the L room slightly ([a613926](https://github.com/roomle-dev/roomle-ui/commit/a61392697fc9e8fc7b6c9e8aefc2c942004111c1))
16
23
  * update comment ([e7814eb](https://github.com/roomle-dev/roomle-ui/commit/e7814ebfce057acf1359bc25c88ee23c8ed3db87))
24
+ * use SDK which handles static items fake lights better ([f9a010f](https://github.com/roomle-dev/roomle-ui/commit/f9a010fd45ba46fd16d52f1b42b556bb4aae75ea))
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@roomle/embedding-lib",
3
- "version": "5.21.0-alpha.3",
3
+ "version": "5.21.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",