@roomle/embedding-lib 5.4.0-alpha.2 → 5.5.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,21 +1,12 @@
|
|
|
1
|
-
## [5.
|
|
1
|
+
## [5.5.0-alpha.1](https://github.com/roomle-dev/roomle-ui/compare/embedding-lib-v5.4.0...embedding-lib-v5.5.0-alpha.1) (2024-10-09)
|
|
2
2
|
|
|
3
3
|
|
|
4
4
|
### Features
|
|
5
5
|
|
|
6
|
-
*
|
|
7
|
-
* **SDK:** upgrade to version 2.
|
|
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))
|
|
6
|
+
* **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))
|
|
7
|
+
* **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))
|
|
11
8
|
|
|
12
9
|
|
|
13
10
|
### Bug Fixes
|
|
14
11
|
|
|
15
|
-
*
|
|
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))
|
|
12
|
+
* fix typescript issue in test causing tests to fail ([65fb1a3](https://github.com/roomle-dev/roomle-ui/commit/65fb1a382da215611761a3fa9739ee2dee632df9))
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@roomle/embedding-lib",
|
|
3
|
-
"version": "5.
|
|
3
|
+
"version": "5.5.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.
|
|
32
|
+
"@roomle/web-sdk": "2.87.0-alpha.1"
|
|
33
33
|
},
|
|
34
34
|
"repository": {
|
|
35
35
|
"type": "git",
|