5.11.0
Full changelog: 5.10.1...5.11.0
Breaking changes
- As announced in version 5.10.0 changelog,
Viewer.useNewAnglesOrder
is nowtrue
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 thelang
object for easier localization of the viewer without having to reload - #1450 virtual-tour: add
forceUpdate
option tosetCurrentNode()
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 providefullWith
+croppedX
+croppedY
, other fields are optional - #1451 add original keyboard event to
KeypressEvent
and tokeyboardActions
callbacks