This commit is contained in:
Yohan Boniface 2024-10-16 19:55:32 +02:00
parent 0b6c66a841
commit 0b23f1acd1
2 changed files with 19 additions and 1 deletions

View file

@ -1,5 +1,23 @@
# Changelog # 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 ## 2.7.0b2 - 2024-10-06
- remove unused `leaflet.contextmenu.min.css` from `css.html` - remove unused `leaflet.contextmenu.min.css` from `css.html`

View file

@ -1 +1 @@
VERSION = "2.7.0b2" VERSION = "2.7.0b3"