Releases: mistic100/Photo-Sphere-Viewer
Releases · mistic100/Photo-Sphere-Viewer
5.8.1
Full changelog: 5.8.0...5.8.1
Bug fixes
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
5.7.4
Full changelog: 5.7.3...5.7.4
New features
- #1293 markers: support polygons with holes
- core: add fullscreen emulation for iPhone
Bug fixes
- #1298 gyroscope: invalid orientation in landscape
Other changes
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