@roomle/embedding-lib 7.2.0-alpha.4 → 7.2.0-alpha.6

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,14 +1,8 @@
1
- ## 7.2.0-alpha.4 (2026-08-31)
1
+ ## 7.2.0-alpha.6 (2026-09-02)
2
2
 
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))
3
+ * Merge branch 'master' into perf/elevation-svg-segment-cleanup ([8f2368c](https://github.com/roomle-dev/roomle-ui/commit/8f2368c))
4
+ * Merge pull request #2933 from roomle-dev/perf/elevation-svg-segment-cleanup ([af7edfc](https://github.com/roomle-dev/roomle-ui/commit/af7edfc)), closes [#2933](https://github.com/roomle-dev/roomle-ui/issues/2933)
5
+ * Merge pull request #2946 from roomle-dev/upgraded-by-ci/core-2.83.0-alpha.15 ([781fa35](https://github.com/roomle-dev/roomle-ui/commit/781fa35)), closes [#2946](https://github.com/roomle-dev/roomle-ui/issues/2946)
6
+ * feat(core): upgrade to version 2.83.0-alpha.15 ([8355b0d](https://github.com/roomle-dev/roomle-ui/commit/8355b0d))
7
+ * fix: separate the end points in the elevation svg segment key ([917b9cd](https://github.com/roomle-dev/roomle-ui/commit/917b9cd))
8
+ * perf: remove degenerate and duplicate segments from elevation plan svgs ([be10bf2](https://github.com/roomle-dev/roomle-ui/commit/be10bf2))
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@roomle/embedding-lib",
3
- "version": "7.2.0-alpha.4",
3
+ "version": "7.2.0-alpha.6",
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",