@panoramax/web-viewer 4.3.1-develop-39b43404 → 4.3.1-develop-248f1d50
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +4 -0
- package/build/index.js +4 -4
- package/build/index.js.map +1 -1
- package/build/photoviewer.js +4 -4
- package/build/photoviewer.js.map +1 -1
- package/docs/reference/components/core/PhotoViewer.md +1 -0
- package/docs/reference/components/core/Viewer.md +1 -0
- package/docs/reference/components/menus/ShareMenu.md +17 -0
- package/package.json +1 -1
- package/src/components/core/PhotoViewer.js +4 -1
- package/src/components/core/Viewer.js +1 -0
- package/src/components/menus/Share.js +8 -2
- package/src/translations/tr.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -8,6 +8,10 @@ Before _2.0.0_, Viewer was embed in the [API repository](https://gitlab.com/pano
|
|
|
8
8
|
|
|
9
9
|
## [Unreleased]
|
|
10
10
|
|
|
11
|
+
### Added
|
|
12
|
+
|
|
13
|
+
- A `share-base-url` parameter allows to change base URL used in _Share_ widget, to permit displaying public links in closed environments.
|
|
14
|
+
|
|
11
15
|
### Changed
|
|
12
16
|
|
|
13
17
|
- The _one click to hide all widgets_ feature shows back widgets after mouse move (similar to video players).
|