Releases: Elius94/react-photo-sphere-viewer
v6.0.0
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
- @janpoem made their first contribution in #19
- @alexjball made their first contribution in #21
- @tschmidt01 made their first contribution in #24
- @PaleHazy made their first contribution in #38
- @christiankaindl made their first contribution in #46
Full Changelog: v2.1.4...v6.0.0
v5.0.2-psv5.7.1
Full Changelog: v5.0.1-psv5.7.1...v5.0.2-psv5.7.1
v5.0.1-psv5.7.1
Full Changelog: v5.0.0-psv5.7.1...v5.0.1-psv5.7.1
v5.0.0-psv5.7.1
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
Full Changelog: v4.2.2-psv5.6.0...v4.2.3-psv5.6.0
v4.2.2-psv5.6.0
Full Changelog: v4.2.0-psv5.6.0...v4.2.2-psv5.6.0
v4.2.1-psv5.6.0
Full Changelog: v4.1.0-psv5.5.2...v4.2.1-psv5.6.0
v4.2.0-psv5.6.0
Full Changelog: v4.1.0-psv5.5.2...v4.2.0-psv5.6.0
v4.1.0-psv5.5.2
What's Changed
- viewer initialization: Fix
0
initial value not working as expected by @christiankaindl in #46
New Contributors
- @christiankaindl made their first contribution in #46
Full Changelog: v4.0.2-psv5.4.4...v4.1.0-psv5.5.2
v4.0.2-psv5.4.4
Full Changelog: v4.0.1-psv5.4.4...v4.0.2-psv5.4.4