@roomle/embedding-lib 5.5.0 → 5.6.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,20 +1,17 @@
1
- ## [5.5.0](https://github.com/roomle-dev/roomle-ui/compare/embedding-lib-v5.4.0...embedding-lib-v5.5.0) (2024-10-22)
1
+ ## [5.6.0-alpha.1](https://github.com/roomle-dev/roomle-ui/compare/embedding-lib-v5.5.0...embedding-lib-v5.6.0-alpha.1) (2024-10-24)
2
2
 
3
3
 
4
4
  ### Features
5
5
 
6
- * dial points ([e15f238](https://github.com/roomle-dev/roomle-ui/commit/e15f238c05c04581f6349c84f104a8fe6ba60cc4))
7
- * **SDK:** upgrade to version 2.86.0 ([#1282](https://github.com/roomle-dev/roomle-ui/issues/1282)) ([fb599f0](https://github.com/roomle-dev/roomle-ui/commit/fb599f0680a45489a598c0e49f59ab04b1d2a23e))
8
- * **SDK:** upgrade to version 2.87.0-alpha.1 ([#1285](https://github.com/roomle-dev/roomle-ui/issues/1285)) ([fa214a9](https://github.com/roomle-dev/roomle-ui/commit/fa214a98b18edae8629f819b30ac7025508c1e96))
6
+ * **SDK:** upgrade to version 2.87.0 ([#1305](https://github.com/roomle-dev/roomle-ui/issues/1305)) ([7d72d28](https://github.com/roomle-dev/roomle-ui/commit/7d72d28546980c55b7fa98abe9b8dc4b9a79456d))
7
+ * **SDK:** upgrade to version 2.88.0-alpha.1 ([#1308](https://github.com/roomle-dev/roomle-ui/issues/1308)) ([a9dbfa9](https://github.com/roomle-dev/roomle-ui/commit/a9dbfa9e15f39c83374e714c564ebb8c0c8edfc2))
9
8
 
10
9
 
11
10
  ### Bug Fixes
12
11
 
13
- * amount of ticks ([16d4f88](https://github.com/roomle-dev/roomle-ui/commit/16d4f8884e9bca0b9d2c103ad4d038dc983b4571))
14
- * disable snapping when zero is supplied ([bb976d2](https://github.com/roomle-dev/roomle-ui/commit/bb976d2d9436d7212cbcf4936936892fd89a4bbc))
15
- * fix typescript issue in test causing tests to fail ([65fb1a3](https://github.com/roomle-dev/roomle-ui/commit/65fb1a382da215611761a3fa9739ee2dee632df9))
16
- * make sure global search for addons shows regardless of searchThreshold setting ([9cad5a0](https://github.com/roomle-dev/roomle-ui/commit/9cad5a0ba52977640f6731092a27fe2d08dc677a))
17
- * remove redundant CSS ([7b985c5](https://github.com/roomle-dev/roomle-ui/commit/7b985c5eb85363e7c15fb41adaaf93f0bd9f104d))
18
- * Room Designer - Multi selection after movement not selected ([4a6e60a](https://github.com/roomle-dev/roomle-ui/commit/4a6e60aae10719f2bd50b9753d0ae9780cef3db5))
19
- * search input showing when elements are empty ([e59f0a8](https://github.com/roomle-dev/roomle-ui/commit/e59f0a876df49caeb8c0526e6c0c36553006b214))
20
- * tests ([9eccce6](https://github.com/roomle-dev/roomle-ui/commit/9eccce6919bad8bf0748b6b3be4c66f0cea4d588))
12
+ * AR url for arc and brave browsers ([d166054](https://github.com/roomle-dev/roomle-ui/commit/d1660547ca7deb169ae224ed6ea8d11fe2479cf6))
13
+ * correctly select notification widths on mobile when interactions are expanded ([f59742d](https://github.com/roomle-dev/roomle-ui/commit/f59742d8bb15572e35862f68f38ce491577c7f95))
14
+ * do not remove initial width ([1270073](https://github.com/roomle-dev/roomle-ui/commit/12700737a43d95ea53912e5fde3bc153da66c170))
15
+ * move style change into desktop ([773aaaf](https://github.com/roomle-dev/roomle-ui/commit/773aaaf6737dc9aad9161853b59a0b936e6ec8e9))
16
+ * overflowing interaction container when second level drawer is open ([786489c](https://github.com/roomle-dev/roomle-ui/commit/786489c38debe8a380c3a8b40631deed7a583c2d))
17
+ * try to use another version of hasARQuicklook helper ([92e8f12](https://github.com/roomle-dev/roomle-ui/commit/92e8f12557c869b743e831d7f346be779adcfc0b))
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@roomle/embedding-lib",
3
- "version": "5.5.0",
3
+ "version": "5.6.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.87.0-alpha.3"
32
+ "@roomle/web-sdk": "2.88.0-alpha.1"
33
33
  },
34
34
  "repository": {
35
35
  "type": "git",