Skip to content

Commit

Permalink
Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
Stefan Kuethe committed May 23, 2024
1 parent 951a7c3 commit 28fc2fe
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 17 deletions.
18 changes: 1 addition & 17 deletions CHANGELOG.md
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).
4 changes: 4 additions & 0 deletions docs/changelog.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down

0 comments on commit 28fc2fe

Please sign in to comment.