Skip to main content

SDK Changelog - 25.10.2 - 25.4.3

25.10.2

October 23, 2025

General


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-types or npm run update-mpsdk-types
  • Added authentication to ConnectOptions

25.8.1

August 7, 2025

General

  • Updated branding.

25.7.4

July 31, 2025

General


25.7.3

July 29, 2025

General


25.7.1

July 10, 2025

General


25.6.3

June 26, 2025

General


25.6.1

June 12, 2025

General

  • Added .waitUntil to ObservableMap.
  • Added Conversion routines to convert coordinates (Vector) and rotations (Quaternion) between SDK and Platform API.
  • Added iconId to TagData.
  • Fixed a Layer toggling bug where the behavior was inverted: true now shows, false now 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
    • length now 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