From 0fa834155d84a88911f740219cdb85b905f4c79c Mon Sep 17 00:00:00 2001 From: Yohan Boniface Date: Mon, 18 Sep 2023 11:27:17 +0200 Subject: [PATCH] changelog --- docs/changelog.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/docs/changelog.md b/docs/changelog.md index f60ad57b..4affaba1 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -1,5 +1,15 @@ # Changelog +## 1.7.3 - 2023-09-18 + +* Use css width for img custom width by @yohanboniface in https://github.com/umap-project/umap/pull/1306 +* Enhance icon selector form by @yohanboniface in https://github.com/umap-project/umap/pull/1303 +* Try to fix remote datalayer not sending dataloaded by @yohanboniface in https://github.com/umap-project/umap/pull/1298 +* Setup to create integration tests with Playwright by @davidbgk in https://github.com/umap-project/umap/pull/1069 +* Add a `powered by uMap` footer by @davidbgk in https://github.com/umap-project/umap/pull/1309 +* Add outlinkTarget to default interactionProperties by @jschleic in https://github.com/umap-project/umap/pull/1313 + + ## 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