@roomle/embedding-lib 6.12.1-alpha.1 → 6.12.1-alpha.2

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,4 +1,10 @@
1
- ## <small>6.12.1-alpha.1 (2026-07-28)</small>
1
+ ## <small>6.12.1-alpha.2 (2026-07-28)</small>
2
2
 
3
- * Merge pull request #2825 from roomle-dev/fix/parseNumberInitDataAsNumber ([41f90eb](https://github.com/roomle-dev/roomle-ui/commit/41f90eb)), closes [#2825](https://github.com/roomle-dev/roomle-ui/issues/2825)
4
- * fix: actually parse init data number values as numbers not strings ([ad37612](https://github.com/roomle-dev/roomle-ui/commit/ad37612))
3
+ * Merge branch 'master' into fix/fence-issues ([cd2a4d0](https://github.com/roomle-dev/roomle-ui/commit/cd2a4d0))
4
+ * Merge branch 'master' into fix/fence-issues ([8541ff4](https://github.com/roomle-dev/roomle-ui/commit/8541ff4))
5
+ * Merge branch 'master' into fix/fence-issues ([99fb861](https://github.com/roomle-dev/roomle-ui/commit/99fb861))
6
+ * Merge branch 'master' into fix/fence-issues ([bdae0b8](https://github.com/roomle-dev/roomle-ui/commit/bdae0b8))
7
+ * Merge branch 'master' into fix/fence-issues ([12e1286](https://github.com/roomle-dev/roomle-ui/commit/12e1286))
8
+ * Merge pull request #2832 from roomle-dev/fix/fence-issues ([423ea8f](https://github.com/roomle-dev/roomle-ui/commit/423ea8f)), closes [#2832](https://github.com/roomle-dev/roomle-ui/issues/2832)
9
+ * fix: floor deselecting after sloping length change and make the fence line in 2d always visible ([ec38215](https://github.com/roomle-dev/roomle-ui/commit/ec38215))
10
+ * fix(planner): show loading cursor while a fence node drop is committing ([11d9d74](https://github.com/roomle-dev/roomle-ui/commit/11d9d74))
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@roomle/embedding-lib",
3
- "version": "6.12.1-alpha.1",
3
+ "version": "6.12.1-alpha.2",
4
4
  "description": "This is a small library which can be used to communicate with the Roomle Configurator. ES modules only (browser-compatible).",
5
5
  "type": "module",
6
6
  "main": "./roomle-embedding-lib.js",