Skip to content

5.11.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 17 Oct 20:27
· 6 commits to main since this release

Full changelog: 5.10.1...5.11.0

Breaking changes

  • As announced in version 5.10.0 changelog, Viewer.useNewAnglesOrder is now true by default. If you changed it recently you should now remove your override as the flag will be removed in version 5.12.0
  • The interpolateBackground option of the Equirectangular (default) adapter is not supported anymore
  • overlays: remove video and positionned overlays

New features

  • #1458 the title field of custom buttons can reference a key in the lang object for easier localization of the viewer without having to reload
  • #1450 virtual-tour: add forceUpdate option to setCurrentNode() method
  • #1443 video: add existing HTMLVideoElement support

Bug fixes

  • #1458 improve translation support
  • #1451 ignore keyboard actions if a modifier (alt, shift, etc.) is pressed
  • #1449 virtual-tour: compatibility with autorotate

Other changes

  • #1278 greatly improved to loading performance of cropped panoramas
  • The movement inertia has been reworked from the ground up, it is now more fluid
  • Make panoData more flexible, you might only provide fullWith + croppedX + croppedY, other fields are optional
  • #1451 add original keyboard event to KeypressEvent and to keyboardActions callbacks