Releases: mistic100/Photo-Sphere-Viewer
Releases · mistic100/Photo-Sphere-Viewer
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
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
defaultHoverScale
config &hoverScale
marker 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
,path
have their own SVG root element (polygon
andpolyline
still share a unique SVG).
5.1.5
Full changelog: 5.1.4...5.1.5
Bug fixes:
- only load files once if THREE Cache is disabled
- #923 #924 mouse events leak through overlay and settings menu
New features:
- #933 virtual-tour: add
linkOffset
link option - #906 autorotate: keyboard control respects global configuration
Other changes:
- tiles adapters: base blur is proportial to image size
- #943 mouse clicks will not cancel current animation
5.1.4
5.1.3
Full changelog: 5.1.2...5.1.3
New features
- #773 tile adapters: supports multiple levels
- #895 Add
downloadName
option + better default download name with base64