@panoramax/web-viewer 3.0.2-develop-a8ea8e60 → 3.0.2-develop-a8ea8e60-develop-10c06f44

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 CHANGED
@@ -8,7 +8,7 @@ Before _2.0.0_, Viewer was embed in the [API repository](https://gitlab.com/pano
8
8
 
9
9
  ## [Unreleased]
10
10
 
11
- ⚠️ Library has been renamed on NPM into `@panoramax/web-viewer`, you are invited to change your dependencies to keep track of new updates.
11
+ ⚠️ Library has been renamed on NPM into `@panoramax/web-viewer`, you are invited to change your dependencies to keep track of new updates. Also, default import `GeoVisio` has been renamed into `Panoramax`, so you have to update your code as well.
12
12
 
13
13
  ### Added
14
14
  - Support for 🇨🇳 traditionnal Chinese language (`zh_Hant`) thanks to [Kevin32950](https://gitlab.com/kevinlin18)
@@ -33,6 +33,7 @@ Before _2.0.0_, Viewer was embed in the [API repository](https://gitlab.com/pano
33
33
  - Button to edit in OSM iD editor directly opens current viewer image.
34
34
  - Update of Photo Sphere Viewer to 5.10 (for yaw/pitch/roll fix).
35
35
  - Some error messages are dismissable.
36
+ - Proper handling of search by coordinates (done in viewer instead of calling geocoder API).
36
37
 
37
38
  ### Fixed
38
39
  - `selectedPicture` parameter for Viewer was not taken into account at load and blocking everything.