This version drops support for Python 2.7. (#1100, #1104, #1111) Python 3.5+ is required.
v0.9.0
- Geojson separate style mapping (conengmo #1058)
- Warn for wrong color values in Icon (conengmo #1099)
- Use Jinja2's
tojsonfilter to convert data (conengmo #1101) - Pass **kwargs as options to Leaflet classes (conengmo #1101)
- Explicit coordinate validation (conengmo #1090)
- Add
icon_create_functionarg toFastMarkerClusterplugin (Gordonei #1109) - Add
PolyLineOffsetplugin (FabeG #1091) - Add Locate Control plugin (fullonic #1116)
- Add Leaflet
CustomPaneclass (Ipkirwin #1094)
API changes
- Remove
add_tile_layermethod fromMap(conengmo #1127) - Remove args from
Map, if needed useTileLayerinstead (conengmo #1127)