@panoramax/web-viewer 4.0.0 → 4.0.1-develop-b776b1ef

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,6 +8,12 @@ Before _2.0.0_, Viewer was embed in the [API repository](https://gitlab.com/pano
8
8
 
9
9
  ## [Unreleased]
10
10
 
11
+ ## [4.0.1] - 2025-05-05
12
+
13
+ ### Fixed
14
+
15
+ - Drawer menu was not shown expanded picture legend on mobile.
16
+
11
17
  ## [4.0.0] - 2025-04-03
12
18
 
13
19
  Major changes are introduced by this new version, please [check out the migration guide](https://docs.panoramax.fr/web-viewer/tutorials/migrate_v4/) for more details.
@@ -28,7 +34,7 @@ Major changes are introduced by this new version, please [check out the migratio
28
34
  ### Changed
29
35
 
30
36
  - All code is managed using _Web components_ (with [Lit JS](https://lit.dev/)), and should be initialized through DOM instead of class constructors.
31
- - Code is splitted in more components, classes and packages.
37
+ - Code is split into more components, classes and packages.
32
38
  - Events are moved nearer their dedicated component (map, photo). The `addEventListener` can still be called on parent component using a sub-component prefix (like `map:moveend` to pass event from Viewer to its Map).
33
39
  - Styles are manage through common JS or CSS files.
34
40
  - Viewer widgets can be fine-tuned using web component slots.
@@ -364,7 +370,7 @@ Major changes are introduced by this new version, please [check out the migratio
364
370
 
365
371
  ### Added
366
372
  - A `destroy` function is now available to properly get rid of the viewer, which is useful for single-page applications.
367
- - A new component named `StandaloneMap` is available to show a coverage map of pictures and sequences, without full picture display. It can be controlled programatically.
373
+ - A new component named `StandaloneMap` is available to show a coverage map of pictures and sequences, without full picture display. It can be controlled programmatically.
368
374
 
369
375
  ### Changed
370
376
  - Calls to API are now using STAC standard notation for IDs lists (`ids=bla` instead of `ids=["bla"]`). Old notation was based on GeoVisio API misunderstanding of STAC docs. This __breaks compatibility__ with GeoVisio API <= 2.1.4, but makes viewer compatible with any STAC-compliant API.
@@ -538,7 +544,8 @@ Empty release to follow the API's minor version
538
544
  - [A Photo Sphere Viewer under Chrome issue](https://github.com/mistic100/Photo-Sphere-Viewer/issues/937) was making classic pictures not visible
539
545
 
540
546
 
541
- [Unreleased]: https://gitlab.com/panoramax/clients/web-viewer/-/compare/4.0.0...develop
547
+ [Unreleased]: https://gitlab.com/panoramax/clients/web-viewer/-/compare/4.0.1...develop
548
+ [4.0.1]: https://gitlab.com/panoramax/clients/web-viewer/-/compare/4.0.0...4.0.1
542
549
  [4.0.0]: https://gitlab.com/panoramax/clients/web-viewer/-/compare/3.2.3...4.0.0
543
550
  [3.2.3]: https://gitlab.com/panoramax/clients/web-viewer/-/compare/3.2.2...3.2.3
544
551
  [3.2.2]: https://gitlab.com/panoramax/clients/web-viewer/-/compare/3.2.1...3.2.2
package/build/index.css CHANGED
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  *
3
- * @panoramax/web-viewer v4.0.0
3
+ * @panoramax/web-viewer v4.0.1
4
4
  * https://gitlab.com/panoramax/clients/web-viewer
5
5
  *
6
6
  * Copyright (c) Panoramax team