@roomle/embedding-lib 7.2.0-alpha.6 → 7.2.0-alpha.7
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,15 @@
|
|
|
1
|
-
## 7.2.0-alpha.
|
|
1
|
+
## 7.2.0-alpha.7 (2026-09-04)
|
|
2
2
|
|
|
3
|
-
* Merge branch 'master' into
|
|
4
|
-
* Merge
|
|
5
|
-
* Merge pull request #
|
|
6
|
-
*
|
|
7
|
-
*
|
|
8
|
-
*
|
|
3
|
+
* Merge branch 'master' into chore/readiness-and-review-checklist-RML-17707 ([37b739b](https://github.com/roomle-dev/roomle-ui/commit/37b739b))
|
|
4
|
+
* Merge branch 'master' into chore/readiness-and-review-checklist-RML-17707 ([8d69b73](https://github.com/roomle-dev/roomle-ui/commit/8d69b73))
|
|
5
|
+
* Merge pull request #2945 from roomle-dev/chore/readiness-and-review-checklist-RML-17707 ([efe5c6d](https://github.com/roomle-dev/roomle-ui/commit/efe5c6d)), closes [#2945](https://github.com/roomle-dev/roomle-ui/issues/2945)
|
|
6
|
+
* Merge pull request #2948 from roomle-dev/upgraded-by-ci/core-2.83.0-alpha.16 ([4817a08](https://github.com/roomle-dev/roomle-ui/commit/4817a08)), closes [#2948](https://github.com/roomle-dev/roomle-ui/issues/2948)
|
|
7
|
+
* Merge pull request #2949 from roomle-dev/fix/hi-group-adjust-docking-vector-corner-RML-17711 ([79c0c10](https://github.com/roomle-dev/roomle-ui/commit/79c0c10)), closes [#2949](https://github.com/roomle-dev/roomle-ui/issues/2949)
|
|
8
|
+
* docs: add backtest findings to review checklist, bugfix quality and plan step ([76a6d40](https://github.com/roomle-dev/roomle-ui/commit/76a6d40))
|
|
9
|
+
* docs: add readiness rule and microtask coalescing to async guidelines ([7998c7d](https://github.com/roomle-dev/roomle-ui/commit/7998c7d))
|
|
10
|
+
* docs: address review comments on PR #2945 ([5ab4e50](https://github.com/roomle-dev/roomle-ui/commit/5ab4e50)), closes [#2945](https://github.com/roomle-dev/roomle-ui/issues/2945)
|
|
11
|
+
* docs: readiness promise carries its value, arm before the work, make not-ready unrepresentable ([f4e421d](https://github.com/roomle-dev/roomle-ui/commit/f4e421d))
|
|
12
|
+
* docs: record async completion as a promise, never a boolean ([6db1d7d](https://github.com/roomle-dev/roomle-ui/commit/6db1d7d))
|
|
13
|
+
* fix(homag-intelligence): keep the docking vector corner when a group is adjusted ([dc9ae5e](https://github.com/roomle-dev/roomle-ui/commit/dc9ae5e))
|
|
14
|
+
* feat(homag-intelligence): derive a group position from its docking vector corner ([186d568](https://github.com/roomle-dev/roomle-ui/commit/186d568))
|
|
15
|
+
* feat(core): upgrade to version 2.83.0-alpha.16 ([4cc6bde](https://github.com/roomle-dev/roomle-ui/commit/4cc6bde))
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@roomle/embedding-lib",
|
|
3
|
-
"version": "7.2.0-alpha.
|
|
3
|
+
"version": "7.2.0-alpha.7",
|
|
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",
|