@roomle/embedding-lib 5.28.0-alpha.7 → 5.29.0-alpha.1

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,6 +1,8 @@
1
- ## [5.28.0-alpha.7](https://github.com/roomle-dev/roomle-ui/compare/embedding-lib-v5.28.0-alpha.6...embedding-lib-v5.28.0-alpha.7) (2025-09-18)
1
+ ## [5.29.0-alpha.1](https://github.com/roomle-dev/roomle-ui/compare/embedding-lib-v5.28.0...embedding-lib-v5.29.0-alpha.1) (2025-09-24)
2
2
 
3
3
 
4
- ### Bug Fixes
4
+ ### Features
5
5
 
6
- * Cannot hide Bottom Bar on mobile ([6deb1dd](https://github.com/roomle-dev/roomle-ui/commit/6deb1dd07af51ffe2ac7d209e8d1e76f3c901ffc))
6
+ * core api - external object update ([2dea816](https://github.com/roomle-dev/roomle-ui/commit/2dea81694e0257b6b2fb742d25cd5b0190ed3c23))
7
+ * **core:** upgrade to version 2.61.0-alpha.1 ([540c602](https://github.com/roomle-dev/roomle-ui/commit/540c6025f6834a34b5167a6ed01e59a8ca8bdcfa))
8
+ * **core:** upgrade to version 2.61.0-alpha.2 ([d364aff](https://github.com/roomle-dev/roomle-ui/commit/d364aff10df8e67b47900be7a7ef249546200a10))
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@roomle/embedding-lib",
3
- "version": "5.28.0-alpha.7",
3
+ "version": "5.29.0-alpha.1",
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",
@@ -161,6 +161,7 @@ export interface ExternalObjectLoadConfiguration {
161
161
  correctArrangement: boolean;
162
162
  findFreeSpaceInPlan: boolean;
163
163
  isVisible: boolean;
164
+ respondWithPositionInPlan: boolean;
164
165
  }
165
166
  export interface PlanInteractionHandler {
166
167
  init(reference: PlanInteractionHandler, zoomFactor: number, viewSnapDist: number, wallSnapMode: any, objectSnapMode: any, shouldSnap: boolean, drawingType: any): PlanInteractionHandler;