SDK Changelog - 26.3.1 - 25.7.3
26.3.1
March 5, 2026
General
- The SDK connector now retries failed connections, improving reliability in unstable network conditions
26.2.3
February 19, 2026
General
- Added View.View.revert to remove all transient layers and object edits from a view
- Added Camera.lookAt (experimental) to move the camera to look at a specific 3D world position
26.1.3
January 22, 2026
General
- fix: Link.setModelLinkPolicy templateHref will now honor all parameters as documented.
- fix: Race condition with Asset.registerTexture which requires awaiting
25.12.2
December 11, 2025
General
- Created Camera.TransitionType as an eventual replacement for various Enums:
- Mode.moveTo() options argument - replacing TransitionType
- Sweep.moveTo() options argument - replacing Transition
- Mattertag.navigateToTag()
transitionargument - replacing Transition
- Removed the upper limit on the zoom level option for Mode.moveTo to support larger spaces
25.12.1
December 4, 2025
Performance
- Improved performance of Sweep.data by avoiding superfluous updates when transitioning between sweeps.
25.10.2
October 23, 2025
General
- Improved Graph interface
- Added the ability to clone graphs
- Added functions to find cycles: findCycle and findCycles
- Added findVertex and filterVertices
- Added edge finding functions findEdgeIn and findEdgeOut to the Vertex type
- Added vertexCount and edgeCount
NPM Package 1.6.0
September 26, 2025
NPM Package
- Always fetches latest type definitions on install
- Includes ESM and UMD Modules (supports require or include)
- Can update types with
yarn update-mpsdk-typesornpm run update-mpsdk-types - Added authentication to ConnectOptions
25.8.1
August 7, 2025
General
- Updated branding.
25.7.4
July 31, 2025
General
- Fixed an issue where editing a Tag's keywords, wouldn't trigger an update in the Tag data.
25.7.3
July 29, 2025
General
- Swapped position of Tour.next() and Tour.previous()
- Fixed bug with added puckPosition.
- Refreshed brand logo