@roomle/embedding-lib 6.12.1-alpha.2 → 6.12.1-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,10 +1,8 @@
|
|
|
1
|
-
## <small>6.12.1-alpha.
|
|
1
|
+
## <small>6.12.1-alpha.3 (2026-07-29)</small>
|
|
2
2
|
|
|
3
|
-
* Merge branch 'master' into fix/
|
|
4
|
-
* Merge
|
|
5
|
-
*
|
|
6
|
-
*
|
|
7
|
-
*
|
|
8
|
-
*
|
|
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))
|
|
3
|
+
* Merge branch 'master' into fix/2d-measurement-labels-master ([ec348ed](https://github.com/roomle-dev/roomle-ui/commit/ec348ed))
|
|
4
|
+
* Merge pull request #2838 from roomle-dev/fix/2d-measurement-labels-master ([a5bbd87](https://github.com/roomle-dev/roomle-ui/commit/a5bbd87)), closes [#2838](https://github.com/roomle-dev/roomle-ui/issues/2838)
|
|
5
|
+
* fix: port 2D measurement label fixes from SDK branch to master ([ed14c66](https://github.com/roomle-dev/roomle-ui/commit/ed14c66))
|
|
6
|
+
* fix: skip measurement commit when value is unchanged (master) ([e5c46a5](https://github.com/roomle-dev/roomle-ui/commit/e5c46a5))
|
|
7
|
+
* revert: drop skip-if-unchanged commit guard on master ([2dd0e29](https://github.com/roomle-dev/roomle-ui/commit/2dd0e29))
|
|
8
|
+
* style: run prettier on sdk-connector-planner.spec.ts ([514e7e8](https://github.com/roomle-dev/roomle-ui/commit/514e7e8))
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@roomle/embedding-lib",
|
|
3
|
-
"version": "6.12.1-alpha.
|
|
3
|
+
"version": "6.12.1-alpha.3",
|
|
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",
|