@roomle/embedding-lib 5.2.0 → 5.3.0-alpha.1
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,18 @@
|
|
|
1
|
-
## [5.
|
|
1
|
+
## [5.3.0-alpha.1](https://github.com/roomle-dev/roomle-ui/compare/embedding-lib-v5.2.0...embedding-lib-v5.3.0-alpha.1) (2024-09-16)
|
|
2
2
|
|
|
3
3
|
|
|
4
4
|
### Features
|
|
5
5
|
|
|
6
|
-
*
|
|
7
|
-
*
|
|
8
|
-
*
|
|
9
|
-
* **SDK:** upgrade to version 2.
|
|
10
|
-
* **SDK:** upgrade to version 2.
|
|
11
|
-
* **SDK:** upgrade to version 2.
|
|
12
|
-
*
|
|
13
|
-
* **SDK:** upgrade to version 2.84.0-alpha.5 ([a9df834](https://github.com/roomle-dev/roomle-ui/commit/a9df8349ed68d899a0cf9fd144cf802543ed9677))
|
|
6
|
+
* expose generation of PDF ([a783e89](https://github.com/roomle-dev/roomle-ui/commit/a783e897006af889563b2928acb69991e1640042))
|
|
7
|
+
* Shared plan URL should include set URL params ([0969da9](https://github.com/roomle-dev/roomle-ui/commit/0969da9fb5f2ec694ef60d7450505c43433b6dae))
|
|
8
|
+
* **SDK:** upgrade to version 2.84.0 ([10b4230](https://github.com/roomle-dev/roomle-ui/commit/10b423048182e8892161ff705c24f95d5493cb04))
|
|
9
|
+
* **SDK:** upgrade to version 2.85.0-alpha.1 ([f3f56f5](https://github.com/roomle-dev/roomle-ui/commit/f3f56f52d99f194d136cdecf302b11365c67d2c9))
|
|
10
|
+
* **SDK:** upgrade to version 2.85.0-alpha.2 ([#1245](https://github.com/roomle-dev/roomle-ui/issues/1245)) ([8922373](https://github.com/roomle-dev/roomle-ui/commit/89223732274422724c6b7c7d9d02fa972c990280))
|
|
11
|
+
* **SDK:** upgrade to version 2.85.0-alpha.3 ([#1249](https://github.com/roomle-dev/roomle-ui/issues/1249)) ([5343414](https://github.com/roomle-dev/roomle-ui/commit/53434146b0d6e6891c71e1d754059955b8e749ea))
|
|
12
|
+
* use instance.exportCanvasScreenshot for playwright screenshot testing ([d2edad9](https://github.com/roomle-dev/roomle-ui/commit/d2edad95c53ea887f244afdad8126eba9fa207e9))
|
|
14
13
|
|
|
15
14
|
|
|
16
15
|
### Bug Fixes
|
|
17
16
|
|
|
18
|
-
*
|
|
19
|
-
*
|
|
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))
|
|
17
|
+
* Handle unmocked requests gracefully in 'enforce' mode ([051a88b](https://github.com/roomle-dev/roomle-ui/commit/051a88b997b5b0dc1ae513b127a59393c747261e))
|
|
18
|
+
* playwright goto waits for ready_to_render message ([9daf3fa](https://github.com/roomle-dev/roomle-ui/commit/9daf3fa5a71ceb9720a24b13483f0c5773625b8f))
|
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.1",
|
|
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",
|