mirror of
https://github.com/umap-project/umap.git
synced 2025-04-28 19:42:36 +02:00
2.7.0b1
This commit is contained in:
parent
8788f97791
commit
16b759973b
3 changed files with 5 additions and 4 deletions
|
@ -1,6 +1,6 @@
|
|||
# Changelog
|
||||
|
||||
## 2.7.0b0 - 2024-10-04
|
||||
## 2.7.0b1 - 2024-10-04
|
||||
|
||||
### New features
|
||||
* delete datalayer's files on delete by @yohanboniface in #2158
|
||||
|
@ -29,6 +29,9 @@
|
|||
* display user maps in admin and add in csv export by @yohanboniface in #2169
|
||||
* remove zoom in and out from contextmenu by @yohanboniface in #2195
|
||||
|
||||
### Changed templates
|
||||
* umap/css.html (removed `umap/vendors/contextmenu/leaflet.contextmenu.min.css`)
|
||||
* umap/js.html (removed `umap/vendors/contextmenu/leaflet.contextmenu.min.js`)
|
||||
|
||||
## 2.6.3 - 2024-09-11
|
||||
|
||||
|
|
|
@ -1 +1 @@
|
|||
VERSION = "2.7.0b0"
|
||||
VERSION = "2.7.0b1"
|
||||
|
|
|
@ -10,8 +10,6 @@
|
|||
href="{% static 'umap/vendors/editinosm/Leaflet.EditInOSM.css' %}" />
|
||||
<link rel="stylesheet"
|
||||
href="{% static 'umap/vendors/minimap/Control.MiniMap.min.css' %}" />
|
||||
<link rel="stylesheet"
|
||||
href="{% static 'umap/vendors/contextmenu/leaflet.contextmenu.min.css' %}" />
|
||||
<link rel="stylesheet"
|
||||
href="{% static 'umap/vendors/toolbar/leaflet.toolbar.css' %}" />
|
||||
<link rel="stylesheet"
|
||||
|
|
Loading…
Reference in a new issue