connected-spaces-platform.web 4.28.0 → 4.29.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 5762ca81845885ae91c62d3c88432de5da601517
1
+ # Built from changelist ID c5a3c51482dcb95b8aff3405609800ea9708a309
2
2
 
3
3
  <br>
4
4
 
@@ -8,25 +8,17 @@
8
8
 
9
9
  ### 🍰 🙌 New Features
10
10
 
11
- - Vision OS example app (#416) *(2d49392)* [**No Ticket**]
12
- - Added OrganizationId to Space (#418) *(dbeace9)* [**OF-1233**]
13
- - Text components (#420) *(5a127a3)* [**OF-1311**]
14
- - Organization System support for CRUD endpoints *(892b860)* [**OF-1237**]
15
- - AssetCollection organization IDs (#425) *(9d74222)* [**OF-1234**]
11
+ - Added HotspotSpaceComponent (#435) *(82a77ed)* [**OF-1335**]
12
+ - Support for maintainance window url (#436) *(032d106)* [**OF-1303**]
16
13
 
17
14
 
18
15
  ### 🐛 🔨 Bug Fixes
19
16
 
20
- - Fix_Generate_Shell_Scripts (#423) *(12d9005)* [**OF-1327**]
17
+ - VisionOS Unity Build Script Failing to Include CSP Binaries (#434) *(ef76387)* [**OB-3568**]
18
+ - Update spelling mismatch (#438) *(9aa5506)* [**nt-0**]
21
19
 
22
20
 
23
21
 
24
- ### 💫 💥 Code Refactors
25
-
26
- - ComponentBase type getters (#419) *(e2d030c)* [**OF-1314**]
27
- - Update generate shell scripts (#421) *(a3a4338)* [**OF-1322**]
28
- - Expand `Variant` float type *(fc60f78)* [**No Ticket**]
29
-
30
22
 
31
23
 
32
24
 
@@ -37,13 +29,7 @@
37
29
 
38
30
  | Change ID | Author | Description |
39
31
  | --------- | ------ | ----------- |
40
- | 2d49392 | mag-richardzirbes | [NT-0] feat: Vision OS example app (#416)<br>&bull; Add Vision OS example app<br>&bull; Add copyright headers to scripts, change client version to 0.0.1 |
41
- | dbeace9 | MAG-AW | [OF-1233] feat: added OrganizationId to Space (#418) |
42
- | e2d030c | MAG-AW | [OF-1314] refac: ComponentBase type getters (#419)<br>- Add type-safe getters for the 6 ReplicatedValue types<br>- Refactored components to use these functions |
43
- | 5a127a3 | MAG-IY | [OF-1311] feat: Text components (#420)<br>Client applications can now create, update and delete text components that belong to an entity.<br>Text components allow the client application to reason about a body of text that should appear at a particular location in a space, along with its billboarding behaviour, size, background and text color. |
44
- | a3a4338 | AdamThorn | [OF-1322] refac: Update generate shell scripts (#421)<br>As of Python 3.12+ it is a requirement that we use a venv to install<br>modules. The generate_solution_X.sh scripts for mac, ios and visionos<br>have all been updated to check for the version of Python installed,<br>and if >= 3.12, to create and activate a venv before proceeding with<br>module installation. |
45
- | fc60f78 | Michael K. | [NT-0] refac: expand `Variant` float type<br>This change expands floats in `csp::common::Variant` from single to<br>double precision. |
46
- | 892b860 | AdamThorn | [OF-1237] feat: Organization System support for CRUD endpoints<br>Added support for CRUD endpoints to the Organization System so that users are able to Create, Get, Update and Deactivate Organizations. Tests have also been added to validate these new endpoints.<br>In addition the requirement for a separate Organization test account credentials text file has been removed, and the account credentials of the OKO_TESTS tenant admin are now read from the existing account credentials file. |
47
- | 4fd2db3 | MAG-AW | Of 1172 feat: Querying for ecommerce product variants now also returns the available stock count (#422)<br>&bull; [OF-1172] fix: update csp-services<br>&bull; [OF-1172] feat: add QuantityAvailable to variant<br>&bull; [OF-1172] test: add quantityavailable check<br>&bull; [OF-1172] refac: QuantityAvailable AvailableStock |
48
- | 12d9005 | MAG-IY | [OF-1327] fix: Fix_Generate_Shell_Scripts (#423)<br>Removed typo causing mac/ios generation to fail.<br>Co-authored-by: MAG-AW <99488940+MAG-AW@users.noreply.github.com> |
49
- | 9d74222 | MAG-AW | [OF-1234] feat: AssetCollection organization IDs (#425)<br>&bull; [OF-1234] feat: wip AssetCollection orgId<br>&bull; [OF-1234] fix: AssetCollection copy operator |
32
+ | ef76387 | Sam Birley | [OB-3568] fix: VisionOS Unity Build Script Failing to Include CSP Binaries (#434)<br>[OB-3568] fix: VisionOS unity build script<br>This change addresses an issue that was found to be preventing the `libConnectedSpacesPlatform.a` binary from being included in XCode projects generated by Unity.<br>The cause was an omission in a CSP-provided Unity build script, where the logic that determines whether or not to include the binary was not accounting for the VisionOS platform. |
33
+ | 82a77ed | MAG-AW | [OF-1335] feat: Added HotspotSpaceComponent (#435)<br>&bull; [OF-1335] feat: Added HotspotSpaceComponent<br>&bull; Added the new Component<br>&bull; Added script bindings<br>&bull; Added tests<br>&bull;Removed duplicated TextSpaceComponent script bindings |
34
+ | 032d106 | MAG-IY | [OF-1303] feat: support for maintainance window url (#436)<br>&bull; [OF-1303] feat: support for maint window url<br>&bull; Add running switch to Maintainance system<br>&bull; Add maintainance URL to ClientUserAgent info<br>&bull; Change Maint API to consume supplied url<br>&bull; turn off main system if query fail.<br>&bull; [OF-1303] feat!: CSPFoundation to support url<br>&bull;Moved maint window url to EndPointUrls<br>&bull;Changed CSPFoundation public API to accept url<br>&bull;Changed MaintainanceAPI to accept const ref<br>&bull;Changed switch variable name<br>&bull;Updated MaintainanceSystem to use url<br>&bull;Updated API use in tests and test helpers<br>&bull; [OF-1303] feat!: support for maintainanceUrls<br><br>Updated TestHelper.cs and MultiplayerTestClient.cs to consume new API<br>&bull; [OF-1303] feat!: support for maint window url<br>&bull; updated TestHelpers to initialise csp with maintainance url<br>&bull; removed erroneous call arg from LogSystemTests<br>&bull; [OF-1303] feat!: support for maint window url<br>&bull;removed previous public API change<br>&bull;added string arg to MaintainanceSystem Call<br>&bull;updated test to consume updated API<br>&bull; [OF-1303] feat!: support for maint window url<br>&bull; Removed unneeded header<br>&bull; Added error logging if GetMaintainanceInfo fails. |
35
+ | 9aa5506 | Daniel | [nt-0] fix: Update spelling mismatch (#438) |