@roomle/embedding-lib 5.2.0 → 5.3.0-alpha.2
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,28 +1,11 @@
|
|
|
1
|
-
## [5.
|
|
1
|
+
## [5.3.0-alpha.2](https://github.com/roomle-dev/roomle-ui/compare/embedding-lib-v5.3.0-alpha.1...embedding-lib-v5.3.0-alpha.2) (2024-09-17)
|
|
2
2
|
|
|
3
3
|
|
|
4
4
|
### Features
|
|
5
5
|
|
|
6
|
-
*
|
|
7
|
-
* expose triggerShowTutorials method for external invocation ([bc316dc](https://github.com/roomle-dev/roomle-ui/commit/bc316dce99cb571064ae3852c3464f829839e5f2))
|
|
8
|
-
* introduce triggerShowOverlay API method ([71fb28a](https://github.com/roomle-dev/roomle-ui/commit/71fb28a5f03dfe226c1476c8c8e9db77ba97ac30))
|
|
9
|
-
* **SDK:** upgrade to version 2.83.0 ([#1215](https://github.com/roomle-dev/roomle-ui/issues/1215)) ([7d10cf1](https://github.com/roomle-dev/roomle-ui/commit/7d10cf1aef745f6797217411b7f31b31d922162c))
|
|
10
|
-
* **SDK:** upgrade to version 2.84.0-alpha.1 ([21721d2](https://github.com/roomle-dev/roomle-ui/commit/21721d2cfc0143fc3a47716f659665115c0ab302))
|
|
11
|
-
* **SDK:** upgrade to version 2.84.0-alpha.2 ([#1230](https://github.com/roomle-dev/roomle-ui/issues/1230)) ([f37f6c1](https://github.com/roomle-dev/roomle-ui/commit/f37f6c11c3fdcb1c251f2f10378a5b1df35f8a92))
|
|
12
|
-
* **SDK:** upgrade to version 2.84.0-alpha.3 ([b5df7be](https://github.com/roomle-dev/roomle-ui/commit/b5df7bebfc70c72016e2c633b0029ff8ed55434b))
|
|
13
|
-
* **SDK:** upgrade to version 2.84.0-alpha.5 ([a9df834](https://github.com/roomle-dev/roomle-ui/commit/a9df8349ed68d899a0cf9fd144cf802543ed9677))
|
|
6
|
+
* upgrade vuejs version to 3.5 ([2128bf4](https://github.com/roomle-dev/roomle-ui/commit/2128bf4e55b256b6cd8a156db416d81caccfedb3))
|
|
14
7
|
|
|
15
8
|
|
|
16
9
|
### Bug Fixes
|
|
17
10
|
|
|
18
|
-
*
|
|
19
|
-
* adopt paths and so on for plugins of embedding lib ([2992746](https://github.com/roomle-dev/roomle-ui/commit/299274627764f62e6686b0b145c5d6009d12d847))
|
|
20
|
-
* make ensure work with promises ([02d4a1f](https://github.com/roomle-dev/roomle-ui/commit/02d4a1f7440e15f4551089dd6ac0fc161268df98))
|
|
21
|
-
* 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))
|
|
22
|
-
* onSaveDraft trigger ([e24a18e](https://github.com/roomle-dev/roomle-ui/commit/e24a18e361fd11f4627374c2c7f3f876748d732e))
|
|
23
|
-
* playwright test by Install Playwright Browsers before run test with --with-deps flag ([8ea40c8](https://github.com/roomle-dev/roomle-ui/commit/8ea40c8b09a1be0f3a19d6764b065a037184f043))
|
|
24
|
-
* save draft button changes color when buttons.requestproduct is hidden ([20a5b70](https://github.com/roomle-dev/roomle-ui/commit/20a5b708920d8071f2e44dcecf1685c28eaebe67))
|
|
25
|
-
* selection of items on mobile ([8d11a90](https://github.com/roomle-dev/roomle-ui/commit/8d11a90079bab8a82b0ac5d16582f8b51877bb42))
|
|
26
|
-
* unselect element after dragEnd ([5b45cd8](https://github.com/roomle-dev/roomle-ui/commit/5b45cd811a723c8bb52dd61f697a36894ddd7c83))
|
|
27
|
-
* update ProductList and Partlist snapshots for sdk2.84.0-alpha.1 ([f3c7fd5](https://github.com/roomle-dev/roomle-ui/commit/f3c7fd582ffce1c6393c898bb8410573505735fe))
|
|
28
|
-
* use hasPlanner for skinning bottomBar buttons ([8dff723](https://github.com/roomle-dev/roomle-ui/commit/8dff72360ed84d7d07b7b8918d8942f6ccb4eb43))
|
|
11
|
+
* ts lint issue ([bb7217f](https://github.com/roomle-dev/roomle-ui/commit/bb7217f6649f9b3619f918fd0b70058b4df29250))
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@roomle/embedding-lib",
|
|
3
|
-
"version": "5.
|
|
3
|
+
"version": "5.3.0-alpha.2",
|
|
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.
|
|
32
|
+
"@roomle/web-sdk": "2.85.0-alpha.3"
|
|
33
33
|
},
|
|
34
34
|
"repository": {
|
|
35
35
|
"type": "git",
|