@roomle/embedding-lib 7.2.0-alpha.3 → 7.2.0-alpha.4
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,9 +1,14 @@
|
|
|
1
|
-
## 7.2.0-alpha.
|
|
1
|
+
## 7.2.0-alpha.4 (2026-08-31)
|
|
2
2
|
|
|
3
|
-
* Merge
|
|
4
|
-
* Merge pull request #
|
|
5
|
-
* Merge pull request #
|
|
6
|
-
*
|
|
7
|
-
*
|
|
8
|
-
*
|
|
9
|
-
*
|
|
3
|
+
* Merge branch 'master' into RML-17680-hide-ceiling-in-perspective-image ([60580e0](https://github.com/roomle-dev/roomle-ui/commit/60580e0))
|
|
4
|
+
* Merge pull request #2927 from roomle-dev/RML-17680-hide-ceiling-in-perspective-image ([b57d462](https://github.com/roomle-dev/roomle-ui/commit/b57d462)), closes [#2927](https://github.com/roomle-dev/roomle-ui/issues/2927)
|
|
5
|
+
* Merge pull request #2929 from roomle-dev/upgraded-by-ci/core-2.83.0-alpha.9 ([8eb321a](https://github.com/roomle-dev/roomle-ui/commit/8eb321a)), closes [#2929](https://github.com/roomle-dev/roomle-ui/issues/2929)
|
|
6
|
+
* Merge pull request #2930 from roomle-dev/revert/e1af3fb-parameter-groups ([d0320ae](https://github.com/roomle-dev/roomle-ui/commit/d0320ae)), closes [#2930](https://github.com/roomle-dev/roomle-ui/issues/2930)
|
|
7
|
+
* Merge pull request #2931 from roomle-dev/upgraded-by-ci/core-2.83.0-alpha.10 ([b10ec19](https://github.com/roomle-dev/roomle-ui/commit/b10ec19)), closes [#2931](https://github.com/roomle-dev/roomle-ui/issues/2931)
|
|
8
|
+
* feat(core): upgrade to version 2.83.0-alpha.10 ([53ecfd7](https://github.com/roomle-dev/roomle-ui/commit/53ecfd7))
|
|
9
|
+
* feat(core): upgrade to version 2.83.0-alpha.9 ([edd4f5a](https://github.com/roomle-dev/roomle-ui/commit/edd4f5a))
|
|
10
|
+
* test(configurator): guard disabled parameter groups in planner ([bfc8b10](https://github.com/roomle-dev/roomle-ui/commit/bfc8b10))
|
|
11
|
+
* revert(configurator): undo parameter groups visibility override ([7d5aa49](https://github.com/roomle-dev/roomle-ui/commit/7d5aa49))
|
|
12
|
+
* refactor(planner): remove redundant ceiling export override ([0d61ab9](https://github.com/roomle-dev/roomle-ui/commit/0d61ab9))
|
|
13
|
+
* style: format planner perspective export test ([c7ab06d](https://github.com/roomle-dev/roomle-ui/commit/c7ab06d))
|
|
14
|
+
* fix(planner): hide ceiling in perspective image export ([e6b19cb](https://github.com/roomle-dev/roomle-ui/commit/e6b19cb))
|
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.4",
|
|
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",
|