SDK Changelog - 25.10.2 - 25.4.3
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
25.7.1
July 10, 2025
General
- Added
puckPositionto ObservableSweepData. - Defined scope of Tag Namespace on layer object
25.6.3
June 26, 2025
General
- Added more examples of
.waitUntilto ObservableMap and Observable. - Added EulerAngle type to disambiguate
25.6.1
June 12, 2025
General
- Added
.waitUntilto ObservableMap. - Added Conversion routines to convert coordinates (Vector) and rotations (Quaternion) between SDK and Platform API.
- Added
iconIdto TagData. - Fixed a Layer toggling bug where the behavior was inverted:
truenow shows,falsenow hides. - Fixed an issue where Tag.attachments wouldn't provide its initial state.
25.4.4
April 24, 2025
General
- Fixed issues with Tag.keywords so it behaves more array-like
lengthnow properly returns the length of the array- can now get and set values by index
25.4.3
April 17, 2025
General
- Improvement: Resolved race condition from early access to Measurements mode