SDK Changelog - 25.7.1 - 25.1.1
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
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
layerslist.
25.4.1
April 3, 2025
General
- Fixed an issue where SVG Images loaded with loaded via
Asset.registerTexturecould have incorrect color profiles. - Fixed an issue where removing a layer from a view would require multiple
removeLayercalls
25.3.4
March 27, 2025
General
- Added
View.typeandLayer.type - Automatically exposing Defurnish view when available
- Added an option to
View.createLayerto create common Layers (a Layer in all Views) - Added
View.deleteLayerto delete previously created layers
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
?applicationKeyurl parameter on the sdk bootstrap (sdk.es6.js) to support import map
See the Embed quick start for setup instructions.