@roomle/embedding-lib 5.1.0-alpha.1 → 5.1.0-alpha.3

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,28 +1,20 @@
1
- ## [5.1.0-alpha.1](https://github.com/roomle-dev/roomle-ui/compare/embedding-lib-v5.0.0...embedding-lib-v5.1.0-alpha.1) (2024-08-14)
1
+ ## [5.1.0-alpha.3](https://github.com/roomle-dev/roomle-ui/compare/embedding-lib-v5.1.0-alpha.2...embedding-lib-v5.1.0-alpha.3) (2024-08-22)
2
2
 
3
3
 
4
4
  ### Features
5
5
 
6
- * forward type correctly ([4f465d0](https://github.com/roomle-dev/roomle-ui/commit/4f465d03b00c4d057d94a1c35dbfc589f29caf12))
7
- * implement feature of drag in ([151d665](https://github.com/roomle-dev/roomle-ui/commit/151d665c35da6b79cbd6b49635dfdf8e3d9c4742))
8
- * release from cd/embedding-pre-release ([4e547d5](https://github.com/roomle-dev/roomle-ui/commit/4e547d5b29d33578ab9eca1221a469d4c5a100b6))
9
- * **SDK:** upgrade to version 2.83.0-alpha.3 ([#1188](https://github.com/roomle-dev/roomle-ui/issues/1188)) ([8328c4a](https://github.com/roomle-dev/roomle-ui/commit/8328c4a32d425a36e11af914582430812a7204c6))
10
- * **SDK:** upgrade to version 2.83.0-alpha.4 ([#1189](https://github.com/roomle-dev/roomle-ui/issues/1189)) ([87dcc27](https://github.com/roomle-dev/roomle-ui/commit/87dcc271f473782cdc819c193940861084ea28ba))
11
- * **SDK:** upgrade to version 2.83.0-alpha.5 ([003c215](https://github.com/roomle-dev/roomle-ui/commit/003c215768881f30eb3f51fadc8efe38eadae87c))
6
+ * onClickOutside composable ([4b2ddd8](https://github.com/roomle-dev/roomle-ui/commit/4b2ddd8346efd3f9fc2e84cbf71cbfb221eea22c))
7
+ * run embedding tests agains multiple versions ([1391e37](https://github.com/roomle-dev/roomle-ui/commit/1391e378e2c5f4cefca306db9826b1b20f93ad9d))
12
8
 
13
9
 
14
10
  ### Bug Fixes
15
11
 
16
- * add missing UI buttons to be visible inside feature flags menu in Rubens Admin ([3837ca3](https://github.com/roomle-dev/roomle-ui/commit/3837ca3c24267bc70fa450be353a2c32f713b315))
17
- * also forward type on touchstart ([4e4d17f](https://github.com/roomle-dev/roomle-ui/commit/4e4d17f27d3c82646a778ee3f44ec08854150ee4))
18
- * correct sign ([fc1db6c](https://github.com/roomle-dev/roomle-ui/commit/fc1db6c91bcfe754c5d2cd39b8c2dbdb2133c48e))
19
- * **embedding:** make configurator api available on planner embedding ([8bd473e](https://github.com/roomle-dev/roomle-ui/commit/8bd473e014c1a19839d150dde6051db387cf26d6))
20
- * pointing vitest to the correct config file ([6fe8dc8](https://github.com/roomle-dev/roomle-ui/commit/6fe8dc8b5ce5783ed67ca2364d0a40b4630419b7))
21
- * prevent key events on slider to enable shifting the scene ([ebed576](https://github.com/roomle-dev/roomle-ui/commit/ebed576d0903cda0963ef0e1aca8e29a314c8ac7))
22
- * remove leftover from old tries ([b4341d1](https://github.com/roomle-dev/roomle-ui/commit/b4341d17f4cf7ad130c72e15df6d6389dddff76c))
23
- * remove syntax error ([34a7cda](https://github.com/roomle-dev/roomle-ui/commit/34a7cda3a4be80d2260ff6e4990f2b42be4fd2ad))
24
- * run pre release of embedding ([6d8849e](https://github.com/roomle-dev/roomle-ui/commit/6d8849e6bc8a6a081c7be104f1910e23396a655d))
25
- * set configurator callbacks and types ([8a56c2e](https://github.com/roomle-dev/roomle-ui/commit/8a56c2ec13b48a10ff86798d605c134a067e2e55))
26
- * some stuff ([b4c0152](https://github.com/roomle-dev/roomle-ui/commit/b4c015270ebdf61971a8108dc5637c7b54847c88))
27
- * submit onBlur for measurements in 2D ([164e71b](https://github.com/roomle-dev/roomle-ui/commit/164e71bc78fa92dcc75939533f345448679ab506))
28
- * use correct credentials ([6898e84](https://github.com/roomle-dev/roomle-ui/commit/6898e845733d6086562a78a3c5619ea8954011ed))
12
+ * Can expand drawer on mobile although it should not be possible ([63c89fd](https://github.com/roomle-dev/roomle-ui/commit/63c89fd902573aea7eba6de2c5e3be0f89d824a3))
13
+ * correct mock data ([40d8459](https://github.com/roomle-dev/roomle-ui/commit/40d84599fd87894e5b1302ce14bfdea9e9ed5573))
14
+ * deactivate husky before semantic release of embedding lib ([7668c48](https://github.com/roomle-dev/roomle-ui/commit/7668c48a7f8ad93d485a459e0cbfd5aeaae6ad9f))
15
+ * find a fallback if har file is not found ([3b95a9e](https://github.com/roomle-dev/roomle-ui/commit/3b95a9ee8958c3833bfe5b317b5d0ca99590c927))
16
+ * only create things that are missing ([b4eab8b](https://github.com/roomle-dev/roomle-ui/commit/b4eab8b553ab75854879c5ce7b3a5b5d58f0e328))
17
+ * prevent blurring the dropdown ([fa7f55c](https://github.com/roomle-dev/roomle-ui/commit/fa7f55ca318249668924633d364a77403e15b4c2))
18
+ * show pwd ([4f4deda](https://github.com/roomle-dev/roomle-ui/commit/4f4deda3e7614bf4c94f838a6e14c17f599ab03c))
19
+ * some stuff ([7d99f8e](https://github.com/roomle-dev/roomle-ui/commit/7d99f8e59f61dfd07c201f2f1f229232211fc6e9))
20
+ * try npm ci ([ec81bb3](https://github.com/roomle-dev/roomle-ui/commit/ec81bb306d53c92b8aad327b89ecea8084247d58))
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@roomle/embedding-lib",
3
- "version": "5.1.0-alpha.1",
3
+ "version": "5.1.0-alpha.3",
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",