Releases: mistic100/Photo-Sphere-Viewer
Releases · mistic100/Photo-Sphere-Viewer
4.5.1
Bug fixes:
- tiles adapter: multiple errors when changing panorama (#639)
- autorotate keypoints plugin: was broken since 4.4.3
4.5.0
Breaking changes & deprecated:
- virtual tour plugin: getLinks() option is deprecated, instead make getNode() also return the node' links
x
/y
texture coordinates now takepanoData
pose andsphereCorrection
into account, old coordinates might become invalid
Features:
- new cubemap tiles adapter
- markers plugin : new
imageLayer
marker type, the image is embedded into the THREE.js scene - equirectangular adapter: new
resolution
option (#631) - equirectangular tiles adapter: new
resolution
option (#631)
Bug fixes:
- equirectangular tiles adapter: compatibility with
sphereCorrection
(#635)
4.4.3
Features:
- cubemap adapter: new
flipTopBottom
option - #622 virtual tour: add data to
node-changed
event (previous node, clicked link) - virtual tour: add automatic rotation when a link is clicked (
rotateSpeed
option) - #626 declaration order of plugins is not important anymore
Bug fixes:
- #618
fisheye
option not applied immediately when changed withsetOption()
- #623
panoData
not applied correctly withsetPanorama()
- #616 virtual tour: typo in types definition
- #619 compass: compatibility with move inertia
- #624 compass: compatibility with touch screen
- #627 visible range: compatibility with autorotate
4.4.2
Bug fixes:
- #611 fix loading cancellation when changing panorama
- #606 virtual tour: allow to change marker type
- #608 virtual tour: load error when switching nodes
- virtual tour: wrong cleanup of markers
- markers: wrong scaling for SVG markers
Features:
- #609 virtual tour: new button to display the nodes list
- #607 markers: new
scale
options - markers: options to hide the buttons
4.4.1
4.4.0
4.3.0
Breaking changes:
- Some configuration is required to display cubemaps, see Cubemap adapter
zoomButtonIncrement
andmousewheelSpeed
settings have been merged tozoomSpeed
ViewerCompat
has been removedsphereCorrection
evaluation order changed to pan/tilt/roll (sphereCorrectionReorder
has no effect)
Features:
4.2.1
Features:
- #500 can configure the prefered width when manually openning the panel
- #509 markers can have
hideList: true
to not be shown on the list panel
Bug fix:
- #527 apply panorama pose and sphere correction together
DEPRECATION WARNING In a future version the order in which the sphere correction angles are applied will change. It is highly recommended to set sphereCorrectionReorder: true
to any new viewer to enable the new behaviour.
4.2.0
Features :
- #490 add
canvasBackground
option - #492 read pose angles from XMP data
- #495 markers: improve pattern support
Bug fixes :
defaultLong
not parsed correctlysetPanorama
ignoring new panoData- lazy initialisation of
maxCanvasWidth
+ remove unecessary upscales - #450 markers: polygon and polyline center not computed correctly