Skip to content

Releases: mistic100/Photo-Sphere-Viewer

5.5.1

18 Dec 11:54
Compare
Choose a tag to compare

Full changelog: 5.5.0...5.5.1

Bug fixes

  • Fix #1179 setPanorama transition options
  • Fix #1165 video: typings error

New features

  • custom navbar elements (other than buttons)
  • custom navbar button onClick callback is now optional

5.5.0

24 Nov 11:48
4162ef0
Compare
Choose a tag to compare

Full changelog: 5.4.4...5.5.0

Breaking changes

  • The overlay option will soon be removed from the core package, please use the Overlays plugin

Features

  • Support texture positions for all adapters
  • #1139 markers: add chromaKey option
  • #1132 markers: add "zIndex" option
  • #1157 virtual-tour: add enter-arrow and leave-arrow events
  • #1124 virtual-tour: add showLoader transition option
  • #1150 compass: add className option

Bug fixes

  • #1136 markers: fix visibility of large imageLayer & videoLayer markers
  • #1132 markers: fix click detection on stacked markers

Other changes

  • dependencies between @photo-sphere-viewer packages are now declared as peerDependencies
  • the viewer will check that plugins and adapters are in the same version

5.4.4

14 Oct 09:22
71fd9a0
Compare
Choose a tag to compare

Full changelog: 5.4.3...5.4.4

Bug fixes

  • #1106 markers: panel list does not contain all markers

Other changes

  • #1116 gallery: scroll to active item
  • #1114 gallery: keep current item if possible when updating items

5.4.3

01 Oct 20:10
5b37955
Compare
Choose a tag to compare

Full changelog: 5.4.2...5.4.3

Bug fixes

  • #1092 #1097 markers: various fixes on layer markers
  • #1090 gallery: improve scroll behavior

Other changes

  • #1086 virtual-tour: keep gallery visible if hideOnClick=false
  • psv--has-navbar CSS class depends on navbar visibility

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