@roomle/embedding-lib 6.4.0-alpha.1 → 6.4.0-alpha.3

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,28 +1,4 @@
1
- ## 6.4.0-alpha.1 (2026-02-12)
1
+ ## 6.4.0-alpha.3 (2026-02-19)
2
2
 
3
- * Merge branch 'master' into feat/activate-old-measurements ([1612f0a](https://github.com/roomle-dev/roomle-ui/commit/1612f0a))
4
- * Merge branch 'master' into feat/activate-old-measurements ([2d72ba3](https://github.com/roomle-dev/roomle-ui/commit/2d72ba3))
5
- * Merge branch 'master' into fix/hi-module-bom ([48964c1](https://github.com/roomle-dev/roomle-ui/commit/48964c1))
6
- * Merge branch 'master' into fix/hi-module-bom ([84f41d5](https://github.com/roomle-dev/roomle-ui/commit/84f41d5))
7
- * Merge branch 'master' into upgraded-by-ci/core-2.70.0-alpha.6 ([17482e3](https://github.com/roomle-dev/roomle-ui/commit/17482e3))
8
- * Merge branch 'master' into upgraded-by-ci/core-2.70.0-alpha.7 ([d90f9bc](https://github.com/roomle-dev/roomle-ui/commit/d90f9bc))
9
- * Merge pull request #2240 from roomle-dev/feat/activate-old-measurements ([532f4fc](https://github.com/roomle-dev/roomle-ui/commit/532f4fc)), closes [#2240](https://github.com/roomle-dev/roomle-ui/issues/2240)
10
- * Merge pull request #2246 from roomle-dev/fix/hi-module-bom ([602093c](https://github.com/roomle-dev/roomle-ui/commit/602093c)), closes [#2246](https://github.com/roomle-dev/roomle-ui/issues/2246)
11
- * Merge pull request #2250 from roomle-dev/upgraded-by-ci/core-2.70.0-alpha.6 ([b9bdbac](https://github.com/roomle-dev/roomle-ui/commit/b9bdbac)), closes [#2250](https://github.com/roomle-dev/roomle-ui/issues/2250)
12
- * Merge pull request #2252 from roomle-dev/chore/migrate-planner-core-data-to-pinia ([54f82cb](https://github.com/roomle-dev/roomle-ui/commit/54f82cb)), closes [#2252](https://github.com/roomle-dev/roomle-ui/issues/2252)
13
- * Merge pull request #2253 from roomle-dev/feat/activate-old-measurements-refactor ([817509e](https://github.com/roomle-dev/roomle-ui/commit/817509e)), closes [#2253](https://github.com/roomle-dev/roomle-ui/issues/2253)
14
- * Merge pull request #2254 from roomle-dev/upgraded-by-ci/core-2.70.0-alpha.7 ([9bf6c8e](https://github.com/roomle-dev/roomle-ui/commit/9bf6c8e)), closes [#2254](https://github.com/roomle-dev/roomle-ui/issues/2254)
15
- * feat: activate threejs measurements by using featureFlags.useHTMLMeasurementLabels=false ([74fb630](https://github.com/roomle-dev/roomle-ui/commit/74fb630))
16
- * feat(core): upgrade to version 2.70.0-alpha.6 ([990d991](https://github.com/roomle-dev/roomle-ui/commit/990d991))
17
- * feat(core): upgrade to version 2.70.0-alpha.7 ([9b263cd](https://github.com/roomle-dev/roomle-ui/commit/9b263cd))
18
- * chore: add breaking line ([e55521d](https://github.com/roomle-dev/roomle-ui/commit/e55521d))
19
- * chore: add stuff to follow-up ([ffe666d](https://github.com/roomle-dev/roomle-ui/commit/ffe666d))
20
- * chore: code cleaning ([1e24a21](https://github.com/roomle-dev/roomle-ui/commit/1e24a21))
21
- * chore: document pinia migration better ([df42c49](https://github.com/roomle-dev/roomle-ui/commit/df42c49))
22
- * chore: fix lint errors ([d4366f7](https://github.com/roomle-dev/roomle-ui/commit/d4366f7))
23
- * chore: migrate planner-core-data from vuex to pinia ([93ba784](https://github.com/roomle-dev/roomle-ui/commit/93ba784))
24
- * chore: organising line parameters exporting ([a768d7e](https://github.com/roomle-dev/roomle-ui/commit/a768d7e))
25
- * chore: remove unneeded file ([fde8553](https://github.com/roomle-dev/roomle-ui/commit/fde8553))
26
- * refactor: introduce label rendering modes ([eeefe0a](https://github.com/roomle-dev/roomle-ui/commit/eeefe0a))
27
- * fix: get bom for external objects ([f47110e](https://github.com/roomle-dev/roomle-ui/commit/f47110e))
28
- * test: fix failing test and do code polishing ([7393511](https://github.com/roomle-dev/roomle-ui/commit/7393511))
3
+ * Merge pull request #2294 from roomle-dev/fix/dragging-in-2d ([3519e2f](https://github.com/roomle-dev/roomle-ui/commit/3519e2f)), closes [#2294](https://github.com/roomle-dev/roomle-ui/issues/2294)
4
+ * fix: dragging objects in 2D ([cb9df44](https://github.com/roomle-dev/roomle-ui/commit/cb9df44))
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@roomle/embedding-lib",
3
- "version": "6.4.0-alpha.1",
3
+ "version": "6.4.0-alpha.3",
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",