Skip to content

5.3.0

Compare
Choose a tag to compare
@github-actions github-actions released this 20 Aug 08:08
· 242 commits to main since this release

Full changelog: 5.2.0...5.3.0

Breaking changes (with retro-compatibility)

The options parameters of setPanorama() method has some changes :

  • yaw/pitch/textureX/textureY must be wrapped into a position property
  • to change the duration of the transition, use the speed property (which can now be... a speed, like 10rpm)
  • when providing a position, the transition will rotate instead of fade directly to the new position (unless transition: 'fade-only')

New features

  • map: show a small cone in the viewer direction (options coneSize and coneColor)
  • #960 virtual-tour: prevent arrows overlap (option linkOffset.depth)
  • #1049 virtual-tour: new transitionOptions configuration to customize the transition behaviour (rotateSpeed and transition are deprecated)

Bug fixes

  • #1048 virtual-tour: wrong arrows colors with ThreeJS >= 155