Skip to content

Releases: arenaxr/arena-web-core

v1.26.4

17 Apr 20:40
ef8579c
Compare
Choose a tag to compare

1.26.4 (2024-04-17)

Features

  • Add demoMode URL param for minimizing UI elements (minimize chat/AV icons, hide GLTF progress popup)
  • Add reprojectMovement URL param for translational time warping for renderfusion client

Bug Fixes

  • actually rename var (1a80fd5)
  • add latest tag (879f8d8)
  • add latest tag (27c0af0)
  • deal with undefined tag (d7cd295)
  • deal with undefined tag (ab1d881)
  • material-extras: update schemas for colorSpace (5061e7e)
  • schema: add registered shader options to material (4ebbad1)
  • schema: added missing material properties per shader (c4184a1)
  • screenshare: allow user-defined screen objects alongside default (dbcf91b)
  • screenshare: don't duplicate default screensahre (4ee153a)
  • screenshare: fix screenshare to named screenshares (3da8636)

v1.26.3

28 Feb 21:18
ffbe84c
Compare
Choose a tag to compare

1.26.3 (2024-02-28)

Bug Fixes

  • bad raytrace xrselect after reloc in xr (730657e)
  • jitsi: allow all users access to kick out moderation (6eba98d)
  • jitsi: allow anonymous users ability to moderate loud users with mute (a0428af)
  • jitsi: allow moderators, not owners, access to mute all (3cc4da5)
  • jitsi: fixed sending kick command to xmpp (8d37c2e)
  • jitsi: log all error data on connection fail (b775abb)
  • program: remove warning for program message updates (2494ac4)
  • typo for button panel options enum (20b4fd2)
  • update cursor/raycasters for both ar and vr (b761673)
  • update videosphere default radius to match a-frame (b63c5aa)

v1.26.2

16 Feb 22:06
8d8f020
Compare
Choose a tag to compare

1.26.2 (2024-02-16)

Bug Fixes

  • screenshare: fixed screenshare failure validating token (60d712e)

v1.26.1

13 Feb 02:46
6aff22c
Compare
Choose a tag to compare

1.26.1 (2024-02-13)

Bug Fixes

  • camera overrides and lookats w/ look-controls (6deef09)
  • use safe getter for scene stats component (6342083)

v1.26.0

08 Feb 17:59
39f0fc0
Compare
Choose a tag to compare

1.26.0 (2024-02-08)

Features

  • add runtime info to program schema (d003a55)
  • adding more program info properties (0c3030b)
  • attempt offscreencanvas for ccar/ccwebar cv (b1c4d04), closes #611

Bug Fixes

  • build: refactor schema and target grid layout to save whitespace on build page (#606) (84ef265)
  • check for xrSession to setOriginAnchor (d4641e7)
  • only stopVideo on jitsi start if withVideo (b9376d8)
  • particle-system: remove particle-system, favoring spe-particles in schema (b8899e3)
  • references to vio pose vars (2f57b54)
  • release test gUM vid stream (f4f5bb3)

v1.25.0

14 Dec 21:25
a437bd3
Compare
Choose a tag to compare

1.25.0 (2023-12-14)

Features

  • add (renamed) XR env-publisher (8e703ee)
  • add raw flag for mqtt publish (82fe4f1)
  • add xr system debug-ui (2ced380)

Bug Fixes

  • build3d: improve logging window, small bug fixes, failed attempts at auto-play (#600) (342a833)
  • build: add missing gltf-morph to schema (52b9220)
  • build: add range validation for opacity (c31b744)
  • build: add roation/scale range validation (e4ab61c)
  • build: add schema for detailed physics dynamic/static bodies (00c2849)
  • dont send vrmode=true to remote server when in fullscreen mode (fb20678)
  • handle persistent anchor setting failure (7f3cad4)
  • physics: wait to load aframe-physics before making groundPlane static (7c67816)
  • precompute proj and pose matrix inverse for atw to improve performance (ecf17a9)
  • xr-env-publisher init listener (d900add)

v1.24.1

17 Nov 15:49
9a05d41
Compare
Choose a tag to compare

1.24.1 (2023-11-17)

Bug Fixes

  • another typo in material-extras (8068a9a)

v1.24.0

16 Nov 18:00
7778202
Compare
Choose a tag to compare

1.24.0 (2023-11-16)

Features

  • add gaussian splatting component (0368dfd)
  • Add material-extras gltfOpacity option (a8eeddf)

Bug Fixes

  • (build3d): change component name build-watch => build3d-mqtt (ed5e9c3)
  • align schema key for gaussian_splatting (0a8615a)
  • better atw and atw bug fix for vr devices (9dbd42a)
  • build3d: check permissions on build3d request, show error otherwise (d749053)
  • build: add gaussian_splatting upload to filestore (9e9269d)
  • build: streamlined FileStore upload flow (#597) (4470c68)
  • splatting object type (e85d619)
  • typo (4e1a1f3)

v1.23.4

08 Nov 23:44
bacd890
Compare
Choose a tag to compare

Stopgap hotfix for armode and skipav url params

Full Changelog: v1.23.3...v1.23.4

v1.23.3

02 Nov 19:58
da68f57
Compare
Choose a tag to compare

1.23.3 (2023-11-02)

Refactor

  • BREAKING CHANGE: All arena-user attributes (descriptors of users in the scene) now are published under the
    arena-user key within the data block, rather than the top-level or directly under data
    of the of the MQTT message.
  • BREAKING CHANGE: Only position and rotation attributes are processed
    within data besides arena-user for object_type:"camera". L/R hand objects also are
    filtered to only process position, rotation, scale attributes alongside url.

Bug Fixes

  • arena-user: publish/read all camera data in data block (73e382e)
  • arenaui colors to SRGB (68d818c)
  • build: eliminate redundant (and conflicting) defaults in wire schema (#592) (fff3450)
  • localStorage saved head model set on subsequent loads (fd6372f)
  • remove hand tracking from webr features (50a01c9)
  • return bool true from arena-camera/hands create-update (9d6d749)
  • update lingering arena-camera.position from 41caa23 (8e94b14)