Releases: makinacorpus/django-leaflet
Releases · makinacorpus/django-leaflet
0.20.0
New features
- Update Leaflet to 1.0.3 (#169)
- Update Leaflet-draw to 0.4.0 (#169)
- Update Proj4Leaflet to 1.0.0 (#169)
- Made
static
calls lazy, to fix issues with non-default STATICFILES_STORAGE (#149) - Add example application (#168)
Bug fixes
- Use SpatiaLite library path from environment variable for running test (#173)
- Fix max zoom level (#165)
- Add SPATIAL_EXTENT default value to the default settings (#167)
Many thanks to @KostyaEsmukov, @cleder, @sikmir and @seav for their contributions!
0.19.0
0.18.0
New features
- Use a LazyEncoder to allow lazy translations in settings (#132, thanks @Mactory)
- Enable settings_overrides also for admin (fixes #120, thanks @PetrDiouhy)
- Add tests for Django 1.9 and Python 3.5 (thanks @itbabu)
Bug fixes
- Fix LeafletWidget behaviour on GeometryCollectionField (fixes #135)
0.17.1
0.17.0
New features
- Pass relative URLs for static files through django.contrib.staticfiles (thanks @dyve, fixes #111)
- Allow to override settings at the template tag level (thanks @PetrDiouhy, fixes #59)
- Update Leaflet to 0.7.5 (@dyve)
- Add Czech locale (thanks @PetrDiouhy)
Bug fixes
- Fix interaction with django-geojson (#106, thanks @batisteo)
- Use protocol independant URLs in default OSM tiles (thanks @NotSqrt)
- Fix deprecated TEMPLATE_DEBUG (#121, thanks @josenaka)
- Fix errors with multi-word field names (#123, thanks @josemazo)
- Fix loadevent not being taken into account in forms (#127, thanks @josemazo)