Releases: mistic100/Photo-Sphere-Viewer
Releases · mistic100/Photo-Sphere-Viewer
5.7.3
Full changelog: 5.7.2...5.7.3
New features
- #1259 markers: add
autoplay
option forvideoLayer
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
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 toanimate
method
Other changes
- Improve error message when only "yaw" or "pitch" is provided
5.7.1
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
andvideoLayer
Other changes
- add
loading
anddescription
lang options,loadingTxt
defaults tolang.loading
5.7.0
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
5.6.0
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
andcanvasBackground
options, moved to each adapters - core: removed
yaw
/pitch
from thesetPanorama()
method, useposition
- 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 tooverlayImage
- map: removed
spotColor
,spotImage
andspotSize
options, moved tospotStyle
- virtual-tour: removed
name
link's property
New features
- virtual-tour: added a loader to the tooltip (when using a server datasource)
Bug fixes
5.5.2
5.5.1
Full changelog: 5.5.0...5.5.1
Bug fixes
New features
- custom navbar elements (other than buttons)
- custom navbar button onClick callback is now optional
5.5.0
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
andleave-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
Full changelog: 5.4.3...5.4.4
Bug fixes
- #1106 markers: panel list does not contain all markers