Skip to content

Releases: mistic100/Photo-Sphere-Viewer

5.7.3

22 Apr 20:28
Compare
Choose a tag to compare

Full changelog: 5.7.2...5.7.3

New features

  • #1259 markers: add autoplay option for videoLayer markers

Bug fixes

  • #1292 markers: rotation lost when updating marker
  • #1254 markers: error when removing layer markers
  • #1258 gyroscope: support camera roll

Other changes

  • #1273 display message when WebGL is not available

5.7.2

05 Mar 18:54
f7262f9
Compare
Choose a tag to compare

Full changelog: 5.7.1...5.7.2

Bug fixes

  • #1252 markers: imageLayer rotation proportion
  • #1251 markers: Invisible imageLayer is clickable
  • #1241 markers: rendering issues

New features

  • #1244 add easing option to animatemethod

Other changes

  • Improve error message when only "yaw" or "pitch" is provided

5.7.1

14 Feb 18:15
db169e9
Compare
Choose a tag to compare

Full changelog: 5.7.0...5.7.1

Deprecation warning: ThreeJS removed their UMD js file in version 0.161 keeping only the ESM and CJS files.
As of 5.7.1 the UMD files of PhotoSphereViewer will emit a warning when used and it will be removed in version 5.8.0. You should switch to ESM now by following the installation guide.

New features

  • plan: central pin shows orientation + bearing option
  • #1235 markers: add rotation option

Bug fixes

  • #1237 markers: allow to update opacity of imageLayer and videoLayer

Other changes

  • add loading and description lang options, loadingTxt defaults to lang.loading

5.7.0

04 Feb 15:11
94c1a27
Compare
Choose a tag to compare

Full changelog: 5.6.0...5.7.0

New features

  • new plan plugin to display maps with Leaflet
  • HTTP requests are cancelled when changing panorama while the previous one is still loading

Bug fixes

  • #1222 virtual-tour: clear current node when replacing all nodes
  • #1214 tiles-adapter: remove black bar on loading

5.6.0

20 Jan 10:58
87f2a4e
Compare
Choose a tag to compare

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()

5.5.2

03 Jan 11:47
Compare
Choose a tag to compare

Full changelog: 5.5.1...5.5.2

Bug fixes

  • #1195 Type error in CubemapAdapter
  • #1186 gallery & markers: allow images url with parenthesis

New features

  • #1190 virtual-tour: add getLinkTooltip option

5.5.1

18 Dec 11:54
Compare
Choose a tag to compare

Full changelog: 5.5.0...5.5.1

Bug fixes

  • Fix #1179 setPanorama transition options
  • Fix #1165 video: typings error

New features

  • custom navbar elements (other than buttons)
  • custom navbar button onClick callback is now optional

5.5.0

24 Nov 11:48
4162ef0
Compare
Choose a tag to compare

Full changelog: 5.4.4...5.5.0

Breaking changes

  • The overlay option will soon be removed from the core package, please use the Overlays plugin

Features

  • Support texture positions for all adapters
  • #1139 markers: add chromaKey option
  • #1132 markers: add "zIndex" option
  • #1157 virtual-tour: add enter-arrow and leave-arrow events
  • #1124 virtual-tour: add showLoader transition option
  • #1150 compass: add className option

Bug fixes

  • #1136 markers: fix visibility of large imageLayer & videoLayer markers
  • #1132 markers: fix click detection on stacked markers

Other changes

  • dependencies between @photo-sphere-viewer packages are now declared as peerDependencies
  • the viewer will check that plugins and adapters are in the same version

5.4.4

14 Oct 09:22
71fd9a0
Compare
Choose a tag to compare

Full changelog: 5.4.3...5.4.4

Bug fixes

  • #1106 markers: panel list does not contain all markers

Other changes

  • #1116 gallery: scroll to active item
  • #1114 gallery: keep current item if possible when updating items

5.4.3

01 Oct 20:10
5b37955
Compare
Choose a tag to compare

Full changelog: 5.4.2...5.4.3

Bug fixes

  • #1092 #1097 markers: various fixes on layer markers
  • #1090 gallery: improve scroll behavior

Other changes

  • #1086 virtual-tour: keep gallery visible if hideOnClick=false
  • psv--has-navbar CSS class depends on navbar visibility