Skip to main content

SDK Changelog - 23.12.1 - 23.6.1

23.12.1

December 13, 2023

General

  • Documented that enabling effect composer in scene configuration disables antialiasing
  • Fixed an issue where a Tag would not open on mobile when the Tag's navigation was disabled
  • Added a force option to the legacy method Mattertag.navigateToTag
  • Changed iteration of the collection of Tags to be in the same order as the UI when editing the space

23.11.1 hot fix 1

November 20, 2023

General

  • Fixed SDK connection failures when Views and Layers are unsupported.

23.11.1

November 16, 2023

General

  • Fixed Tag.toggleSharing to now remove sharing icons from docked Tags.
  • Fixed various issues with transient Tags not showing at the correct times by adding them to a single, common layer.

23.10.2

October 26, 2023

General


23.10.1

October 12, 2023

General

  • Views are now available as View objects rather than the previous {id, name} format
  • Layers are now available in the layers collection.
  • Tag sandboxes now have the sandbox attribute, creating a more isolated sandbox environment

23.9.1

September 20, 2023

General

  • Added conversion routines to convert between legacy and current id schemes for Sweeps, Floors, and Rooms.
  • Added more data to measurements data including human readable labels, total lengths, and segment lengths.
  • Added a method to open links to other Matterport spaces directly instead of loading them in the current application (see: Link.setModelLinkPolicy).
  • Added fontId containing the custom icon set on a Tag by Workshop (see: Tag.TagData).

Bundle

  • Fixed an issue where large-sized meshes could be clipped by Showcase's skybox.

23.8.2

August 31, 2023

General

  • Disabling navigation via Tag.allowAction prevents the tag from showing up in overlay navigation UI

23.8.1

August 16, 2023

General

  • Fix issues with Link OpenPolicyOptions interpolation.
  • Minor updates to examples in types for Link and Tag.
  • Fix for missing application key when linking between models
  • Safari: fixes for power-of-two texture resizing and minor memory leak
  • Fixed issues with dollhouse/floorplan mesh texture streaming
  • Improved mesh quality for small spaces

Bundle

  • Updated Three.js to r151

23.6.2

June 29, 2023

General


23.6.1

June 15, 2023

General

Early Access

  • Added View.current to observe which view is active and when it changes.
  • Added View.views to enumerate all views currently associated with the space.