Skip to content

Releases: mistic100/Photo-Sphere-Viewer

5.4.2

22 Sep 11:05
7d55d14
Compare
Choose a tag to compare

Full changelog: 5.4.1...5.4.2

Bug fixes

  • markers: allow update of imageLayer and videoLayer positions
  • #1081 markers + virtual-tour: properly update tooltips
  • #1084 autorotate + visible-range compatibility

5.4.1

12 Sep 19:15
Compare
Choose a tag to compare

Full changelog: 5.4.0...5.4.1

Bug fixes

  • #1079 map: spotStyle not applied

5.4.0

11 Sep 20:59
f260837
Compare
Choose a tag to compare

Full changelog: 5.3.0...5.4.0

New features

  • markers: new element type
  • markers: new videoLayer type
  • markers: in scene placement for imageLayer and videoLayer
  • map: configurable hotspot style on mouse hover
  • #1060 map: add buttons option
  • virtual-tour: new default link marker + new tooltip

Bug fixes

  • #1074 camera matrix not updated correctly
  • #1055 map: buggy hotspot tooltip

Other changes

  • #1063 performance improvements by cleaning unused textures
  • custom cache implementation
  • check the presence of stylesheets on load
  • virtual-tour: rework arrows rendering
  • stereo: improve orientation detection

markers virtual-tour

5.3.0

20 Aug 08:08
Compare
Choose a tag to compare

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

5.2.0

12 Aug 19:27
5b22a14
Compare
Choose a tag to compare

Full changelog: 5.1.7...5.2.0

Deprecated

New Features

  • fill the gaps in cropped equirectangular panoramas with interpolateBackground adapter option (this will become the default in a future version)
  • #1025 add panorama-error event
  • #969 Add rendererParameters configuration
  • #1019 map: allow keyboard control

Bug fixes

  • #1026 markers: showAllTooltips + addMarker compat
  • #1017 map: prevent hotspot click when the map is closed
  • #989 map: keep marker tooltip class if present
  • virtual-tour: fix arrow outline & tooltip

Other changes

  • #108 fullscreen mode will use the root HTML element
  • #997 tiles: enable mipmaps generation (configurable with antialias option)
  • virtual-tour: use pointer cursor on arrows
  • markers: use pointer cursor on imageLayer markers

5.1.7

17 Jun 08:53
2473b16
Compare
Choose a tag to compare

Full changelog: 5.1.6...5.1.7

Bug fixes:

  • #977 click during inertia animation makes the panorama jump
  • #986 mousewheel zoom stuck if horizontal scroll happen (mainly on MacOS)
  • #987 add crossOrigin use-credentials for ThreeJS loaders
  • #984 markers: tooltip + hoverScale compatibility

5.1.6

03 Jun 08:20
Compare
Choose a tag to compare

Full changelog: 5.1.5...5.1.6

Bug fixes:

  • #970 colors washed out with Three >= 152
  • #957 Enforce navbar buttons position
  • #946 Download button opens in new tab
  • #959 markers: leave-marker event fired when updating a marker
  • #950 visible-range: issues with narrow ranges

New features:

  • markers: add defaultHoverScale config & hoverScale marker property

Other changes:

  • Enable Three Cache. It was enabled in v4 but the configuration was lost in v5.
  • markers: use separate SVG for SVG markers. circle, ellipse, square, rect, path have their own SVG root element (polygon and polyline still share a unique SVG).

5.1.5

23 Apr 14:35
Compare
Choose a tag to compare

Full changelog: 5.1.4...5.1.5

Bug fixes:

  • only load files once if THREE Cache is disabled
  • #923 #924 mouse events leak through overlay and settings menu

New features:

  • #933 virtual-tour: add linkOffset link option
  • #906 autorotate: keyboard control respects global configuration

Other changes:

  • tiles adapters: base blur is proportial to image size
  • #943 mouse clicks will not cancel current animation

5.1.4

21 Mar 12:38
Compare
Choose a tag to compare

Full changelog: 5.1.3...5.1.4

Bug fix

  • #903 cubemap broken on 5.1.3

5.1.3

18 Mar 09:40
Compare
Choose a tag to compare

Full changelog: 5.1.2...5.1.3

New features

  • #773 tile adapters: supports multiple levels
  • #895 Add downloadName option + better default download name with base64

Bug fixes

  • #891 incorrect marker size with dynamic scale
  • #883 missing "panorama-loaded" event when using transition
  • gyroscope: error in console when API is not available