@panoramax/web-viewer 4.0.2-develop-682e2a36 → 4.0.2-develop-0a728dda
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 +1 -0
- package/build/index.js +4 -4
- package/build/index.js.map +1 -1
- package/package.json +1 -1
- package/src/components/ui/Photo.js +12 -8
- package/src/translations/en.json +1 -0
- package/src/translations/fr.json +1 -0
- package/src/utils/URLHandler.js +1 -1
- package/tests/utils/URLHandler.test.js +42 -0
package/CHANGELOG.md
CHANGED
|
@@ -20,6 +20,7 @@ Before _2.0.0_, Viewer was embed in the [API repository](https://gitlab.com/pano
|
|
|
20
20
|
### Fixed
|
|
21
21
|
|
|
22
22
|
- Date and time were not properly translated in user language.
|
|
23
|
+
- Shortlinks with URL-encoded semicolon (`%3B`) were not properly read.
|
|
23
24
|
|
|
24
25
|
## [4.0.2] - 2025-05-13
|
|
25
26
|
|