Releases: mistic100/Photo-Sphere-Viewer
Releases · mistic100/Photo-Sphere-Viewer
5.13.2
5.13.1
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
5.13.0
5.12.1
5.12.0
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
5.11.5
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
Full changelog: 5.11.3...5.11.4
- Fix #1519 package.json exports order
5.11.3
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
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
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