@roomle/embedding-lib 5.2.0-alpha.2 → 5.2.0-alpha.3
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,13 +1,8 @@
|
|
|
1
|
-
## [5.2.0-alpha.
|
|
1
|
+
## [5.2.0-alpha.3](https://github.com/roomle-dev/roomle-ui/compare/embedding-lib-v5.2.0-alpha.2...embedding-lib-v5.2.0-alpha.3) (2024-09-05)
|
|
2
2
|
|
|
3
3
|
|
|
4
4
|
### Features
|
|
5
5
|
|
|
6
|
-
*
|
|
7
|
-
*
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
### Bug Fixes
|
|
11
|
-
|
|
12
|
-
* update ProductList and Partlist snapshots for sdk2.84.0-alpha.1 ([f3c7fd5](https://github.com/roomle-dev/roomle-ui/commit/f3c7fd582ffce1c6393c898bb8410573505735fe))
|
|
13
|
-
* use hasPlanner for skinning bottomBar buttons ([8dff723](https://github.com/roomle-dev/roomle-ui/commit/8dff72360ed84d7d07b7b8918d8942f6ccb4eb43))
|
|
6
|
+
* expose triggerShowTutorials method for external invocation ([bc316dc](https://github.com/roomle-dev/roomle-ui/commit/bc316dce99cb571064ae3852c3464f829839e5f2))
|
|
7
|
+
* introduce triggerShowOverlay API method ([71fb28a](https://github.com/roomle-dev/roomle-ui/commit/71fb28a5f03dfe226c1476c8c8e9db77ba97ac30))
|
|
8
|
+
* **SDK:** upgrade to version 2.84.0-alpha.5 ([a9df834](https://github.com/roomle-dev/roomle-ui/commit/a9df8349ed68d899a0cf9fd144cf802543ed9677))
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@roomle/embedding-lib",
|
|
3
|
-
"version": "5.2.0-alpha.
|
|
3
|
+
"version": "5.2.0-alpha.3",
|
|
4
4
|
"description": "This is a small library which can be used to communicate with the Roomle Configurator",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./roomle-embedding-lib.umd.js",
|
|
@@ -29,7 +29,7 @@
|
|
|
29
29
|
"npm": "8.3.1"
|
|
30
30
|
},
|
|
31
31
|
"devDependencies": {
|
|
32
|
-
"@roomle/web-sdk": "2.84.0-alpha.
|
|
32
|
+
"@roomle/web-sdk": "2.84.0-alpha.5"
|
|
33
33
|
},
|
|
34
34
|
"repository": {
|
|
35
35
|
"type": "git",
|