Skip to content

Releases: mistic100/Photo-Sphere-Viewer

5.1.2

02 Mar 12:29
b4d32e9
Compare
Choose a tag to compare

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 return null to skip tiles
  • cubemap: supports stripe and polyhedron maps

5.1.1

04 Feb 20:20
Compare
Choose a tag to compare

Full changelog: 5.1.0...5.1.1

New features

  • virtual tour: full support of map plugin
  • map: add compass button

Bug fixes

  • #850 fullscreen not working on Safari
  • #844 map: performance issue on smartphone
  • #837 map: error in "setOptions"
  • stereo: try to reduce motion sickness

5.1.0

22 Jan 10:59
Compare
Choose a tag to compare

Full changelog: 5.0.2...5.1.0

New features:

  • New Map plugin
  • #827 allow to configure keyboard: 'always', keyboard config moved to keyboardActions
  • 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

07 Jan 13:24
Compare
Choose a tag to compare

Full changelog: 5.0.1...5.0.2

Bug fixes:

  • #813 Type error with getPlugin method
  • #820 settings: menu not aligned when using a custom navbar
  • gallery: hide button if not items configured

New features:

  • #822 support custom keyboard actions
  • #816 virtual tour: add gps option for markers

5.0.1

21 Dec 18:55
Compare
Choose a tag to compare

Full changelog: 5.0.0...5.0.1

Bug fixes:

  • #808 error in angles computes
  • #807 cannot import plugins in TypeScript
  • #809 some adapters and plugins reference a non existing "shared" package

5.0.0

18 Dec 09:00
Compare
Choose a tag to compare

Major breaking changes

Read the migration guide to update from v4.

4.8.1

11 Dec 16:58
Compare
Choose a tag to compare

Bug fixes:

  • #784 video adapters: fix on iOS

New features:

  • #787 markers plugin: add gotoMarkerSpeed option

4.8.0

16 Nov 18:31
Compare
Choose a tag to compare

Bug fixes:

  • #783 PSV prevented pinch-zoom on the rest of the page
  • #761 respect requestHeaders on tiles adapters (with warning because of performances hit)
  • gallery plugin hide button if no items are defined

New features:

  • #759 markers plugin: add zoomLvl marker option
  • more positioning options for tooltips ("right top", "right bottom", "left top", "left bottom")

Breaking:

  • Animation class moved to the utils namespace
  • virtual tour plugin
    • removed nodeList button, use the gallery plugin instead
    • removed getLinks() option, getNode() must return the nodes with its links
  • markers plugin
    • removed listButton and hideButton options (the buttons themself are still there)
    • removed single value scale marker option, use an array or an object

4.7.3

19 Sep 10:50
Compare
Choose a tag to compare

Bug fixes:

Enhancements:

New features:

Deprecated:

  • captureCursor option has been removed

4.7.2

07 Sep 20:31
Compare
Choose a tag to compare

Bug fixes:

  • #746 tiles adapters throw errors about unsupported overlay
  • video plugin cannot tap on play button on touch screens

New features: