@roomle/embedding-lib 7.1.0-alpha.3 → 7.1.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,8 +1,18 @@
1
- ## 7.1.0-alpha.3 (2026-08-18)
1
+ ## 7.1.0-alpha.4 (2026-08-19)
2
2
 
3
- * Merge branch 'master' into chore/smoke-suite-test-ids-RML-17610 ([125b3b5](https://github.com/roomle-dev/roomle-ui/commit/125b3b5))
4
- * Merge pull request #2882 from roomle-dev/upgraded-by-ci/core-2.82.0-alpha.2 ([72a9a84](https://github.com/roomle-dev/roomle-ui/commit/72a9a84)), closes [#2882](https://github.com/roomle-dev/roomle-ui/issues/2882)
5
- * Merge pull request #2883 from roomle-dev/chore/smoke-suite-test-ids-RML-17610 ([f1aac96](https://github.com/roomle-dev/roomle-ui/commit/f1aac96)), closes [#2883](https://github.com/roomle-dev/roomle-ui/issues/2883)
6
- * feat: add the test ids the smoke suite still needs ([8a817d3](https://github.com/roomle-dev/roomle-ui/commit/8a817d3))
7
- * feat: scope the room-type dropdown trigger ([0c298c0](https://github.com/roomle-dev/roomle-ui/commit/0c298c0))
8
- * feat(core): upgrade to version 2.82.0-alpha.2 ([90a1c8f](https://github.com/roomle-dev/roomle-ui/commit/90a1c8f))
3
+ * Merge branch 'master' into fix/disable-add-to-cart-button-RML-17538 ([127bd7e](https://github.com/roomle-dev/roomle-ui/commit/127bd7e))
4
+ * Merge branch 'master' into fix/disable-add-to-cart-button-RML-17538 ([196b7cc](https://github.com/roomle-dev/roomle-ui/commit/196b7cc))
5
+ * Merge branch 'master' into fix/disable-add-to-cart-button-RML-17538 ([4f234e1](https://github.com/roomle-dev/roomle-ui/commit/4f234e1))
6
+ * Merge branch 'master' into fix/disable-add-to-cart-button-RML-17538 ([103d013](https://github.com/roomle-dev/roomle-ui/commit/103d013))
7
+ * Merge pull request #2871 from roomle-dev/fix/disable-add-to-cart-button-RML-17538 ([fcc1262](https://github.com/roomle-dev/roomle-ui/commit/fcc1262)), closes [#2871](https://github.com/roomle-dev/roomle-ui/issues/2871)
8
+ * Merge pull request #2884 from roomle-dev/upgraded-by-ci/core-2.82.0-alpha.3 ([c13f4f7](https://github.com/roomle-dev/roomle-ui/commit/c13f4f7)), closes [#2884](https://github.com/roomle-dev/roomle-ui/issues/2884)
9
+ * feat: core api - isConstructionObjectProduct ([b4a5e85](https://github.com/roomle-dev/roomle-ui/commit/b4a5e85))
10
+ * feat(core): upgrade to version 2.82.0-alpha.3 ([4e19fd7](https://github.com/roomle-dev/roomle-ui/commit/4e19fd7))
11
+ * chore: re-adding loading screen again ([18544c8](https://github.com/roomle-dev/roomle-ui/commit/18544c8))
12
+ * chore: remove unneeded intl composable ([27a5145](https://github.com/roomle-dev/roomle-ui/commit/27a5145))
13
+ * style: format bottom bar cart guard ([dc7f25f](https://github.com/roomle-dev/roomle-ui/commit/dc7f25f))
14
+ * fix: disable add to cart button during processing ([db37272](https://github.com/roomle-dev/roomle-ui/commit/db37272))
15
+ * fix: guard bottom bar cart requests ([c09f295](https://github.com/roomle-dev/roomle-ui/commit/c09f295))
16
+ * fix: guard go to cart re-entry ([bf36877](https://github.com/roomle-dev/roomle-ui/commit/bf36877))
17
+ * fix: remove cart request loading overlay ([8191760](https://github.com/roomle-dev/roomle-ui/commit/8191760))
18
+ * fix: rename cart in-flight state ([7959eeb](https://github.com/roomle-dev/roomle-ui/commit/7959eeb))
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@roomle/embedding-lib",
3
- "version": "7.1.0-alpha.3",
3
+ "version": "7.1.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",