SDK Changelog - 25.4.2 - Bootstrap v3.0.0
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.
24.12.3
December 18, 2024
General
- Added: Tag.Add now supports keywords (
keywords: string[])- Keywords on the returned TagData object is a JavaScript array.
- Directly mutate with standard Array methods - e.g.
tag.keywords.push('bar'),tag.keywords.splice(0,1)
- Updated: Tour.CurrentStepData now includes
index - Improvement: Improved type definitions for ISource.type
24.11.2
November 14, 2024
General
- Made applying an icon to a Tag more consistent when using Tag.add.
24.10.2
October 23, 2024
Webcomponent
- Remove extra blue alert bar when there is no alert
24.10.1
October 9, 2024
General
- Removed legacy IDs as a default option
- Fixed an issue where
Room.currentandRoom.datawould never fire updates.
Bootstrap v3.0.0
September 20, 2024
- Support for OAuth and PME using the Showcase Embed SDK, see the OAuth guide
This bootstrap update comes in two varieties: modern with support for import/export syntax, and legacy supporting class window.MP_SDK syntax.
See the Embed quick start for setup instructions of the modern bootstrap.
Links: