Skip to content

Releases: Elius94/react-photo-sphere-viewer

v6.0.0

18 Jul 10:52
c6a3532
Compare
Choose a tag to compare

What's Changed

  • Elius94/issue14 by @Elius94 in #15
  • fix: navbar can set boolean by @janpoem in #19
  • Support React 18 Strict Mode by @alexjball in #21
  • Upgrade Photo-Sphere-Viewer to 5.1.1 by @tschmidt01 in #24
  • Export Autorotate Plugin by @tschmidt01 in #25
  • docs: Add important note for Next.js with App Router by @mkubdev in #35
  • imperative handle: less re-creating and better typing by @PaleHazy in #38
  • viewer initialization: Fix 0 initial value not working as expected by @christiankaindl in #46
  • docs: fix setup steps for Next.js ^14 /w app router and page router by @mkubdev in #55
  • Cannot add property transition, object is not extensible by @Elius94 in #58

New Contributors

Full Changelog: v2.1.4...v6.0.0

v5.0.2-psv5.7.1

05 Mar 14:48
Compare
Choose a tag to compare

v5.0.1-psv5.7.1

05 Mar 14:09
Compare
Choose a tag to compare

v5.0.0-psv5.7.1

05 Mar 11:37
Compare
Choose a tag to compare

Breaking change!

Important

Since v5.0.0-psv5.7.1, to use <ReactPhotoSphereViewer /> you have to manually install the JS library @photo-sphere-viewer/core. This is a breaking change. The library is not included in the package anymore. You can install it using the command npm install @photo-sphere-viewer/core or yarn add @photo-sphere-viewer/core. I decided to remove the library from the package to reduce the size of the package and to avoid the need to update the package every time the original library is updated. In particular, from now on, to use a plugin or an adapter, you need to import it directly from the package. For example, to use the MarkersPlugin you need to import it from the package import { MarkersPlugin } from '@photo-sphere-viewer/markers-plugin'.

#52 is fixed in this release!

Full Changelog: v4.2.3-psv5.6.0...v5.0.0-psv5.7.1

v4.2.3-psv5.6.0

22 Jan 13:25
Compare
Choose a tag to compare

v4.2.2-psv5.6.0

22 Jan 13:24
Compare
Choose a tag to compare

v4.2.1-psv5.6.0

22 Jan 13:24
Compare
Choose a tag to compare

v4.2.0-psv5.6.0

22 Jan 11:13
Compare
Choose a tag to compare

v4.1.0-psv5.5.2

18 Jan 12:32
Compare
Choose a tag to compare

What's Changed

  • viewer initialization: Fix 0 initial value not working as expected by @christiankaindl in #46

New Contributors

Full Changelog: v4.0.2-psv5.4.4...v4.1.0-psv5.5.2

v4.0.2-psv5.4.4

22 Nov 10:11
Compare
Choose a tag to compare