Skip to content

Releases: randyzwitch/streamlit-folium

Don't fail on bounds

26 May 23:17
f4f3bde

Choose a tag to compare

Sets default value for bounds, working around an upstream bug in Folium

What's Changed

Full Changelog: v0.6.11...v0.6.12

Fix Google Earth Engine flickering

23 May 21:46
4c5f69a

Choose a tag to compare

What's Changed

  • Fix google earth engine flickering and cleanup code by @blackary in #66

Full Changelog: v0.6.10...v0.6.11

Add circle radius, fix Safari issue

16 May 16:59
dfbc443

Choose a tag to compare

What's Changed

Full Changelog: v0.6.9...v0.6.10

Fix layer-click bug

11 May 14:18
4947e42

Choose a tag to compare

Resolves issue where a double-click was required for update

What's Changed

Full Changelog: v0.6.8...v0.6.9

Convert initial bounds from list-style to dict-style in default

11 May 13:26
b3616cf

Choose a tag to compare

Fixes type instability on map load, where the default instantiated value returned a list and component then returns a dict.

Full Changelog: v0.6.7...v0.6.8

v0.6.7

25 Apr 14:43
3b8664c

Choose a tag to compare

What's Changed

Full Changelog: v0.6.6...v0.6.7

Fix popups and default return

21 Apr 17:15
e6b20b2

Choose a tag to compare

What's Changed

Full Changelog: v0.6.5...v0.6.6

Update drawn objects on edit and delete

12 Apr 15:03
e0e11e9

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.6.4...v0.6.5

Fix duplicate drawings

21 Mar 16:37
b8b459e

Choose a tag to compare

Per #37, drawings were being duplicated in the message back to Streamlit from the leaflet.js frontend. #40 fixed issue.

Add zoom level

17 Mar 20:02
98362ca

Choose a tag to compare

Adds zoom level as one of the properties returned on interaction with st_folium

What's Changed

Full Changelog: v0.6.2...v0.6.3