v6.0.1-beta.17
November 29, 2024
Changes
- [Breaking] Marker interactivity has been adjusted. The
interactive
option now accepts 3 values:false
: The Marker is not interactive and browser pointer events are disabled. (default)true
: The Marker will register in the SDK'click'
and'hover'
events. Browser pointer events are disabled.'pointer-events-auto'
: The Marker will not register in SDK events. Browser pointer events are enabled.
Features
- Added
Navigation.setActivePath()
,Navigation.setActivePathByDirections()
andNavigation.setActivePathIndex()
for multi-destination routes. - Added options for
StackedMaps.expand()
andStackedMaps.collapse()
and new functions to control multi-floor views. - Added a
nodes
getter for a enterprise Connections. - Added
BlueDot.follow()
to attach the camera to the BlueDot. - Added a
target
getter for Labels, Markers, and other map elements. - (React SDK) Improved handling of
Marker
andLabel
options prop updates.
Fixes
- Fixed issue when rendering older MVFs causing Floor names to be an empty string.
- Fixed missing types in documentation.