@roomle/embedding-lib 5.9.0-alpha.4 → 5.9.0-alpha.5
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,14 +1,6 @@
|
|
|
1
|
-
## [5.9.0-alpha.
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
### Features
|
|
5
|
-
|
|
6
|
-
* **SDK:** upgrade to version 2.91.0-alpha.10 ([#1420](https://github.com/roomle-dev/roomle-ui/issues/1420)) ([ac343ad](https://github.com/roomle-dev/roomle-ui/commit/ac343ad9eeabd3aa1f51ccaf6d005904de30dbe7))
|
|
1
|
+
## [5.9.0-alpha.5](https://github.com/roomle-dev/roomle-ui/compare/embedding-lib-v5.9.0-alpha.4...embedding-lib-v5.9.0-alpha.5) (2025-01-15)
|
|
7
2
|
|
|
8
3
|
|
|
9
4
|
### Bug Fixes
|
|
10
5
|
|
|
11
|
-
*
|
|
12
|
-
* publish types how RuAd needs it ([76e828d](https://github.com/roomle-dev/roomle-ui/commit/76e828d9d4b2bf7c9dee4bfb568517881453a65b))
|
|
13
|
-
* remove exception ([d91d042](https://github.com/roomle-dev/roomle-ui/commit/d91d042f44f33eee9140868f8c8f13e7d3eb8db2))
|
|
14
|
-
* some ts errors ([26ae95e](https://github.com/roomle-dev/roomle-ui/commit/26ae95e4368f8321ddc15c026a0d4a2f8d730155))
|
|
6
|
+
* only track events when not on AR page ([b68ddb1](https://github.com/roomle-dev/roomle-ui/commit/b68ddb1754915bb4e924691050a2bcd3447bbd79))
|
package/package.json
CHANGED
|
@@ -10,6 +10,7 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
10
10
|
userInteraction?: boolean;
|
|
11
11
|
onClose?: (_payload: MouseEvent) => void;
|
|
12
12
|
sendUserAction?: (_userAction: UserAction) => void;
|
|
13
|
+
trackEvent?: boolean;
|
|
13
14
|
}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{
|
|
14
15
|
configurationId: string;
|
|
15
16
|
imageUrl: string;
|
|
@@ -20,5 +21,6 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
20
21
|
userInteraction?: boolean;
|
|
21
22
|
onClose?: (_payload: MouseEvent) => void;
|
|
22
23
|
sendUserAction?: (_userAction: UserAction) => void;
|
|
24
|
+
trackEvent?: boolean;
|
|
23
25
|
}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
24
26
|
export default _default;
|