Skip to content

5.11.2

Compare
Choose a tag to compare
@github-actions github-actions released this 14 Dec 16:35
· 11 commits to main since this release

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