Photo Sphere Viewer 5 is available for preview! #790
Replies: 4 comments 1 reply
-
Great! as soon as it is final I will update the React wrapper |
Beta Was this translation helpful? Give feedback.
-
First "bug" : TypeScript is configured to target "esnext", which uses expetimental features like class properties, will change the target to "es2021" |
Beta Was this translation helpful? Give feedback.
-
There's a typo in the explanation... longitude twice.... |
Beta Was this translation helpful? Give feedback.
-
I tried the new v5 I get two errors: psv.ts:27 PhotoSphereViewer: Unknown option defaultYaw J @ psv.ts:27 if I delete the defaultYaw line the pano loads but other error on compass and marker plugins appears this is the page without defaultYaw Hope it helps |
Beta Was this translation helpful? Give feedback.
-
I am pleased to announce that the next major version of Photo Sphere Viewer is available for testing right now.
The main changes are:
longitude
andlatitude
parameters has been renamed toyaw
andpitch
You can test this version right now by installing
@photo-sphere-viewer/core@alpha
and follow the migration guide. Also check the API documentation (the header link points to v4).Please comment here if you have any remarks or bug report specific to this version (no feature requests).
Beta Was this translation helpful? Give feedback.
All reactions