Skip to content

Releases: mistic100/Photo-Sphere-Viewer

4.6.0

26 Mar 18:17
Compare
Choose a tag to compare

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 on setPanorama() 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

05 Mar 22:28
Compare
Choose a tag to compare

Bug fixes:

4.5.2

05 Mar 09:37
Compare
Choose a tag to compare

(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 support catch and finally, but is still a Thenable
  • markers plugin: remove hideButton and listButton options
  • virtual tour plugin: remove listButton option

Features:

Documentation:

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