connected-spaces-platform.web 4.27.2 → 4.28.1

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 400669b5e83b72538914c92736bed6eb99a9c619
1
+ # Built from changelist ID f24b5bea05573ddcb92974d3d9339f565ec9174a
2
2
 
3
3
  <br>
4
4
 
@@ -6,13 +6,22 @@
6
6
 
7
7
 
8
8
 
9
+ ### 🍰 🙌 New Features
10
+
11
+ - Update Example visionOS README & example code update (#429) *(dffb01c)* [**No Ticket**]
12
+
9
13
 
10
14
  ### 🐛 🔨 Bug Fixes
11
15
 
12
- - Properly validate optionals *(a7f46d0)* [**OB-3493**]
16
+ - Moved CSP tick loop start after login in examples (#427) *(61a0ac2)* [**OPE-1738**]
17
+ - Missing TextSpaceComponent refs (#431) *(3d15817)* [**OF-1330**]
18
+
19
+
13
20
 
14
21
 
22
+ ### 🙈 🙉 🙊 Test Changes
15
23
 
24
+ - ConversationSystemTests fix (#430) *(a9e5187)* [**No Ticket**]
16
25
 
17
26
 
18
27
 
@@ -23,4 +32,7 @@
23
32
 
24
33
  | Change ID | Author | Description |
25
34
  | --------- | ------ | ----------- |
26
- | a7f46d0 | Michael K. | [OB-3493] fix: properly validate optionals |
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. |