Skip to content

Releases: umap-project/umap

2.8.0 - 2024-12-18

18 Dec 11:18
Compare
Choose a tag to compare

What's Changed

This release is mainly about being able to deploy uMap on helm/k8s, with a S3-compatible storage. Doing so,
we introduce two new map statuses:

  • "draft" (which is now the default, unless you change the UMAP_DEFAULT_SHARE_STATUS setting), which
    makes the maps private by default
  • "deleted", which make that now a delete will be a soft delete (and the command umap empty_trash
    could be run to do the real delete).

Also pursuing the code cleaning (more modules and spliting uMap core code from Leaflet rendering one).

Finally, this is now the javascript who create the datalayer uuid, and then push it to the back. This
is for preparing for the synchronisation between clients.

Breaking change

  • if you use X-Accel-Redirect with Nginx, you must make sure that the X-DataLayer-Version header
    is forwarded to the client. This is the line you usually need to add in your Nginx /internal/ config:

      add_header X-DataLayer-Version $upstream_http_x_datalayer_version;
    

New features

Bug fixes

Internal changes

Changed templates

  • umap/css.html:
    • added umap/css/bar.css
    • added umap/css/popup.css
  • umap/js.html:
    • added umap/css/bar.js
  • umap/templates/registration/login.html
  • umap/templates/umap/map_init.html
    • changed the way we instanciate Umap (instead of U.Map)
  • umap/templates/umap/user_dashboard.html
    • changed the way we instanciate Umap (instead of U.Map)

New Contributors

2.8.0b0 - 2024-12-17

17 Dec 18:08
Compare
Choose a tag to compare
2.8.0b0 - 2024-12-17 Pre-release
Pre-release

New features

Bug fixes

2.8.0a2 - 2024-12-12

13 Dec 08:34
Compare
Choose a tag to compare
2.8.0a2 - 2024-12-12 Pre-release
Pre-release

Bug fixes

2.8.0a1 - 2024-12-11

11 Dec 18:26
Compare
Choose a tag to compare
2.8.0a1 - 2024-12-11 Pre-release
Pre-release

What's Changed

Full Changelog: 2.8.0a0...2.8.0a1

2.8.0a0 - 2024-12-11

11 Dec 17:42
Compare
Choose a tag to compare
2.8.0a0 - 2024-12-11 Pre-release
Pre-release

What's Changed

This release is mainly about being able to deploy uMap on helm/k8s, with a S3-compatible storage. Doing so,
we introduce two new map statuses:

  • "draft" (which is now the default, unless you change the UMAP_DEFAULT_SHARE_STATUS setting), which
    makes the maps private by default
  • "deleted", which make that now a delete will be a soft delete (and the command umap empty_trash
    could be run to do the real delete).

Also pursuing the code cleaning (more modules and spliting uMap core code from Leaflet rendering one).

New features

Bug fixes

Internal changes

Changed templates

  • umap/css.html:
    • added umap/css/bar.css
    • added umap/css/popup.css
  • umap/js.html:
    • added umap/css/bar.js
  • umap/templates/registration/login.html
  • umap/templates/umap/map_init.html
    • changed the way we instanciate Umap (instead of U.Map)
  • umap/templates/umap/user_dashboard.html
    • changed the way we instanciate Umap (instead of U.Map)

2.7.3 - 2024-12-10

10 Dec 12:56
Compare
Choose a tag to compare

Bug fixes

2.7.2 - 2024-11-15

15 Nov 17:40
Compare
Choose a tag to compare

Bug fixes

  • use our fork of csv2geojson to be able to parse lat/lon with commas

2.7.1 - 2024-10-25

25 Oct 13:46
Compare
Choose a tag to compare

Bug fixes

2.7.0 - 2024-10-24

24 Oct 16:06
Compare
Choose a tag to compare

New features

Bug fixes

Internal changes

Changed templates

  • umap/css.html:
    • removed umap/vendors/contextmenu/leaflet.contextmenu.min.css
    • added umap/css/contextmenu.css
  • umap/js.html:
    • removed umap/vendors/contextmenu/leaflet.contextmenu.min.js
  • umap/templates/umap/map_detail.html:
    • changed robot directive
  • umap/templates/umap/dashboard_menu.html
    • use of UMAP_ALLOW_EDIT_PROFILE

New Contributors

Full Changelog: 2.6.3...2.7.0⏎

2.7.0b3 - 2024-10-16

16 Oct 17:57
Compare
Choose a tag to compare
2.7.0b3 - 2024-10-16 Pre-release
Pre-release

New features

Bug fixes

Internal changes