@roomle/embedding-lib 5.4.0-alpha.2 → 5.4.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,14 @@
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)
1
+ ## [5.4.0](https://github.com/roomle-dev/roomle-ui/compare/embedding-lib-v5.3.0...embedding-lib-v5.4.0) (2024-10-08)
2
2
 
3
3
 
4
4
  ### Features
5
5
 
6
6
  * mobile searching for addons ([92162c4](https://github.com/roomle-dev/roomle-ui/commit/92162c4d5aae8c631c793948efec40843ab3ec33))
7
+ * **SDK:** upgrade to version 2.85.0 ([#1259](https://github.com/roomle-dev/roomle-ui/issues/1259)) ([317f62c](https://github.com/roomle-dev/roomle-ui/commit/317f62c1bbaf9aa623899dcb7266cf183d5da381))
7
8
  * **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))
9
+ * **SDK:** upgrade to version 2.86.0-alpha.1 ([#1264](https://github.com/roomle-dev/roomle-ui/issues/1264)) ([53845e8](https://github.com/roomle-dev/roomle-ui/commit/53845e8de3ae70f1b9d86f36571be8ea213c2d8a))
8
10
  * **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))
11
+ * **SDK:** upgrade to version 2.86.0-alpha.2 ([#1265](https://github.com/roomle-dev/roomle-ui/issues/1265)) ([bb47eb1](https://github.com/roomle-dev/roomle-ui/commit/bb47eb1f5c1b1ad45006b760ed756d08d4f0b5b6))
9
12
  * **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
13
  * **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))
11
14
 
@@ -15,6 +18,7 @@
15
18
  * add preserve search options to search input ([857c64b](https://github.com/roomle-dev/roomle-ui/commit/857c64b3bea489657576bbf0f4ac064a870732a8))
16
19
  * back bug and dont show list icon ([215416f](https://github.com/roomle-dev/roomle-ui/commit/215416f3bf2afa368685d23a55eff3c7b6835d31))
17
20
  * check for disabling multiselect in configurator mode ([29a3e3a](https://github.com/roomle-dev/roomle-ui/commit/29a3e3a998926ba76d35c1deebe5fef3e30d8271))
21
+ * drawerElement optional props ([a0673a1](https://github.com/roomle-dev/roomle-ui/commit/a0673a10876ca087054c985dd914c9dbe8d88379))
18
22
  * put search bar in correct place ([8c9bef6](https://github.com/roomle-dev/roomle-ui/commit/8c9bef673f3c9cbc1568e6034965d50426a99971))
19
23
  * test ([69429c4](https://github.com/roomle-dev/roomle-ui/commit/69429c4f2261c1499f8ce09aaaa5bb30e01617b0))
20
24
  * translate entry ([01ac776](https://github.com/roomle-dev/roomle-ui/commit/01ac77663d88867ff0d7fe54e5975597f9809f12))
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@roomle/embedding-lib",
3
- "version": "5.4.0-alpha.2",
3
+ "version": "5.4.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",