Skip to content

2.8.0a0 - 2024-12-11

Pre-release
Pre-release
Compare
Choose a tag to compare
@yohanboniface yohanboniface released this 11 Dec 17:42
· 30 commits to master since this 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)