connected-spaces-platform.web 4.28.1 → 4.30.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.
package/README.md CHANGED
@@ -1,4 +1,4 @@
1
- # Built from changelist ID f24b5bea05573ddcb92974d3d9339f565ec9174a
1
+ # Built from changelist ID f24cc9e5d6446c096667619c1a9459b0c6ab311e
2
2
 
3
3
  <br>
4
4
 
@@ -6,22 +6,9 @@
6
6
 
7
7
 
8
8
 
9
- ### 🍰 🙌 New Features
10
9
 
11
- - Update Example visionOS README & example code update (#429) *(dffb01c)* [**No Ticket**]
12
10
 
13
11
 
14
- ### 🐛 🔨 Bug Fixes
15
-
16
- - Moved CSP tick loop start after login in examples (#427) *(61a0ac2)* [**OPE-1738**]
17
- - Missing TextSpaceComponent refs (#431) *(3d15817)* [**OF-1330**]
18
-
19
-
20
-
21
-
22
- ### 🙈 🙉 🙊 Test Changes
23
-
24
- - ConversationSystemTests fix (#430) *(a9e5187)* [**No Ticket**]
25
12
 
26
13
 
27
14
 
@@ -32,7 +19,4 @@
32
19
 
33
20
  | Change ID | Author | Description |
34
21
  | --------- | ------ | ----------- |
35
- | a9e5187 | MAG-AW | [NT-0] test: ConversationSystemTests fix (#430)<br>&bull; Fixed test not entering and exiting spaces correctly before<br>sending network events. |
36
- | 61a0ac2 | Lyubomir Lichev | [OPE-1738] fix: Moved CSP tick loop start after login in examples (#427)<br>&bull; [OPE-1738]: refac: moved csp tick loop start to after login in examples<br>&bull; [OPE-1738]: retrigger checks |
37
- | dffb01c | mag-richardzirbes | [NT-0] feat: Update Example visionOS README & example code update (#429)<br>&bull; [NT-0] feat: Vision OS example app readme & minor code updates<br>&bull; Update Readme |
38
- | 3d15817 | MAG-IY | [OF-1330] fix: missing TextSpaceComponent refs (#431)<br>Added missing references to TextSpaceComponent.<br>Added tests to verify everything is working. |
22
+ | 71a47ad | MAG-mv | Staging/v4.30.0 (#447)<br>&bull; [NT-0] test: Updating CSP tests to comply with new EventBrite data formatting requirements<br>EventBrite have made a services change that now rejects data that does not match their expected schema.<br>We have addressed this in CSP tests by changing the data passed into CSP to match the EventBrite schema.<br>We have also refactored the eticketing tests to all rely on a single set of test variables, to simplify updates in the future.<br>&bull; [OF-1324] fix: path validation for CartId <br>GetCheckoutInformation now checks CartId for forward and backward slashes and early-outs with an error message in the log if found.<br>&bull; [OF-1359] refac: Update the hotspot component type properties<br>OF-1359 refac: Update the hotspot component type properties<br>&bull; Removed the hotspot space component get/set hotspot type methods and associated property<br>&bull; Removed the enum for HotspotType<br>&bull; Added get/set IsTeleportPoint and IsSpawnPoint methods both storing their values in boolean properties<br>&bull; Updated the hotspot space component script interface<br>&bull; Updated the hostspot space component tests<br>&bull; [OF-1334] feat: Sequence System - Generic system for storing shared sorted lists. (#441)<br>&bull; [OF-1334] feat: add sequence system<br>&bull; [OF-1334] refac: PR changes<br>&bull; [OF-1334] doc: update comments<br>&bull; [OF-1334] refac: add additional test + comments<br>---------<br>Co-authored-by: Sam Birley <99482500+MAG-SamBirley@users.noreply.github.com><br>Co-authored-by: MAG-AW <99488940+MAG-AW@users.noreply.github.com><br>Co-authored-by: MAG-me <115081336+MAG-ME@users.noreply.github.com> |