Skip to content

Releases: mistic100/Photo-Sphere-Viewer

5.13.2

17 Apr 19:22
Compare
Choose a tag to compare

Full changelog: 5.13.0...5.13.2

Bug fixes

  • avoid prototype pollution in deepmerge util

Other changes

  • #1607 more persmissive panoData handling
  • #1605 Increasing tile loading concurrency to 8

5.13.1

05 Apr 14:24
Compare
Choose a tag to compare

Full changelog: 5.12.1...5.13.1

Replaces partially published 5.13.0

New features

  • #1574 gallery: add navigation arrows
  • gallery: improve keyboard navigation
  • #1570 virtual-tour: allow to hide map/plan hotspots
  • video: remove buggy "no pause" video switching + loader during buffering

Bug fixes

  • #1600 virtual-tour: hide description panel before navigation
  • #1568 release artifact is missing SCSS files

New navigation arrows in the gallery:
gallery

5.13.0

05 Apr 12:19
Compare
Choose a tag to compare

Not working release, please use 5.13.1

5.12.1

22 Feb 16:08
Compare
Choose a tag to compare

Full changelog: 5.12.0...5.12.1

Bug fixes

  • #1558 virtual-tour: "arrowStyle" option not working
  • #1564 virtual-tour: respect minimizeOnHotspotClick option (map & plan)

New features

  • #1565 map: add zIndex hotspot option
  • #1560 virtual-tour: add showInGallery option

5.12.0

08 Feb 15:55
Compare
Choose a tag to compare

Full changelog: 5.11.5...5.12.0

Breaking changes

  • Migrate to SASS modules, please read the updated documentation if you build the stylesheet from source
  • Removed a bunch of previously deprecated options

New features

  • #1552 map & plan: add borderSize & borderColor hotspot options
  • #1529 markers: polygonPixels compatible with cubemap

Types

  • #1536 better compatibility with strictNullChecks TS option
  • #1536 visible-range: typescript definition
  • Compatibility with Three 0.173

5.11.5

10 Jan 20:58
e5a56fb
Compare
Choose a tag to compare

Full changelog: 5.11.4...5.11.5

New features

  • #1518 virtual-tour add "gotoLink" and "getLinkPosition" methods

Bug fixes

  • #1524 performance on Firefox with strict security level

Other changes

  • #1526 disable right click on viewer (not on UI elements)

5.11.4

18 Dec 22:37
Compare
Choose a tag to compare

Full changelog: 5.11.3...5.11.4

  • Fix #1519 package.json exports order

5.11.3

18 Dec 20:42
Compare
Choose a tag to compare

Full changelog: 5.11.2...5.11.3

Bug fixes

  • #1517 Invalid packaging
    • missing CSS, SCSS and DTS in "exports"
    • invalid versions for "peerDependencies"
  • Fix download button color

5.11.2

14 Dec 16:35
Compare
Choose a tag to compare

Full changelog: 5.11.1...5.11.2

New features

  • Add new transition effects "black" and "white" for setPanorama() method (demo)
  • New global option defaultTransition
  • virtual-tour: new options to reflect above changes

DEPRECATION NOTICE: the speed option and the "fade-only" value of the transition option for the setPanorama() method are deprecated. Instead, set transition as a on object with speed, rotation and effect properties.

Exemple (default values) :

viewer.setPanorama(..., {
  transition: { speed: 1500, rotation: true, effect: 'fade' }
});

Bug fixes

  • #1471 virtual-tour: fix updateNode in GPS mode

Other changes

Cypress automated tests reports are publicly available: https://psv-cypress-reports.netlify.app

5.11.1

26 Oct 11:53
Compare
Choose a tag to compare

Full changelog: 5.11.0...5.11.1

New features

  • #1460 virtual-tour: new "updateNode" method

Bug fixes

  • black screen with large textures on Firefox