Skip to content

5.8.0

Compare
Choose a tag to compare
@github-actions github-actions released this 18 Jun 11:31
· 80 commits to main since this release
625244e

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 by 2d and no longer requires the markers plugin
  • markers: the orientation option has been replaced by rotation 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 and InitialHorizontalFOVDegrees
  • #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