-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Stefan Kuethe
committed
May 23, 2024
1 parent
951a7c3
commit 28fc2fe
Showing
2 changed files
with
5 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters