@roomle/embedding-lib 7.1.0-alpha.7 → 7.1.0-alpha.8
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,5 @@
|
|
|
1
|
-
## 7.1.0-alpha.
|
|
1
|
+
## 7.1.0-alpha.8 (2026-08-20)
|
|
2
2
|
|
|
3
|
-
* Merge pull request #
|
|
4
|
-
*
|
|
3
|
+
* Merge pull request #2893 from roomle-dev/fix/remove-rotate-camera-on-add-room ([9e68a19](https://github.com/roomle-dev/roomle-ui/commit/9e68a19)), closes [#2893](https://github.com/roomle-dev/roomle-ui/issues/2893)
|
|
4
|
+
* chore: fix fail test ([52366b6](https://github.com/roomle-dev/roomle-ui/commit/52366b6))
|
|
5
|
+
* fix: remove camera rotation on add L-room shape ([441d171](https://github.com/roomle-dev/roomle-ui/commit/441d171))
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@roomle/embedding-lib",
|
|
3
|
-
"version": "7.1.0-alpha.
|
|
3
|
+
"version": "7.1.0-alpha.8",
|
|
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",
|