5.11.0
Full changelog: 5.10.1...5.11.0
Breaking changes
- As announced in version 5.10.0 changelog,
Viewer.useNewAnglesOrderis nowtrueby default. If you changed it recently you should now remove your override as the flag will be removed in version 5.12.0 - The
interpolateBackgroundoption of the Equirectangular adapter (default) is not supported anymore - overlays: remove video and positionned overlays
New features
- #1458 the
titlefield of custom buttons can reference a key in thelangobject for easier localization of the viewer without having to reload - #1450 virtual-tour: add
forceUpdateoption 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
panoDatamore flexible, you might only providefullWidth+croppedX+croppedY, other fields are optional - #1451 add original keyboard event to
KeypressEventand tokeyboardActionscallbacks