Skip to content

v5.0.0-psv5.7.1

Compare
Choose a tag to compare
@github-actions github-actions released this 05 Mar 11:37
· 11 commits to main since this release

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