From e745a7c89b13c8213334d94a93cfbb9f39a185c5 Mon Sep 17 00:00:00 2001 From: Yohan Boniface Date: Fri, 25 Aug 2023 14:24:05 +0200 Subject: [PATCH] Changelog --- docs/changelog.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/docs/changelog.md b/docs/changelog.md index cd67a292..512742d7 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -1,5 +1,12 @@ # Changelog +## 1.6.1 - 2023-08-25 + +* fix: correct changelog link by @eMerzh in https://github.com/umap-project/umap/pull/1275 +* Use magiclink extension for changelog with links by @davidbgk in https://github.com/umap-project/umap/pull/1278 +* Fix datalayers being shown on zoom even if displayOnLoad is false by @yohanboniface in https://github.com/umap-project/umap/pull/1283 +* Remove default center to prevent multiple map initialisations by @yohanboniface in https://github.com/umap-project/umap/pull/1284 + ## 1.6.0 - 2023-08-22 * Catch timeout error in ajax proxy by @yohanboniface in https://github.com/umap-project/umap/pull/1261 @@ -11,7 +18,6 @@ * When map has max bounds, use those bounds for limiting search by @yohanboniface in https://github.com/umap-project/umap/pull/1268 * Only call propagateShow at init if layer is visible by @yohanboniface in https://github.com/umap-project/umap/pull/1272 - ## 1.5.1 - 2023-08-15 - Fix layers behing hidden at zoom