@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.
|
|
1
|
+
## 7.1.0-alpha.4 (2026-08-19)
|
|
2
2
|
|
|
3
|
-
* Merge branch 'master' into
|
|
4
|
-
* Merge
|
|
5
|
-
* Merge
|
|
6
|
-
*
|
|
7
|
-
*
|
|
8
|
-
*
|
|
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
|
+
"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",
|