Skip to content

Releases: mistic100/Photo-Sphere-Viewer

4.5.1

12 Feb 13:21
Compare
Choose a tag to compare

Bug fixes:

4.5.0

08 Feb 11:32
Compare
Choose a tag to compare

Breaking changes & deprecated:

  • virtual tour plugin: getLinks() option is deprecated, instead make getNode() also return the node' links
  • x/y texture coordinates now take panoData pose and sphereCorrection into account, old coordinates might become invalid

Features:

Bug fixes:

4.4.3

23 Jan 09:27
Compare
Choose a tag to compare

Features:

Bug fixes:

  • #618 fisheye option not applied immediately when changed with setOption()
  • #623 panoData not applied correctly with setPanorama()
  • #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

08 Jan 17:32
Compare
Choose a tag to compare

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:

4.4.1

11 Dec 15:28
Compare
Choose a tag to compare

Features:

  • #602 New event load-progress(value)

Bug fixes:

  • Virtual Tour plugin: exception when no startNodeId is provided
  • #603 Virtual Tour plugin: cannot tap navigation arrows
  • Improve click event behavior on touch screens

4.4.0

09 Nov 15:33
Compare
Choose a tag to compare

Features:

Bug fixes:

  • #588 Throw a clear error when an invalid plugin is added to the configuration
  • #597 Increase touch move threshold on high DPI devices
  • Improve Typescript definitions

4.3.0

16 Oct 14:38
Compare
Choose a tag to compare

Breaking changes:

  • Some configuration is required to display cubemaps, see Cubemap adapter
  • zoomButtonIncrement and mousewheelSpeed settings have been merged to zoomSpeed
  • ViewerCompat has been removed
  • sphereCorrection evaluation order changed to pan/tilt/roll (sphereCorrectionReorder has no effect)

Features:

  • #243 New Tiles adapter to display tiled panoramas
  • #526 Add move buttons to the sidebar
  • #556 New setting requestHeaders to configure the image loading requests
  • #466 Add Typescript types
  • #522 Make all buttons accessible withe keyboard

4.2.1

07 Mar 10:28
Compare
Choose a tag to compare

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

06 Feb 20:20
Compare
Choose a tag to compare

Features :

  • #490 add canvasBackground option
  • #492 read pose angles from XMP data
  • #495 markers: improve pattern support

Bug fixes :

  • defaultLong not parsed correctly
  • setPanorama ignoring new panoData
  • lazy initialisation of maxCanvasWidth + remove unecessary upscales
  • #450 markers: polygon and polyline center not computed correctly

4.1.0

18 Jan 13:09
Compare
Choose a tag to compare

Features :

  • #487 add mousewheelCtrlKey option
  • #468 Gyroscope plugin, add touchmove option
  • #476 VisibleRanges plugin, add usePanoData option

Bug fixes :

  • #463 IE11 compatibility
  • #435 Three legacy logs unecessary errors

Other :

  • Settings plugin, improve API
  • Settings & Markers plugin, share panel menu CSS