Releases: mistic100/Photo-Sphere-Viewer
Releases · mistic100/Photo-Sphere-Viewer
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
Bug fixes
5.1.2
Full changelog: 5.1.1...5.1.2
Bug fixes
- #879 incorrect types in
TypedEventTarget
helper - #864
setPanorama
transition stutters with large images - #851 map: display issue when calling minimize()+hide()
New features
- tiles:
tileUrl
can returnnull
to skip tiles - cubemap: supports stripe and polyhedron maps
5.1.1
Full changelog: 5.1.0...5.1.1
New features
- virtual tour: full support of map plugin
- map: add compass button
Bug fixes
5.1.0
Full changelog: 5.0.2...5.1.0
New features:
- New Map plugin
- #827 allow to configure
keyboard: 'always'
, keyboard config moved tokeyboardActions
- Add
setOption
/setOptions
methods to most plugins
Bug fixes:
- #835 events type inference not working
- #802 visible range plugin prevents autorotate
- gallery: cannot tap close button on touch screens
- video: hide volume bar on touch screen
Breaking changes:
Removed all retrocompatibility from version 4 (mainly longitude
and latitude
support).
5.0.2
5.0.1
Full changelog: 5.0.0...5.0.1
Bug fixes:
5.0.0
Major breaking changes
Read the migration guide to update from v4.