Skip to main content

SDK Changelog - 25.7.1 - 25.1.1

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

25.4.2

April 10, 2025

General

  • Improvement: Updated floor inference algorithm used by Tag.add
  • Fixed an issue where some layers wouldn't be included in a view's layers list.

25.4.1

April 3, 2025

General

  • Fixed an issue where SVG Images loaded with loaded via Asset.registerTexture could have incorrect color profiles.
  • Fixed an issue where removing a layer from a view would require multiple removeLayer calls

25.3.4

March 27, 2025

General


25.2.2

February 13, 2025

General

  • Upgraded internal THREE.js version to 0.171.0
  • Added Tag.enabled

25.1.1

January 15, 2025

General

  • Added CORS support via the ?applicationKey url parameter on the sdk bootstrap (sdk.es6.js) to support import map

See the Embed quick start for setup instructions.