@roomle/embedding-lib 6.1.0-alpha.4 → 6.1.0-alpha.5

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,54 +1,12 @@
1
- ## 6.1.0-alpha.4 (2026-02-04)
1
+ ## 6.1.0-alpha.5 (2026-02-05)
2
2
 
3
- * Apply suggestions from code review ([c365a6c](https://github.com/roomle-dev/roomle-ui/commit/c365a6c))
4
- * Merge branch 'master' into feat/is-child-mode-possible ([cb1b72a](https://github.com/roomle-dev/roomle-ui/commit/cb1b72a))
5
- * Merge branch 'master' into fix/colors-and-icon-standardisation ([9177ff4](https://github.com/roomle-dev/roomle-ui/commit/9177ff4))
6
- * Merge branch 'master' into fix/delete-root-configurator-context ([847eaa2](https://github.com/roomle-dev/roomle-ui/commit/847eaa2))
7
- * Merge branch 'master' into fix/dragging-in-2d ([fa9c7ec](https://github.com/roomle-dev/roomle-ui/commit/fa9c7ec))
8
- * Merge pull request #2192 from roomle-dev/fix/dragging-in-2d ([3b5e1cb](https://github.com/roomle-dev/roomle-ui/commit/3b5e1cb)), closes [#2192](https://github.com/roomle-dev/roomle-ui/issues/2192)
9
- * Merge pull request #2194 from roomle-dev/upgraded-by-ci/core-2.68.1-alpha.1 ([de5028b](https://github.com/roomle-dev/roomle-ui/commit/de5028b)), closes [#2194](https://github.com/roomle-dev/roomle-ui/issues/2194)
10
- * Merge pull request #2195 from roomle-dev/fix/colors-and-icon-standardisation ([a759adc](https://github.com/roomle-dev/roomle-ui/commit/a759adc)), closes [#2195](https://github.com/roomle-dev/roomle-ui/issues/2195)
11
- * Merge pull request #2196 from roomle-dev/upgraded-by-ci/core-2.69.0-alpha.1 ([c1bc13c](https://github.com/roomle-dev/roomle-ui/commit/c1bc13c)), closes [#2196](https://github.com/roomle-dev/roomle-ui/issues/2196)
12
- * Merge pull request #2197 from roomle-dev/feat/is-child-mode-possible ([4bc7bdf](https://github.com/roomle-dev/roomle-ui/commit/4bc7bdf)), closes [#2197](https://github.com/roomle-dev/roomle-ui/issues/2197)
13
- * Merge pull request #2198 from roomle-dev/fix/shacky-tests ([4f62845](https://github.com/roomle-dev/roomle-ui/commit/4f62845)), closes [#2198](https://github.com/roomle-dev/roomle-ui/issues/2198)
14
- * Merge pull request #2199 from roomle-dev/fx/remove-unneeded-test ([b917801](https://github.com/roomle-dev/roomle-ui/commit/b917801)), closes [#2199](https://github.com/roomle-dev/roomle-ui/issues/2199)
15
- * Merge pull request #2200 from roomle-dev/fix/delete-root-configurator-context ([677d1ac](https://github.com/roomle-dev/roomle-ui/commit/677d1ac)), closes [#2200](https://github.com/roomle-dev/roomle-ui/issues/2200)
16
- * Merge pull request #2201 from roomle-dev/chore/add-git-workflow-doc-RML-15980 ([0f0217e](https://github.com/roomle-dev/roomle-ui/commit/0f0217e)), closes [#2201](https://github.com/roomle-dev/roomle-ui/issues/2201)
17
- * Merge pull request #2202 from roomle-dev/upgraded-by-ci/core-2.69.0-alpha.2 ([1d2db30](https://github.com/roomle-dev/roomle-ui/commit/1d2db30)), closes [#2202](https://github.com/roomle-dev/roomle-ui/issues/2202)
18
- * Merge pull request #2203 from roomle-dev/upgraded-by-ci/core-2.69.0-alpha.4 ([026e543](https://github.com/roomle-dev/roomle-ui/commit/026e543)), closes [#2203](https://github.com/roomle-dev/roomle-ui/issues/2203)
19
- * Merge pull request #2204 from roomle-dev/feat/hi-product-list ([32c0b2c](https://github.com/roomle-dev/roomle-ui/commit/32c0b2c)), closes [#2204](https://github.com/roomle-dev/roomle-ui/issues/2204)
20
- * Merge pull request #2205 from roomle-dev/fix/hi-single-object-configurator-example ([00248bf](https://github.com/roomle-dev/roomle-ui/commit/00248bf)), closes [#2205](https://github.com/roomle-dev/roomle-ui/issues/2205)
21
- * Merge pull request #2206 from roomle-dev/fix/cancel-selection ([6afaa12](https://github.com/roomle-dev/roomle-ui/commit/6afaa12)), closes [#2206](https://github.com/roomle-dev/roomle-ui/issues/2206)
22
- * fix: Colors and icon standardisation: Changed outline colors of buttons, lines. The icon for openin ([71b7d03](https://github.com/roomle-dev/roomle-ui/commit/71b7d03))
23
- * fix: Do not send 'cancel selection' notification to the OC in case of 'dock_preview' ([4a907e8](https://github.com/roomle-dev/roomle-ui/commit/4a907e8))
24
- * fix(planner): exclude construction items from new drag logic ([95608b8](https://github.com/roomle-dev/roomle-ui/commit/95608b8))
25
- * fix: flaky tests ([18f5744](https://github.com/roomle-dev/roomle-ui/commit/18f5744))
26
- * fix: load article catalog for single object configurator ([fe0ff18](https://github.com/roomle-dev/roomle-ui/commit/fe0ff18))
27
- * fix: remove plan id from init data to prevent starting in designer mode ([0b05c50](https://github.com/roomle-dev/roomle-ui/commit/0b05c50))
28
- * fix: update configuration context after deleting root ([9838e23](https://github.com/roomle-dev/roomle-ui/commit/9838e23))
29
- * fix(planner): use distance to drag instead of element center ([ce93f5d](https://github.com/roomle-dev/roomle-ui/commit/ce93f5d))
30
- * docs: add UX/UI designer workflow section to README ([c839d0b](https://github.com/roomle-dev/roomle-ui/commit/c839d0b))
31
- * docs: update documentation for single object mode ([4074aa6](https://github.com/roomle-dev/roomle-ui/commit/4074aa6))
32
- * chore: add git workflow documentation for UX/UI designers ([064dd62](https://github.com/roomle-dev/roomle-ui/commit/064dd62))
33
- * chore: add npm install step to git workflow ([c66fd63](https://github.com/roomle-dev/roomle-ui/commit/c66fd63))
34
- * chore: add usage instructions to git workflow ([c16fa32](https://github.com/roomle-dev/roomle-ui/commit/c16fa32))
35
- * chore: make node prettier workflow works again ([b4b05e8](https://github.com/roomle-dev/roomle-ui/commit/b4b05e8))
36
- * chore: tidy-up copilot code review suggestion ([30482f8](https://github.com/roomle-dev/roomle-ui/commit/30482f8))
37
- * chore: tidy-up copilot review suggestions ([cce5263](https://github.com/roomle-dev/roomle-ui/commit/cce5263))
38
- * chore: update git workflow to require same user as assignee and reviewer ([1689625](https://github.com/roomle-dev/roomle-ui/commit/1689625))
39
- * feat: core api - article information ([4464679](https://github.com/roomle-dev/roomle-ui/commit/4464679))
40
- * feat: create objects for single object configurator from article catalog ([4ccb3e9](https://github.com/roomle-dev/roomle-ui/commit/4ccb3e9))
41
- * feat: evaluate whether object mode is possible before switching objects ([36fc77f](https://github.com/roomle-dev/roomle-ui/commit/36fc77f))
42
- * feat: map external object info to product list ([c1bf8d9](https://github.com/roomle-dev/roomle-ui/commit/c1bf8d9))
43
- * feat: rename single object configurator example ([7926370](https://github.com/roomle-dev/roomle-ui/commit/7926370))
44
- * feat: select root module from product list ([96a50ed](https://github.com/roomle-dev/roomle-ui/commit/96a50ed))
45
- * feat: single object selection ([01c5af5](https://github.com/roomle-dev/roomle-ui/commit/01c5af5))
46
- * feat(core): upgrade to version 2.68.1-alpha.1 ([3873ee5](https://github.com/roomle-dev/roomle-ui/commit/3873ee5))
47
- * feat(core): upgrade to version 2.69.0-alpha.1 ([dc7853a](https://github.com/roomle-dev/roomle-ui/commit/dc7853a))
48
- * feat(core): upgrade to version 2.69.0-alpha.2 ([229ffdb](https://github.com/roomle-dev/roomle-ui/commit/229ffdb))
49
- * feat(core): upgrade to version 2.69.0-alpha.4 ([b9a81d8](https://github.com/roomle-dev/roomle-ui/commit/b9a81d8))
50
- * feat: use presets for single object configurator ([f306789](https://github.com/roomle-dev/roomle-ui/commit/f306789))
51
- * test: adjust test to use exact distance ([f178113](https://github.com/roomle-dev/roomle-ui/commit/f178113))
52
- * test: check that moveElementBy is called on drag in 2d ([a3b5ede](https://github.com/roomle-dev/roomle-ui/commit/a3b5ede))
53
- * test: remove unneeded test ([4a2efde](https://github.com/roomle-dev/roomle-ui/commit/4a2efde))
54
- * test: update playwright tests ([2aae9a0](https://github.com/roomle-dev/roomle-ui/commit/2aae9a0))
3
+ * Merge pull request #2207 from roomle-dev/fix/move-agent-to-agents-folder-RML-15980 ([f0c28ab](https://github.com/roomle-dev/roomle-ui/commit/f0c28ab)), closes [#2207](https://github.com/roomle-dev/roomle-ui/issues/2207)
4
+ * Merge pull request #2208 from roomle-dev/upgraded-by-ci/core-2.69.0-alpha.5 ([f0928f5](https://github.com/roomle-dev/roomle-ui/commit/f0928f5)), closes [#2208](https://github.com/roomle-dev/roomle-ui/issues/2208)
5
+ * Merge pull request #2210 from roomle-dev/fix/catalog-example ([74c3aab](https://github.com/roomle-dev/roomle-ui/commit/74c3aab)), closes [#2210](https://github.com/roomle-dev/roomle-ui/issues/2210)
6
+ * Merge pull request #2215 from roomle-dev/cd/remove-semantic-release-dry-run ([65a27d8](https://github.com/roomle-dev/roomle-ui/commit/65a27d8)), closes [#2215](https://github.com/roomle-dev/roomle-ui/issues/2215)
7
+ * Merge pull request #2216 from roomle-dev/upgraded-by-ci/core-2.69.0-alpha.6 ([e8e2add](https://github.com/roomle-dev/roomle-ui/commit/e8e2add)), closes [#2216](https://github.com/roomle-dev/roomle-ui/issues/2216)
8
+ * feat(core): upgrade to version 2.69.0-alpha.5 ([4039761](https://github.com/roomle-dev/roomle-ui/commit/4039761))
9
+ * feat(core): upgrade to version 2.69.0-alpha.6 ([583c479](https://github.com/roomle-dev/roomle-ui/commit/583c479))
10
+ * cd: remove semantic release dry-run flag for live ([edfaf1d](https://github.com/roomle-dev/roomle-ui/commit/edfaf1d))
11
+ * fix: hi catalog example - enable two level catalog ([e949f9c](https://github.com/roomle-dev/roomle-ui/commit/e949f9c))
12
+ * fix: move git-workflow from .agent to .agents folder ([337f437](https://github.com/roomle-dev/roomle-ui/commit/337f437))
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@roomle/embedding-lib",
3
- "version": "6.1.0-alpha.4",
3
+ "version": "6.1.0-alpha.5",
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",