- Use ``bundle-leaflet`` from the ``plone.patternslib`` package. This should give an out-of-the-box leaflet integration. [thet]
2.0
----------------
- Make geolocation formwidget work with ``pat-leaflet``. [thet]
- Support for Plone 5 only, using plone.patternslib and providing an own bundle. [thet]
1.4
----------------
- Leaflet: After searching, bind new marker to update lat/lng input field and remove MarkerClusterGroup. Fix annoying 'Uncaught Error: Couldn't autodetect L.Icon.Default.imagePath, set it manually.' [thet]
- Update Leaflet dependencies. [thet]
1.3
----------------
- Add Leaflet as mapping widget. Use bower/grunt managed resources. [thet]
- Remove the ``div.geolocation`` elements. Instead, render the list of geolocation points as JSON value on a ``data-geopoints`` attribute on the map element. [thet]
- Reintroduce package level imports and avoid circular import by moving out the message factory. [thet]
- Remove the ``map`` id attribute on the map element and use instead a ``map`` css class. [thet]
1.2.1
------------------
- Avoid circular imports by removing the package level imports. [thet]