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.toggleSharingto 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
- Added the ability to set the active view using View.setActive
- Added the ability to toggle individual layers using Layer.toggle
- Added Sweep.addNeighbors and Sweep.removeNeighbors for editing connectivity
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
layerscollection. - Tag sandboxes now have the
sandboxattribute, 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
fontIdcontaining 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
- Cleaned up Mode.Mode enum and removed unsupported values.
23.6.1
June 15, 2023
General
- Fixed an issue that could falsely change the value of
Measurements.mode. - Enabled Views by default. For more information see Early Access.
Early Access
- Added
View.currentto observe which view is active and when it changes. - Added
View.viewsto enumerate all views currently associated with the space.