From 0b23f1acd1b41d99970094e9dc7ff90b917f1ac4 Mon Sep 17 00:00:00 2001 From: Yohan Boniface Date: Wed, 16 Oct 2024 19:55:32 +0200 Subject: [PATCH] 2.7.0b3 --- docs/changelog.md | 18 ++++++++++++++++++ umap/__init__.py | 2 +- 2 files changed, 19 insertions(+), 1 deletion(-) diff --git a/docs/changelog.md b/docs/changelog.md index fe04cfcc..896a171f 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -1,5 +1,23 @@ # Changelog +## 2.7.0b3 2024-10-16 + +### New features +* only add visible markers (and tooltips) to DOM by @yohanboniface in #2204 +* add a global toolbox in browser by @yohanboniface in #2160 + +### Bug fixes +* make sure maps of demo instances of uMap are no indexed by @yohanboniface in #2203 +* fix contextmenu positionning when map is not full screen by @yohanboniface in #2198 +* honour carriage returns in permanent credits by @yohanboniface in #2206 +* do not show browser counter when layer is empty or not loaded by @yohanboniface in #2217 + +### Internal changes +* deactivate contextmenu and shortcuts in map preview by @yohanboniface in #2199 +* use pytest-rerunfailed by @yohanboniface in #2205 +* simplify contextmenu items by @yohanboniface in #2216 + + ## 2.7.0b2 - 2024-10-06 - remove unused `leaflet.contextmenu.min.css` from `css.html` diff --git a/umap/__init__.py b/umap/__init__.py index ca82bfc3..3e44c9b2 100644 --- a/umap/__init__.py +++ b/umap/__init__.py @@ -1 +1 @@ -VERSION = "2.7.0b2" +VERSION = "2.7.0b3"