@roomle/embedding-lib 5.3.0 → 5.4.0-alpha.2
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,22 +1,21 @@
|
|
|
1
|
-
## [5.
|
|
1
|
+
## [5.4.0-alpha.2](https://github.com/roomle-dev/roomle-ui/compare/embedding-lib-v5.4.0-alpha.1...embedding-lib-v5.4.0-alpha.2) (2024-10-03)
|
|
2
2
|
|
|
3
3
|
|
|
4
4
|
### Features
|
|
5
5
|
|
|
6
|
-
*
|
|
7
|
-
*
|
|
8
|
-
* **SDK:** upgrade to version 2.
|
|
9
|
-
* **SDK:** upgrade to version 2.
|
|
10
|
-
* **SDK:** upgrade to version 2.
|
|
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))
|
|
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))
|
|
6
|
+
* mobile searching for addons ([92162c4](https://github.com/roomle-dev/roomle-ui/commit/92162c4d5aae8c631c793948efec40843ab3ec33))
|
|
7
|
+
* **SDK:** upgrade to version 2.86.0-alpha.1 ([#1264](https://github.com/roomle-dev/roomle-ui/issues/1264)) ([671d36c](https://github.com/roomle-dev/roomle-ui/commit/671d36ccbb731a494a109ba0c4e3636e9f5375ff))
|
|
8
|
+
* **SDK:** upgrade to version 2.86.0-alpha.2 ([#1265](https://github.com/roomle-dev/roomle-ui/issues/1265)) ([03ac9b2](https://github.com/roomle-dev/roomle-ui/commit/03ac9b2aa2ac3f1364b0a0d961e92edf3b40b7fb))
|
|
9
|
+
* **SDK:** upgrade to version 2.86.0-alpha.3 ([#1274](https://github.com/roomle-dev/roomle-ui/issues/1274)) ([b3b0e16](https://github.com/roomle-dev/roomle-ui/commit/b3b0e167d66798a9a1dd1d68d0b91bbc56cbd1f7))
|
|
10
|
+
* **SDK:** upgrade to version 2.86.0-alpha.4 ([#1277](https://github.com/roomle-dev/roomle-ui/issues/1277)) ([7fac15e](https://github.com/roomle-dev/roomle-ui/commit/7fac15e1ea03fc010bbc6341e87559e28b66c97d))
|
|
15
11
|
|
|
16
12
|
|
|
17
13
|
### Bug Fixes
|
|
18
14
|
|
|
19
|
-
*
|
|
20
|
-
*
|
|
21
|
-
*
|
|
22
|
-
*
|
|
15
|
+
* add preserve search options to search input ([857c64b](https://github.com/roomle-dev/roomle-ui/commit/857c64b3bea489657576bbf0f4ac064a870732a8))
|
|
16
|
+
* back bug and dont show list icon ([215416f](https://github.com/roomle-dev/roomle-ui/commit/215416f3bf2afa368685d23a55eff3c7b6835d31))
|
|
17
|
+
* check for disabling multiselect in configurator mode ([29a3e3a](https://github.com/roomle-dev/roomle-ui/commit/29a3e3a998926ba76d35c1deebe5fef3e30d8271))
|
|
18
|
+
* put search bar in correct place ([8c9bef6](https://github.com/roomle-dev/roomle-ui/commit/8c9bef673f3c9cbc1568e6034965d50426a99971))
|
|
19
|
+
* test ([69429c4](https://github.com/roomle-dev/roomle-ui/commit/69429c4f2261c1499f8ce09aaaa5bb30e01617b0))
|
|
20
|
+
* translate entry ([01ac776](https://github.com/roomle-dev/roomle-ui/commit/01ac77663d88867ff0d7fe54e5975597f9809f12))
|
|
21
|
+
* type error ([ecfcd44](https://github.com/roomle-dev/roomle-ui/commit/ecfcd444c87c1a274d290b02801ebfad2145dfe8))
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@roomle/embedding-lib",
|
|
3
|
-
"version": "5.
|
|
3
|
+
"version": "5.4.0-alpha.2",
|
|
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.86.0-alpha.4"
|
|
33
33
|
},
|
|
34
34
|
"repository": {
|
|
35
35
|
"type": "git",
|