Releases: mistic100/Photo-Sphere-Viewer
Releases · mistic100/Photo-Sphere-Viewer
5.5.0
Full changelog: 5.4.4...5.5.0
Breaking changes
- The
overlayoption will soon be removed from the core package, please use the Overlays plugin
Features
- Support texture positions for all adapters
- #1139 markers: add
chromaKeyoption - #1132 markers: add "zIndex" option
- #1157 virtual-tour: add
enter-arrowandleave-arrowevents - #1124 virtual-tour: add
showLoadertransition option - #1150 compass: add
classNameoption
Bug fixes
- #1136 markers: fix visibility of large
imageLayer&videoLayermarkers - #1132 markers: fix click detection on stacked markers
Other changes
- dependencies between
@photo-sphere-viewerpackages 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
Other changes
5.4.3
5.4.2
Full changelog: 5.4.1...5.4.2
Bug fixes
5.4.1
5.4.0
Full changelog: 5.3.0...5.4.0
New features
- markers: new
elementtype - markers: new
videoLayertype - markers: in scene placement for
imageLayerandvideoLayer - map: configurable hotspot style on mouse hover
- #1060 map: add
buttonsoption - virtual-tour: new default link marker + new tooltip
Bug fixes
Other changes
- #1063 performance improvements by cleaning unused textures
- custom cache implementation
- check the presence of stylesheets on load
- virtual-tour: rework arrows rendering
- stereo: improve orientation detection
5.3.0
Full changelog: 5.2.0...5.3.0
Breaking changes (with retro-compatibility)
The options parameters of setPanorama() method has some changes :
yaw/pitch/textureX/textureYmust be wrapped into apositionproperty- to change the duration of the transition, use the
speedproperty (which can now be... a speed, like10rpm) - when providing a
position, the transition will rotate instead of fade directly to the new position (unlesstransition: 'fade-only')
New features
- map: show a small cone in the viewer direction (options
coneSizeandconeColor) - #960 virtual-tour: prevent arrows overlap (option
linkOffset.depth) - #1049 virtual-tour: new
transitionOptionsconfiguration to customize the transition behaviour (rotateSpeedandtransitionare deprecated)
Bug fixes
- #1048 virtual-tour: wrong arrows colors with ThreeJS >= 155
5.2.0
Full changelog: 5.1.7...5.2.0
Deprecated
useXmpDatamust be configured on the adaptercanvasBackgroundis renamed tobackgroundColorand must be configured on the adapter
New Features
- fill the gaps in cropped equirectangular panoramas with
interpolateBackgroundadapter option (this will become the default in a future version) - #1025 add
panorama-errorevent - #969 Add
rendererParametersconfiguration - #1019 map: allow keyboard control
Bug fixes
- #1026 markers: showAllTooltips + addMarker compat
- #1017 map: prevent hotspot click when the map is closed
- #989 map: keep marker tooltip class if present
- virtual-tour: fix arrow outline & tooltip
Other changes
5.1.7
5.1.6
Full changelog: 5.1.5...5.1.6
Bug fixes:
- #970 colors washed out with Three >= 152
- #957 Enforce navbar buttons position
- #946 Download button opens in new tab
- #959 markers: leave-marker event fired when updating a marker
- #950 visible-range: issues with narrow ranges
New features:
- markers: add
defaultHoverScaleconfig &hoverScalemarker property
Other changes:
- Enable Three Cache. It was enabled in v4 but the configuration was lost in v5.
- markers: use separate SVG for SVG markers.
circle,ellipse,square,rect,pathhave their own SVG root element (polygonandpolylinestill share a unique SVG).

