@roomle/embedding-lib 6.12.0-alpha.2 → 6.12.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,8 +1,23 @@
1
- ## 6.12.0-alpha.2 (2026-07-17)
1
+ ## 6.12.0-alpha.4 (2026-07-21)
2
2
 
3
- * BREAKING CHANGE: getPlanInteractionHandler was renamed to getPlanInteractionManager on RoomlePlanner ([5d2ff29](https://github.com/roomle-dev/roomle-ui/commit/5d2ff29))
4
- * Merge branch 'master' into feat/types-qa-v5-breaking-changes ([0b04ef1](https://github.com/roomle-dev/roomle-ui/commit/0b04ef1))
5
- * Merge pull request #2806 from roomle-dev/upgraded-by-ci/core-2.81.0-alpha.7 ([7726bd1](https://github.com/roomle-dev/roomle-ui/commit/7726bd1)), closes [#2806](https://github.com/roomle-dev/roomle-ui/issues/2806)
6
- * Merge pull request #2808 from roomle-dev/feat/types-qa-v5-breaking-changes ([145ffe9](https://github.com/roomle-dev/roomle-ui/commit/145ffe9)), closes [#2808](https://github.com/roomle-dev/roomle-ui/issues/2808)
7
- * chore: update playwright tests ([bef5ce9](https://github.com/roomle-dev/roomle-ui/commit/bef5ce9))
8
- * feat(core): upgrade to version 2.81.0-alpha.7 ([a840fd6](https://github.com/roomle-dev/roomle-ui/commit/a840fd6))
3
+ * Merge branch 'master' into feat/webGpuQuality ([22d577f](https://github.com/roomle-dev/roomle-ui/commit/22d577f))
4
+ * Merge branch 'master' into feat/webGpuQuality ([8205cf1](https://github.com/roomle-dev/roomle-ui/commit/8205cf1))
5
+ * Merge branch 'master' into feat/webGpuQuality ([d17d304](https://github.com/roomle-dev/roomle-ui/commit/d17d304))
6
+ * Merge branch 'master' into feat/webGpuQuality ([b8ece1a](https://github.com/roomle-dev/roomle-ui/commit/b8ece1a))
7
+ * Merge branch 'master' into feat/webGpuQuality ([ea760a2](https://github.com/roomle-dev/roomle-ui/commit/ea760a2))
8
+ * Merge branch 'master' into feat/webGpuQuality ([e88f6cd](https://github.com/roomle-dev/roomle-ui/commit/e88f6cd))
9
+ * Merge branch 'master' into fix/elevation-plan-api ([ac7bdd7](https://github.com/roomle-dev/roomle-ui/commit/ac7bdd7))
10
+ * Merge branch 'master' into fix/elevation-plan-api ([1c57486](https://github.com/roomle-dev/roomle-ui/commit/1c57486))
11
+ * Merge pull request #2746 from roomle-dev/feat/webGpuQuality ([63e0c53](https://github.com/roomle-dev/roomle-ui/commit/63e0c53)), closes [#2746](https://github.com/roomle-dev/roomle-ui/issues/2746)
12
+ * Merge pull request #2804 from roomle-dev/fix/elevation-plan-api ([a5b4740](https://github.com/roomle-dev/roomle-ui/commit/a5b4740)), closes [#2804](https://github.com/roomle-dev/roomle-ui/issues/2804)
13
+ * Merge pull request #2817 from roomle-dev/upgraded-by-ci/core-2.81.0-alpha.11 ([5a04aaf](https://github.com/roomle-dev/roomle-ui/commit/5a04aaf)), closes [#2817](https://github.com/roomle-dev/roomle-ui/issues/2817)
14
+ * feat: add enable/disable flag for autodetect quality level on webgpu ([2a204a7](https://github.com/roomle-dev/roomle-ui/commit/2a204a7))
15
+ * feat: improve fps counter/quality adaptation logic and refactor ([0c0f889](https://github.com/roomle-dev/roomle-ui/commit/0c0f889))
16
+ * feat: refactor create2DElevationPlan API ([f69f78f](https://github.com/roomle-dev/roomle-ui/commit/f69f78f))
17
+ * feat(core): upgrade to version 2.81.0-alpha.11 ([7c6d13e](https://github.com/roomle-dev/roomle-ui/commit/7c6d13e))
18
+ * feat: webgpu quality settings + auto quality ([99cdbe3](https://github.com/roomle-dev/roomle-ui/commit/99cdbe3))
19
+ * refactor: make elevation plan creation synchronous and align svg export naming ([d33a60f](https://github.com/roomle-dev/roomle-ui/commit/d33a60f))
20
+ * fix: failing inject + missing .bind(this) ([9a58e46](https://github.com/roomle-dev/roomle-ui/commit/9a58e46))
21
+ * fix: keep plain elevation plan filename for single plan and revoke object urls asynchronously ([9e95800](https://github.com/roomle-dev/roomle-ui/commit/9e95800))
22
+ * docs: add minimum fence embedding example ([8f2e533](https://github.com/roomle-dev/roomle-ui/commit/8f2e533))
23
+ * chore: create webGpuConfig in featureFlags instead of using initdata directly ([00fc513](https://github.com/roomle-dev/roomle-ui/commit/00fc513))
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@roomle/embedding-lib",
3
- "version": "6.12.0-alpha.2",
3
+ "version": "6.12.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",