connected-spaces-platform.web 4.26.0 → 4.26.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.
Files changed (2) hide show
  1. package/README.md +2 -26
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,4 +1,4 @@
1
- # Built from changelist ID 55d0a863c3538a9864535da680990c16db4a774a
1
+ # Built from changelist ID a28802f4123cf27a56ef00d10b13f76fd3af6ea5
2
2
 
3
3
  <br>
4
4
 
@@ -6,25 +6,9 @@
6
6
 
7
7
 
8
8
 
9
- ### 🍰 🙌 New Features
10
9
 
11
- - Added SetECommerceActiveInSpace (#380) *(15bb3df)* [**OF-1177**]
12
- - Tint property for gaussian splats (#383) *(e987ddf)* [**OF-1269**]
13
- - Gaussian splat asset type (#385) *(d51462c)* [**No Ticket**]
14
- - Add VisionOS binaries for Unity *(f31569b)* [**OF-1256**]
15
10
 
16
11
 
17
- ### 🐛 🔨 Bug Fixes
18
-
19
- - E-commerce structures default values (#384) *(5213412)* [**OB-3363**]
20
- - Error log message formatting on failure to disconnect when logging out (#387) *(619de6e)* [**No Ticket**]
21
-
22
-
23
-
24
- ### 💫 💥 Code Refactors
25
-
26
- - Github yaml for PR branch restrict (#379) *(9f15b45)* [**No Ticket**]
27
-
28
12
 
29
13
 
30
14
 
@@ -34,12 +18,4 @@
34
18
  ## Revision Change Details
35
19
 
36
20
  | Change ID | Author | Description |
37
- | --------- | ------ | ----------- |
38
- | 15bb3df | MAG-AW | [OF-1177] feat: Added SetECommerceActiveInSpace (#380)<br>&bull; [OF-1177] feat: Added SetECommerceEnabledInSpace<br>&bull; Added the ability to set whether ECommerce is enabled or disabled in<br>a space via a discrete API call, rather than calling the<br>AddShopifyStore method.<br>&bull; Modified a manual test and verified functionality.<br>&bull; [OF-1177] refac: renamed function |
39
- | 72a757d | Lyubomir Lichev | [NT-0]: refac: Update Unity examples to CSP 4.23.1 (#382)<br>&bull; updated to csp 4.22.0, resolved breaking changes<br>&bull; updated to csp 4.22.1 which resolves login crash<br>&bull; QoL changes, memory management, clean up<br>&bull; updated to csp 4.23.1, minor improvements<br>&bull; updated tenant parameters<br>&bull; updated basic framework example to 4.23.1 as well<br>&bull; updated initialising example to 4.23.1<br>&bull; updated reference to loginstate |
40
- | e987ddf | Sam Birley | [OF-1269] feat: Tint property for gaussian splats (#383)<br>[OF-1269] feat: tint property for gaussian splats<br>The Gaussian Splat component now also describes a 'tint' property, which is intended to represent an RGB tuple that is globally applied to the Gaussian Splat asset associated with the component, when rendered in a client viewport. |
41
- | 5213412 | Sam Birley | [OB-3363] fix: e-commerce structures default values (#384)<br>[OB-3363] fix: e-commerce structures default values<br>CSP now default initializes all e-commerce structures' member variables to sensible values. It also reports additional errors to the log if expected values in DTOs returned by services are not present. |
42
- | 9f15b45 | MAG-AW | [NT-0] refac: github yaml for PR branch restrict (#379)<br>&bull; [NT-0] refac: github yaml for PR branch restrict<br>&bull; [NT-0] fix: branch check logic |
43
- | d51462c | Sam Birley | [NT-0] feat: gaussian splat asset type (#385)<br>In service of affording users with the ability to upload gaussian splat files, introducing a new asset type to CSP: `GAUSSIAN_SPLAT`. |
44
- | 619de6e | Sam Birley | [NT-0] fix: Error log message formatting on failure to disconnect when logging out (#387)<br>[NT-0] fix: addressing a log formatting bug<br>Discovered whilst debugging a client, when a client attempts to log out but does not have a valid MP connection, we emit an error message to the log. There was an error in the log formatting however, where it was expecting a string and being provided an int.<br>This change fixes the formatting issue, and also includes some updates to the 'OKOBuildTool' - a legacy script that remains highly useful to this day as a workflow enhancer when debugging CSP issues in Unreal client applications. The updates concern naming and paths that have changed since the tool was last updated. |
45
- | f31569b | Michael K | [OF-1256] feat: add VisionOS binaries for Unity |
21
+ | --------- | ------ | ----------- |
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "connected-spaces-platform.web",
3
3
  "displayName": "connected-spaces-platform.web",
4
- "version": "4.26.0+508",
4
+ "version": "4.26.1+509",
5
5
  "description": "This package provides the binaries required to interface with the Connected Spaces Platform API.",
6
6
  "license": "Apache-2.0",
7
7
  "dependencies": {