Skip to content

Releases: arenaxr/arena-web-core

v2.2.5

15 May 17:43
e1b5c5c
Compare
Choose a tag to compare

2.2.5 (2025-05-15)

Bug Fixes

  • add deprecated warnings from aframe-physics-system (d1defb5)
  • correctly ref textinput target obj (29453fe)
  • debug: made all mqtt debug log consistant with url param (a167114)
  • gaussian_splatting: update splat component to use cutoutEntity (5c3b01a)
  • object3d rotation is euler (0f013e3)
  • physx-grab use, add physx-grabbable (93c0ed4)

Reverts

v2.2.4

03 Mar 17:51
437780b
Compare
Choose a tag to compare

2.2.4 (2025-03-03)

Bug Fixes

  • environment: corrected edge cases with empty env-presets, update defaults (49ea3fd)

v2.2.3

18 Feb 16:29
c9fdf3e
Compare
Choose a tag to compare

2.2.3 (2025-02-14)

Bug Fixes

  • iterator of HTML collection in blip cleanup (028182e)
  • typo and ignore eslint w/ for of (aaa0d1e)

v2.2.2

13 Feb 15:56
79cc6d4
Compare
Choose a tag to compare

2.2.2 (2025-02-13)

Bug Fixes

  • only remove private/program_id explicitly (0264d9f)
  • set/unset correct program_id attr (71a8ce3)
  • use camFollow obj world pos (94dc92a)

v2.2.1

29 Jan 17:22
7e9e67e
Compare
Choose a tag to compare

2.2.1 (2025-01-28)

Bug Fixes

  • restore time/timeEnd console methods (da15cf3)
  • user notification of relocalization in relocateUserCamera (6b7790b)

v2.2.0

09 Jan 19:35
3b0ba87
Compare
Choose a tag to compare

2.2.0 (2025-01-06)

Features

  • add camera-orbit feature via urlparam (a84b1d3)

Bug Fixes

  • disable teleport controls on xr relocalize (5b0e03b), closes #679
  • listen on correct entity (11c64d4)
  • use parent path for dashboard iframe (9de00ac)

v2.1.1

20 Nov 18:51
a7c5aae
Compare
Choose a tag to compare

2.1.1 (2024-11-20)

Bug Fixes

  • properly "categorically" ignore own msgs (cb87581)

v2.1.0

19 Nov 22:24
7124933
Compare
Choose a tag to compare

2.1.0 (2024-11-19)

Features

Bug Fixes

  • add missing await on res (d33c916)
  • instantiate ImageData for offscreencanvas (c101bc6)
  • needOffscreenCanvas typo (cdafdee)
  • not formated topic in webxr sys (5027d0d)
  • program object topic (6163e67)
  • proper instantiate offscreencanvas (dcdc47b)
  • typo on response keys (2359772)
  • typo prop (39475f8)

v2.0.1

08 Nov 20:59
7816125
Compare
Choose a tag to compare

2.0.1 (2024-11-08)

Bug Fixes

  • splat: restore three.js to r164 in aframe 1.6.0, to regain splats (2d2d20a)

v2.0.0

08 Nov 17:11
872ffa5
Compare
Choose a tag to compare

2.0.0 (2024-11-08)

⚠ BREAKING CHANGES

  • Refactored topic structure for more granular flow and access (#652)

Features

  • Refactored topic structure for more granular flow and access (#652) (03b9705)

Bug Fixes

  • arena-user: add missing hasAvatar field for outside accessors (56cf44f)
  • build: add 'build' to mqtt client id (fe2eb73)
  • build: correct unknown object type display (4caf6fe)
  • build: fixed typo obj.chanels -> obj.channels (8a4c1db)
  • landmark: patched race condition preventing lankmark ui display (d95935c)
  • mqtt: log subscribed - failures always, success if debug (29f480a)
  • mqtt: require userClient in topic for all scene messages (#670) (2c4fc6f)
  • push-based mqtt message handler (1c1d3fe)
  • scene-options: fixed incorrrect warning when missing clickableOnlyEvents option (58cab4d)
  • scenes: correct adding demoMode in URL builder (1ad7211)
  • ttl: update ttl component to alway apply updates (4be0751)
  • typo trailing comma in json (30347f1)