@roomle/embedding-lib 5.2.0-alpha.1 → 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,21 +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
|
-
* **SDK:** upgrade to version 2.84.0-alpha.
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
### Bug Fixes
|
|
12
|
-
|
|
13
|
-
* add correct mocks ([3e00240](https://github.com/roomle-dev/roomle-ui/commit/3e00240a7bd00cc9184119d8e6c9657d817e09d3))
|
|
14
|
-
* adopt paths and so on for plugins of embedding lib ([2992746](https://github.com/roomle-dev/roomle-ui/commit/299274627764f62e6686b0b145c5d6009d12d847))
|
|
15
|
-
* make ensure work with promises ([02d4a1f](https://github.com/roomle-dev/roomle-ui/commit/02d4a1f7440e15f4551089dd6ac0fc161268df98))
|
|
16
|
-
* make it possible that delay is also 0 otherwise the smallest value would be 1 ([dc2086a](https://github.com/roomle-dev/roomle-ui/commit/dc2086a516708d0f258291f5010a5b1886acc17d))
|
|
17
|
-
* onSaveDraft trigger ([e24a18e](https://github.com/roomle-dev/roomle-ui/commit/e24a18e361fd11f4627374c2c7f3f876748d732e))
|
|
18
|
-
* playwright test by Install Playwright Browsers before run test with --with-deps flag ([8ea40c8](https://github.com/roomle-dev/roomle-ui/commit/8ea40c8b09a1be0f3a19d6764b065a037184f043))
|
|
19
|
-
* save draft button changes color when buttons.requestproduct is hidden ([20a5b70](https://github.com/roomle-dev/roomle-ui/commit/20a5b708920d8071f2e44dcecf1685c28eaebe67))
|
|
20
|
-
* selection of items on mobile ([8d11a90](https://github.com/roomle-dev/roomle-ui/commit/8d11a90079bab8a82b0ac5d16582f8b51877bb42))
|
|
21
|
-
* unselect element after dragEnd ([5b45cd8](https://github.com/roomle-dev/roomle-ui/commit/5b45cd811a723c8bb52dd61f697a36894ddd7c83))
|
|
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",
|