@roomle/embedding-lib 5.9.0-alpha.7 → 5.10.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,11 +1,15 @@
1
- ## [5.9.0-alpha.7](https://github.com/roomle-dev/roomle-ui/compare/embedding-lib-v5.9.0-alpha.6...embedding-lib-v5.9.0-alpha.7) (2025-01-17)
1
+ ## [5.10.0-alpha.1](https://github.com/roomle-dev/roomle-ui/compare/embedding-lib-v5.9.0...embedding-lib-v5.10.0-alpha.1) (2025-01-22)
2
2
 
3
3
 
4
4
  ### Features
5
5
 
6
- * implement search field for catalog drawer ([ead36b0](https://github.com/roomle-dev/roomle-ui/commit/ead36b0349066807d2df8750b137ff798d873724))
6
+ * **SDK:** upgrade to version 2.91.0 ([#1428](https://github.com/roomle-dev/roomle-ui/issues/1428)) ([d8cbf47](https://github.com/roomle-dev/roomle-ui/commit/d8cbf471ea22ee878a3b17609b43045c3322970a))
7
+ * **SDK:** upgrade to version 2.92.0-alpha.1 ([#1441](https://github.com/roomle-dev/roomle-ui/issues/1441)) ([a03d326](https://github.com/roomle-dev/roomle-ui/commit/a03d32648a28d80b3e77c64f4ccfea99d4955d34))
7
8
 
8
9
 
9
10
  ### Bug Fixes
10
11
 
11
- * translate directly in v-html ([4cec4dd](https://github.com/roomle-dev/roomle-ui/commit/4cec4dd6ab30ca339063488640dd17205ca8b7ae))
12
+ * `usePriceService: true` we show also 0,00 prices ([502bef0](https://github.com/roomle-dev/roomle-ui/commit/502bef0144953d3d2b3fc29028db94ef7c166ae6))
13
+ * Editing construction elements in room designer mode - color options misaligned ([0e8f7a1](https://github.com/roomle-dev/roomle-ui/commit/0e8f7a13c930cfba3d7055576b6050c80493a3c4))
14
+ * run SyncLoco and fix wrong label ([31b9382](https://github.com/roomle-dev/roomle-ui/commit/31b9382bfcb1ea5e0546ad4e3e88cb1796d97083))
15
+ * wrong grabbing cursor while dragging ([81547a7](https://github.com/roomle-dev/roomle-ui/commit/81547a7a7af10d4a3d0f41be48b092e60268805d))
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@roomle/embedding-lib",
3
- "version": "5.9.0-alpha.7",
3
+ "version": "5.10.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.91.0-alpha.10"
32
+ "@roomle/web-sdk": "2.92.0-alpha.1"
33
33
  },
34
34
  "repository": {
35
35
  "type": "git",