@roomle/embedding-lib 5.3.0-alpha.2 → 5.3.0

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,11 +1,22 @@
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)
1
+ ## [5.3.0](https://github.com/roomle-dev/roomle-ui/compare/embedding-lib-v5.2.0...embedding-lib-v5.3.0) (2024-09-25)
2
2
 
3
3
 
4
4
  ### Features
5
5
 
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
+ * **SDK:** upgrade to version 2.85.0-alpha.4 ([#1255](https://github.com/roomle-dev/roomle-ui/issues/1255)) ([45759fd](https://github.com/roomle-dev/roomle-ui/commit/45759fdebf0f38652fe97716d942eaaf0ff17850))
6
13
  * upgrade vuejs version to 3.5 ([2128bf4](https://github.com/roomle-dev/roomle-ui/commit/2128bf4e55b256b6cd8a156db416d81caccfedb3))
14
+ * use instance.exportCanvasScreenshot for playwright screenshot testing ([d2edad9](https://github.com/roomle-dev/roomle-ui/commit/d2edad95c53ea887f244afdad8126eba9fa207e9))
7
15
 
8
16
 
9
17
  ### Bug Fixes
10
18
 
19
+ * Handle unmocked requests gracefully in 'enforce' mode ([051a88b](https://github.com/roomle-dev/roomle-ui/commit/051a88b997b5b0dc1ae513b127a59393c747261e))
20
+ * playwright goto waits for ready_to_render message ([9daf3fa](https://github.com/roomle-dev/roomle-ui/commit/9daf3fa5a71ceb9720a24b13483f0c5773625b8f))
21
+ * retain one decimal place in order to display values in the unit inch correctly. ([5969d6f](https://github.com/roomle-dev/roomle-ui/commit/5969d6f87d85973e0a531f69f2db21064d6d6242))
11
22
  * 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.0-alpha.2",
3
+ "version": "5.3.0",
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.85.0-alpha.3"
32
+ "@roomle/web-sdk": "2.85.0-alpha.4"
33
33
  },
34
34
  "repository": {
35
35
  "type": "git",