@panoramax/web-viewer 3.2.2-develop-19a0de46 → 3.2.2-develop-e0cee138
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 +1 -1
- package/build/index.js.map +1 -1
- package/package.json +1 -1
- package/src/viewer/URLHash.js +8 -0
- package/tests/viewer/URLHash.test.js +3 -0
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
|
+
### Changed
|
|
12
|
+
|
|
13
|
+
- In Viewer, when popup metadata is showing up, a click on _Back_ web browser button closes it.
|
|
14
|
+
|
|
11
15
|
### Fixed
|
|
12
16
|
|
|
13
17
|
- In Editor, long sequences were not showing up at all.
|