From d8b63974f932c60b12e16a939e6321eaea560c2b Mon Sep 17 00:00:00 2001 From: Yohan Boniface Date: Fri, 1 Sep 2023 17:37:26 +0200 Subject: [PATCH] changelog --- docs/changelog.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/docs/changelog.md b/docs/changelog.md index 9a423c9a..f60ad57b 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -1,5 +1,17 @@ # Changelog +## 1.7.2 - 2023-09-01 + +* Fix remote data not fetched on first save and add a button to manually fetch data by @yohanboniface in https://github.com/umap-project/umap/pull/1289 +* Remove custom message from onbeforeunload event by @yohanboniface in https://github.com/umap-project/umap/pull/1288 +* Edit header polish: move "My Dashboard" and "Help" to the right, display asterisk in dirty mode by @yohanboniface in https://github.com/umap-project/umap/pull/1287 +* Make sure we load all data before downloading it by @yohanboniface in https://github.com/umap-project/umap/pull/1295 +* Fix datalayers not sending "dataloaded" event when min/maxZoom is set and map is loaded outside those values by @yohanboniface in https://github.com/umap-project/umap/pull/1296 +* Add back min-width for img in popup-large by @yohanboniface in https://github.com/umap-project/umap/pull/1297 +* Avoid using a tuple as a content type when guessed by @davidbgk in https://github.com/umap-project/umap/pull/1291 +* Put focus on name when opening feature edit panel by @yohanboniface in https://github.com/umap-project/umap/pull/1293 +* Better distinguish panel behaviour in portrait vs landscape modes by @yohanboniface in https://github.com/umap-project/umap/pull/1292 + ## 1.7.1 - 2023-08-28 - quote URL in ajax proxy before passing it to Nginx