- Fix issue with `TileLayer` component on non-integer zoom update [236](https://github.com/emilhe/dash-leaflet/issues/236) - Fix issue with extra Dash props making it into `WMSTileLayer` component [225](https://github.com/emilhe/dash-leaflet/issues/225)
1.0.15
Changed
- Propagate pane information to `GeoJSON` object, thereby fixing [221](https://github.com/emilhe/dash-leaflet/issues/221)
1.0.13
Changed
- Viewport tracking logic changed to use delta updates, which combined with a delay fixes [211](https://github.com/emilhe/dash-leaflet/issues/211) - Re-enable the ability to set `zoom`/`center` props (due to many user requests)
1.0.12
Changed
- Bugfix in `GeoJSON` component correcting wrong behavior when changing clustered data dynamically - Correct `GeoJSON` component data type definition (remove string as allowed type)
1.0.11
Added
- Publishing to npm added to CICD pipeline
1.0.10
Changed
- Extend `viewport` property to support `bounds` manipulation