You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Original Wrapped Library: [PhotoSphereViewer](https://github.com/mistic100/Photo-Sphere-Viewer) Version: 5.4.4[<fontcolor="green">**NEW**</font>]
13
-
Now the component version is composed by the semantic version of the wrapper and the version of the original library. For example, the current version is 4.0.2-psv5.4.4. This means that the wrapper is in version 4.0.2 and the original library [psv](https://github.com/mistic100/Photo-Sphere-Viewer) is in version 5.4.4.
12
+
Original Wrapped Library: [PhotoSphereViewer](https://github.com/mistic100/Photo-Sphere-Viewer) Version: 5.5.2[<fontcolor="green">**NEW**</font>]
13
+
Now the component version is composed by the semantic version of the wrapper and the version of the original library. For example, the current version is 4.1.0-psv5.5.2. This means that the wrapper is in version 4.1.0 and the original library [psv](https://github.com/mistic100/Photo-Sphere-Viewer) is in version 5.5.2.
14
14
15
15
## Description
16
16
@@ -97,6 +97,7 @@ type standardProps = {
97
97
width?:number;
98
98
containerClass?:string; // The class name of the div that wrap the component.
99
99
littlePlanet?:boolean; // Display the panorama like a little planet.
100
+
hideNavbarButton?:boolean; // Hide the navbar button.
100
101
}
101
102
```
102
103
#### Original props
@@ -110,8 +111,9 @@ Currently all options of the original library are supported and exported as prop
110
111
typeViewerConfig= {
111
112
container:HTMLElement|string;
112
113
panorama?:any;
114
+
/**@deprecated Use the `overlay` plugin instead */
0 commit comments