@roomle/embedding-lib 5.1.0-alpha.1 → 5.1.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,28 +1,13 @@
|
|
|
1
|
-
## [5.1.0-alpha.
|
|
1
|
+
## [5.1.0-alpha.2](https://github.com/roomle-dev/roomle-ui/compare/embedding-lib-v5.1.0-alpha.1...embedding-lib-v5.1.0-alpha.2) (2024-08-20)
|
|
2
2
|
|
|
3
3
|
|
|
4
4
|
### Features
|
|
5
5
|
|
|
6
|
-
*
|
|
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
|
+
* make search threshold parameterizable with init-data ([cfbe6c7](https://github.com/roomle-dev/roomle-ui/commit/cfbe6c717810895cf98827b37f1dbd97c4184120))
|
|
12
7
|
|
|
13
8
|
|
|
14
9
|
### Bug Fixes
|
|
15
10
|
|
|
16
|
-
*
|
|
17
|
-
*
|
|
18
|
-
*
|
|
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))
|
|
11
|
+
* remove typescript errors ([e186ab6](https://github.com/roomle-dev/roomle-ui/commit/e186ab6f8a983d10c45cefa3894e890a350e8e03))
|
|
12
|
+
* trigger onSaveDraft callback when emails is false and by default ([87cd4f2](https://github.com/roomle-dev/roomle-ui/commit/87cd4f2d00caf297d4e98059f1e6d71be75dda0b))
|
|
13
|
+
* Vector draw mode broken on test/alpha ([667a044](https://github.com/roomle-dev/roomle-ui/commit/667a04478388bf0af010d7d192526fecf0a13f5f))
|
package/package.json
CHANGED