@roomle/embedding-lib 5.31.0-alpha.2 → 5.31.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,27 +1,11 @@
1
- ## [5.31.0-alpha.2](https://github.com/roomle-dev/roomle-ui/compare/embedding-lib-v5.31.0-alpha.1...embedding-lib-v5.31.0-alpha.2) (2025-10-28)
1
+ ## [5.31.0-alpha.3](https://github.com/roomle-dev/roomle-ui/compare/embedding-lib-v5.31.0-alpha.2...embedding-lib-v5.31.0-alpha.3) (2025-10-29)
2
2
 
3
3
 
4
4
  ### Features
5
5
 
6
- * change the look and feel of the normal dimensions ([70a4944](https://github.com/roomle-dev/roomle-ui/commit/70a4944068b402c0dcf5311c0d502c6fd756d502))
7
- * core api - docking preview ([b59ebcb](https://github.com/roomle-dev/roomle-ui/commit/b59ebcb47c245dc08e2c4df1a0eb61ff4a6601be))
8
- * implement camera-aware dimension line positioning ([4f43eb4](https://github.com/roomle-dev/roomle-ui/commit/4f43eb487bef2ef43384a655f1231f8a1a8c7769))
9
- * insert item from external catalog on click ([4ea3635](https://github.com/roomle-dev/roomle-ui/commit/4ea3635a8fad46ba08de383320bdee0f8fbfb64d))
10
- * swap object in plan with item from external catalog ([aff3317](https://github.com/roomle-dev/roomle-ui/commit/aff3317d1129cca74b0693c5642a535ff9904795))
11
- * **core:** upgrade to version 2.63.0-alpha.5 ([8728856](https://github.com/roomle-dev/roomle-ui/commit/87288561dd628c775b70211c5566008fae77a16c))
12
- * **core:** upgrade to version 2.63.0-alpha.6 ([4194874](https://github.com/roomle-dev/roomle-ui/commit/4194874530ec7dcef5a15f52a8d76ec125f4cdf2))
6
+ * **core:** upgrade to version 2.63.0-alpha.7 ([1f05895](https://github.com/roomle-dev/roomle-ui/commit/1f058956c05a5e7d03586ab1ce08b7f3999e53ae))
13
7
 
14
8
 
15
9
  ### Bug Fixes
16
10
 
17
- * checked style ([736ff22](https://github.com/roomle-dev/roomle-ui/commit/736ff229985f3648e8cbda733129003aa810a2d4))
18
- * e2e tests ([84907b4](https://github.com/roomle-dev/roomle-ui/commit/84907b4d7ccdae1f174db714744f6a2973d8ce3b))
19
- * element length scaling ([4259eec](https://github.com/roomle-dev/roomle-ui/commit/4259eec32f83370f018aca72dc3ff97f80285d52))
20
- * feedback fixes ([56d4d74](https://github.com/roomle-dev/roomle-ui/commit/56d4d746e529f0d623626c1cc34218f8b4e780db))
21
- * hide the rotation icon on subcomponents in the planner ([a0e6c31](https://github.com/roomle-dev/roomle-ui/commit/a0e6c31b7bcd02e728b378ef706db0ecad5c79c2))
22
- * implement catalog management UX feedback ([eef28b4](https://github.com/roomle-dev/roomle-ui/commit/eef28b406a58df1a433d33423de760eb73532e4b))
23
- * merge conflicts ([8b891dd](https://github.com/roomle-dev/roomle-ui/commit/8b891ddf2c7641eda01eeb459e8cab1051c255c1))
24
- * remove unneeded comments ([ac8784f](https://github.com/roomle-dev/roomle-ui/commit/ac8784fc643d7c4e2b1ce0c46d225d67846dc67b))
25
- * replace generic inputs ([30e6acb](https://github.com/roomle-dev/roomle-ui/commit/30e6acbfe22858665606b3f33fcc17411f8ed676))
26
- * return return null if plan snapshot doesn't exist ([ba6d95c](https://github.com/roomle-dev/roomle-ui/commit/ba6d95c87260ebfa52b9a19368dfba33b08fb103))
27
- * use possible children component ([162e2e5](https://github.com/roomle-dev/roomle-ui/commit/162e2e505058d3aaeea104482da0cb3cc192e6a3))
11
+ * Sanitizes a URL by removing trailing special characters that would break URL parameter appending ([5653a62](https://github.com/roomle-dev/roomle-ui/commit/5653a629acef6cc888633712b657b3e0825dead9))
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@roomle/embedding-lib",
3
- "version": "5.31.0-alpha.2",
3
+ "version": "5.31.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",