Releases: mistic100/Photo-Sphere-Viewer
Releases · mistic100/Photo-Sphere-Viewer
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
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
element
type - markers: new
videoLayer
type - markers: in scene placement for
imageLayer
andvideoLayer
- map: configurable hotspot style on mouse hover
- #1060 map: add
buttons
option - 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
/textureY
must be wrapped into aposition
property- to change the duration of the transition, use the
speed
property (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
coneSize
andconeColor
) - #960 virtual-tour: prevent arrows overlap (option
linkOffset.depth
) - #1049 virtual-tour: new
transitionOptions
configuration to customize the transition behaviour (rotateSpeed
andtransition
are deprecated)
Bug fixes
- #1048 virtual-tour: wrong arrows colors with ThreeJS >= 155
5.2.0
Full changelog: 5.1.7...5.2.0
Deprecated
useXmpData
must be configured on the adaptercanvasBackground
is renamed tobackgroundColor
and must be configured on the adapter
New Features
- fill the gaps in cropped equirectangular panoramas with
interpolateBackground
adapter option (this will become the default in a future version) - #1025 add
panorama-error
event - #969 Add
rendererParameters
configuration - #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