From 28fc2fe3a875a572ed8ea461a5aa8b59783ccf5d Mon Sep 17 00:00:00 2001 From: Stefan Kuethe Date: Thu, 23 May 2024 22:46:50 +0200 Subject: [PATCH] Update changelog --- CHANGELOG.md | 18 +----------------- docs/changelog.md | 4 ++++ 2 files changed, 5 insertions(+), 17 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ca4e0022..adabed3d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,19 +1,3 @@ # Changelog for MapLibre for Python -## maplibre v0.1.3 - -* Display all properties in popup and tooltip if `prop = None` (#26) -* Support [mustache](https://github.com/janl/mustache.js) templates for popups and tooltips (#27) - -## maplibre v0.1.2 - -* Add `Map.set_data` -* Add `Map.set_visibility` -* Do not import `ipywidget.MapWidget` in `__init__` and skip tests for `MapWidget`, because it causes a `core dumped` error, see [anywidget issue](https://github.com/manzt/anywidget/issues/374) -* Remove `requests` dependency -* Remove dead code -* Add more examples - -## maplibre v0.1.1 - -* Initial PyPI release +See [docs/changelog.md](docs/changelog.md). diff --git a/docs/changelog.md b/docs/changelog.md index e8de8fd2..142f9a30 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -1,5 +1,9 @@ # Changelog for MapLibre for Python +## maplibre v0.1.5 + +* Update deprecated render function to support `shiny>=0.7.0` + ## maplibre v0.1.4 * `anywidget>=0.9.0` (#36)