@roomle/embedding-lib 5.2.0-alpha.3 → 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,8 +1,18 @@
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)
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
- * 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))
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))
13
+
14
+
15
+ ### Bug Fixes
16
+
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.2.0-alpha.3",
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.84.0-alpha.5"
32
+ "@roomle/web-sdk": "2.85.0-alpha.3"
33
33
  },
34
34
  "repository": {
35
35
  "type": "git",