Releases: randyzwitch/streamlit-folium
Releases · randyzwitch/streamlit-folium
v0.7.0
v0.6.15
What's Changed
- Bump streamlit from 1.8.1 to 1.11.1 in /examples by @dependabot in #80
- Bump streamlit from 1.8.1 to 1.11.1 in /tests by @dependabot in #81
- Support html siblings to the map by @blackary in #83
New Contributors
- @dependabot made their first contribution in #80
Full Changelog: v0.6.14...v0.6.15
v0.6.14
Return map center in returned data
Don't fail on bounds
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
What's Changed
Full Changelog: v0.6.10...v0.6.11
Add circle radius, fix Safari issue
What's Changed
- Add last drawn circle radius and polygon to output by @sfc-gh-zblackwood in #59
- Fix safari by @blackary in #60
Full Changelog: v0.6.9...v0.6.10
Fix layer-click bug
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
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