From 071a8c539de4438d22cf9adbd1821a9d1e957677 Mon Sep 17 00:00:00 2001 From: Yohan Boniface Date: Fri, 11 Apr 2025 18:09:14 +0200 Subject: [PATCH] 3.0.3 --- docs/changelog.md | 16 ++++++++++++++++ umap/__init__.py | 2 +- 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/docs/changelog.md b/docs/changelog.md index 5aca981b..6aaeed46 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -1,5 +1,21 @@ # Changelog +## 3.0.3 - 2025-04-11 + +* do not try to remove a feature not yet added by @yohanboniface in #2637 +* document that nginx needs to be added in Docker stack to serve statics by @yohanboniface in #2636 +* display back help button in switch fields by @yohanboniface in #2634 +* use Last-Modified header from remote data when available by @yohanboniface in #2624 +* fix text overflow on search results by @yohanboniface in #2628 +* redirect to user dashboard after map delete by @yohanboniface in #2626 +* add missing margin-bottom in importers by @yohanboniface in #2627 +* fix pictogram categories always hidden by @yohanboniface in #2630 +* display search category on list page by @davidbgk in #2635 +* allow to hide the layer switcher from bottom bar by @davidbgk in #2639 +* hidden download button in browser when embedControl=false by @yohanboniface in #2640 +* allow to hide the back to home button by @davidbgk in #2638 + + ## 3.0.2 - 2025-04-08 * fix copiable input CSS by @yohanboniface in #2616 diff --git a/umap/__init__.py b/umap/__init__.py index a2ded2fc..6e47318c 100644 --- a/umap/__init__.py +++ b/umap/__init__.py @@ -1 +1 @@ -VERSION = "3.0.2" +VERSION = "3.0.3"