Releases: mistic100/Photo-Sphere-Viewer
Releases · mistic100/Photo-Sphere-Viewer
4.7.1
New features:
- new
overlay
options - #713 new little planet adapter
onClick
callbacks for custom navbar buttons now receive the viewer instance as parameter- #720 gallery plugin: add
thumbnailSize
option
Bug fixes:
- #718 visible range plugin: compatibility with very narrow panoramas
- #721
setPanorama
method will keep existingpanoData
option if it is a function - #723 greatly improve the move inertia behavior (thanks to @mikepianka)
- #734 markers plugin: fix
square
markers not rendering - #743 virtual tour plugin: fix Typescript definition
- #744 gallery plugin: fix Typescript definition
4.7.0
New features:
- new gallery plugin: Adds a gallery on the bottom of the viewer to navigate between multiple panoramas
- markers plugin:
Deprecated:
- virtual tour plugin: the
nodesList
button will be removed, use the gallery plugin instead
4.6.5
4.6.4
Features:
- #647 new
autorotateIdle
option to automatically restart the animation - #695 gyroscope plugin: new
moveMode
option to configure the behavior - #682 equirectangular-tiles: new
basePanoData
option
Bug fixes:
4.6.3
4.6.2
4.6.1
4.6.0
Features:
- equirectangular and cubemap video support with new VideoPlugin
- new
description
option to display HTML on the side panel, comes with a new button, new parameter onsetPanorama()
method and new parameter for virtual tour nodes
Bug fixes:
- #535 gyroscope plugin: smoother movement
- #654 stereo plugin: cannot dismiss "Please rotate your device" message
Breaking:
removed IE11 compatiblity code
4.5.3
Bug fixes:
- tiles adapter: crash on init
4.5.2
(I messed up this should have been a minor version and not a patch version...)
Bug fixes:
- glitch when switching panorama
- tiles adapters: broken display when switching panorama (#642)
Deprecated:
Animation
helper does not supportcatch
andfinally
, but is still a Thenable- markers plugin: remove
hideButton
andlistButton
options - virtual tour plugin: remove
listButton
option
Features:
- new
downloadUrl
option + hide download button when the panorama cannot be downloaded (cubemap, tiles, etc) - add
caption
tosetPanorama()
options - markers plugin: new
orientation
andopacity
options forimageLayer
markers (#646) - settings plugin: new
badge
option - resolution plugin: display current resolution as badge (can be disabled with
showBadge
) - virtual tour plugin: nicer 3D arrow model
- tiles adapters: support preload and transition (#646)
Documentation:
- SCSS variable reference
- Playground: add
imageLayer
markers