Skip to content

5.6.0

Compare
Choose a tag to compare
@github-actions github-actions released this 20 Jan 10:58
· 211 commits to main since this release
87f2a4e

Full changelog: 5.5.2...5.6.0

Breaking changes

Removed a bunch of deprecated code, details bellow:

  • core: removed overlays feature, moved to the overlays plugin
  • core: removed useXmpData and canvasBackground options, moved to each adapters
  • core: removed yaw/pitch from the setPanorama() method, use position
  • cubemap: removed flipTopBottom option, must be defined on the panorama itself
  • cubemap-video: removed equiangular option, must be defined on the panorama itself
  • map: renamed compassImage option to overlayImage
  • map: removed spotColor, spotImage and spotSize options, moved to spotStyle
  • virtual-tour: removed name link's property

New features

  • virtual-tour: added a loader to the tooltip (when using a server datasource)

Bug fixes

  • #1203 gallery: fix click on mobile devices
  • #1202 virtual-tour: compat with MarkersPlugin#showAllTooltips()