Files
contao-leaflet-maps/CHANGELOG.md

2.6 KiB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

3.1.0 - TBD

Full Changelog

Added

  • Custom route to load map data.
  • Add distance filter support for the marker layer (Bounds Mode "fit" has to be enabled).
  • Add support for relative css units for map size definition (#59).
  • Add hint that zoom level is probably required (#56).

Deprecated

  • Deprecate Netzmacht\Contao\Leaflet\Frontend\RequestUrl. Use router to generate request url for layer data.
  • Deprecate Netzmacht\Contao\Leaflet\Frontend\DataController. Use introduced endpoint to get map data.

Changed

  • Require PHP 7.1.
  • Rewritten about page using own route (#48).

Fixed

  • Pressing enter on backend geocode control doesn't submit form anymore.
  • Fix broken marker cluster layer (#60).

3.0.4 - 2018-10-08

Full Changelog

Fixed

  • Fix broken content element attributes (Missing class and custom id).

3.0.3 - 2018-09-18

Full Changelog

Fixed

  • Make alias generator services public for Contao 4.6/Symfony 4.0 compatibility.

3.0.2 - 2018-08-23

Full Changelog

  • Run composer require checker and solve issues.

3.0.1 - 2018-06-20

Full Changelog

  • Fix broken dynamic bbox related data loading (#57)

3.0.0 - 2018-01-05

Full Changelog

  • Make hook/dca listener services public

3.0.0-beta1 - 2017-11-15

Full Changelog

Enhancements

  • Updated translations

Bugfixes

  • Broken service definitions
  • Broken file layer id

3.0.0-alpha1 - 2017-10-19

Full Changelog

Implemented enhancements

  • Refactor to a more service oriented architecture
  • Use a proper template for the map templates (Customize templates has to be adjusted!)
  • New file layer for gpx,kml,wkt,topojson,geojson files added
  • Bypass filesystem cache in debug mode
  • Changelog added