5.8.0
Full changelog: 5.7.4...5.8.0
Breaking changes
- virtual-tour: the
3d
render mode has been entirely rewritten and allows to change the arrows image - virtual-tour: the
markers
render mode has been replaced by2d
and no longer requires the markers plugin - markers: the
orientation
option has been replaced byrotation
which can set yaw+pitch+roll - the little planet adapter has been removed, the same effect can be achieved with extreme fisheye
New Features
- the base equirectangular adapter will now try to read and apply additional XMP data:
InitialViewHeadingDegrees
,InitialViewPitchDegrees
andInitialHorizontalFOVDegrees
- #1288 new dual fisheye adapter
- #1118 markers: new marker type
elementLayer
allowing the integrate complex elements like iframes
Bug fixes
- #1326 markers: update marker failed when not in view
- overlays: export TS types