@roomle/embedding-lib 7.1.0-alpha.4 → 7.1.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,18 +1,19 @@
|
|
|
1
|
-
## 7.1.0-alpha.
|
|
1
|
+
## 7.1.0-alpha.6 (2026-08-20)
|
|
2
2
|
|
|
3
|
-
* Merge branch 'master' into
|
|
4
|
-
* Merge branch 'master' into
|
|
5
|
-
* Merge branch 'master' into
|
|
6
|
-
* Merge branch 'master' into
|
|
7
|
-
* Merge pull request #
|
|
8
|
-
* Merge pull request #
|
|
9
|
-
*
|
|
10
|
-
*
|
|
11
|
-
*
|
|
12
|
-
*
|
|
13
|
-
*
|
|
14
|
-
*
|
|
15
|
-
*
|
|
16
|
-
*
|
|
17
|
-
* fix:
|
|
18
|
-
* fix:
|
|
3
|
+
* Merge branch 'master' into chore/har-fixture-integrity-check ([87c3285](https://github.com/roomle-dev/roomle-ui/commit/87c3285))
|
|
4
|
+
* Merge branch 'master' into chore/sidebar-item-test-ids-RML-17604 ([246f560](https://github.com/roomle-dev/roomle-ui/commit/246f560))
|
|
5
|
+
* Merge branch 'master' into chore/sidebar-item-test-ids-RML-17604 ([6e6d32b](https://github.com/roomle-dev/roomle-ui/commit/6e6d32b))
|
|
6
|
+
* Merge branch 'master' into feature/RML-17636-hide-3d-measurements-for-construction-doors ([085e605](https://github.com/roomle-dev/roomle-ui/commit/085e605))
|
|
7
|
+
* Merge pull request #2886 from roomle-dev/chore/har-fixture-integrity-check ([4592e66](https://github.com/roomle-dev/roomle-ui/commit/4592e66)), closes [#2886](https://github.com/roomle-dev/roomle-ui/issues/2886)
|
|
8
|
+
* Merge pull request #2888 from roomle-dev/chore/sidebar-item-test-ids-RML-17604 ([66260f1](https://github.com/roomle-dev/roomle-ui/commit/66260f1)), closes [#2888](https://github.com/roomle-dev/roomle-ui/issues/2888)
|
|
9
|
+
* Merge pull request #2889 from roomle-dev/feature/RML-17636-hide-3d-measurements-for-construction-doo ([c53ce61](https://github.com/roomle-dev/roomle-ui/commit/c53ce61)), closes [#2889](https://github.com/roomle-dev/roomle-ui/issues/2889)
|
|
10
|
+
* Merge pull request #2891 from roomle-dev/feat/translation-smoke-check-RML-17556 ([d6c3aa1](https://github.com/roomle-dev/roomle-ui/commit/d6c3aa1)), closes [#2891](https://github.com/roomle-dev/roomle-ui/issues/2891)
|
|
11
|
+
* style: drop a stray blank line ([5bedad9](https://github.com/roomle-dev/roomle-ui/commit/5bedad9))
|
|
12
|
+
* test(e2e): add a translation smoke check ([b4e7cf5](https://github.com/roomle-dev/roomle-ui/commit/b4e7cf5))
|
|
13
|
+
* test: pin the locale-independent sidebar ids, and correct the guidance ([03bee8a](https://github.com/roomle-dev/roomle-ui/commit/03bee8a))
|
|
14
|
+
* chore(e2e): add a HAR fixture integrity check, commit two missing bodies ([8afaee5](https://github.com/roomle-dev/roomle-ui/commit/8afaee5))
|
|
15
|
+
* chore(e2e): give every hand-written SidebarItem a locale-independent test id ([9608932](https://github.com/roomle-dev/roomle-ui/commit/9608932))
|
|
16
|
+
* chore: key sidebar items by their test id, not their translated label ([bf72249](https://github.com/roomle-dev/roomle-ui/commit/bf72249))
|
|
17
|
+
* fix(planner): hide 3d measurements for construction object products ([e0c1b37](https://github.com/roomle-dev/roomle-ui/commit/e0c1b37))
|
|
18
|
+
* fix(e2e): make the translation check layout-aware ([b0d61a4](https://github.com/roomle-dev/roomle-ui/commit/b0d61a4))
|
|
19
|
+
* fix(e2e): match translation keys by token, not whole line ([198c184](https://github.com/roomle-dev/roomle-ui/commit/198c184))
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@roomle/embedding-lib",
|
|
3
|
-
"version": "7.1.0-alpha.
|
|
3
|
+
"version": "7.1.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",
|