@roomle/embedding-lib 6.7.0-alpha.3 → 6.7.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,18 +1,21 @@
|
|
|
1
|
-
## 6.7.0-alpha.
|
|
1
|
+
## 6.7.0-alpha.4 (2026-04-20)
|
|
2
2
|
|
|
3
|
-
* Merge branch 'master' into
|
|
4
|
-
* Merge branch 'master' into
|
|
5
|
-
* Merge branch 'master' into
|
|
6
|
-
* Merge
|
|
7
|
-
* Merge pull request #
|
|
8
|
-
* Merge pull request #
|
|
9
|
-
* Merge pull request #
|
|
10
|
-
* Merge pull request #
|
|
11
|
-
*
|
|
12
|
-
*
|
|
13
|
-
*
|
|
14
|
-
*
|
|
15
|
-
* fix:
|
|
16
|
-
*
|
|
17
|
-
*
|
|
18
|
-
*
|
|
3
|
+
* Merge branch 'master' into feat/hi-presets-example ([289712c](https://github.com/roomle-dev/roomle-ui/commit/289712c))
|
|
4
|
+
* Merge branch 'master' into feat/sub-article-selection ([b4ae6c5](https://github.com/roomle-dev/roomle-ui/commit/b4ae6c5))
|
|
5
|
+
* Merge branch 'master' into release/test ([137da45](https://github.com/roomle-dev/roomle-ui/commit/137da45))
|
|
6
|
+
* Merge pull request #2539 from roomle-dev/feat/sub-article-selection ([2b70f3e](https://github.com/roomle-dev/roomle-ui/commit/2b70f3e)), closes [#2539](https://github.com/roomle-dev/roomle-ui/issues/2539)
|
|
7
|
+
* Merge pull request #2542 from roomle-dev/release/test ([9596bb4](https://github.com/roomle-dev/roomle-ui/commit/9596bb4)), closes [#2542](https://github.com/roomle-dev/roomle-ui/issues/2542)
|
|
8
|
+
* Merge pull request #2543 from roomle-dev/upgraded-by-ci/core-2.75.0-alpha.2 ([3c4fd12](https://github.com/roomle-dev/roomle-ui/commit/3c4fd12)), closes [#2543](https://github.com/roomle-dev/roomle-ui/issues/2543)
|
|
9
|
+
* Merge pull request #2544 from roomle-dev/hotfix/fix-core-hsc-build-compat ([0c0aecc](https://github.com/roomle-dev/roomle-ui/commit/0c0aecc)), closes [#2544](https://github.com/roomle-dev/roomle-ui/issues/2544)
|
|
10
|
+
* Merge pull request #2545 from roomle-dev/feat/hi-presets-example ([eb557e6](https://github.com/roomle-dev/roomle-ui/commit/eb557e6)), closes [#2545](https://github.com/roomle-dev/roomle-ui/issues/2545)
|
|
11
|
+
* Merge pull request #2548 from roomle-dev/upgraded-by-ci/core-2.75.0-alpha.3 ([d1008e0](https://github.com/roomle-dev/roomle-ui/commit/d1008e0)), closes [#2548](https://github.com/roomle-dev/roomle-ui/issues/2548)
|
|
12
|
+
* chore: apply copilot code review suggestions ([f871cdc](https://github.com/roomle-dev/roomle-ui/commit/f871cdc))
|
|
13
|
+
* chore: apply copilot code review suggestions ([2a1a26f](https://github.com/roomle-dev/roomle-ui/commit/2a1a26f))
|
|
14
|
+
* chore: docs ([a86a42f](https://github.com/roomle-dev/roomle-ui/commit/a86a42f))
|
|
15
|
+
* fix: add correct types ([e254065](https://github.com/roomle-dev/roomle-ui/commit/e254065))
|
|
16
|
+
* fix(web-sdk): resolve core-hsc build compatibility after upgrade ([ee1125d](https://github.com/roomle-dev/roomle-ui/commit/ee1125d))
|
|
17
|
+
* feat: core api - component docking ([d50898f](https://github.com/roomle-dev/roomle-ui/commit/d50898f))
|
|
18
|
+
* feat: hi presets example - debug panel toggle ([3180ae2](https://github.com/roomle-dev/roomle-ui/commit/3180ae2))
|
|
19
|
+
* feat: simplified sub-module selection ([bab9f40](https://github.com/roomle-dev/roomle-ui/commit/bab9f40))
|
|
20
|
+
* feat(core): upgrade to version 2.75.0-alpha.2 ([b7f862e](https://github.com/roomle-dev/roomle-ui/commit/b7f862e))
|
|
21
|
+
* feat(core): upgrade to version 2.75.0-alpha.3 ([b7b641a](https://github.com/roomle-dev/roomle-ui/commit/b7b641a))
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@roomle/embedding-lib",
|
|
3
|
-
"version": "6.7.0-alpha.
|
|
3
|
+
"version": "6.7.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",
|