mirror of
https://github.com/symfony/ux-leaflet-map.git
synced 2026-03-23 16:42:19 +01:00
1.1 KiB
1.1 KiB
CHANGELOG
2.31
- Display a warning when trying to define
bridgeOptions.iconfor aMarkerthat already has anIcon
2.30
- Ensure compatibility with PHP 8.5
2.29.0
- Add Symfony 8 support
2.27
- Add
attributionControlandattributionControlOptionstoLeafletOptions, to configure attribution control and its options - Add
zoomControlandzoomControlOptionstoLeafletOptions, to configure zoom control and its options
2.26
- Using
new LeafletOptions(tileLayer: false)will now disable the defaultTileLayer. Useful when using a custom tiles layer rendering engine not configurable withL.tileLayer().addTo(map)method (e.g.: Esri/esri-leaflet-vector)
2.25
- Downgrade PHP requirement from 8.3 to 8.1
2.20
BC Breaks
- Renamed importmap entry
@symfony/ux-leaflet-map/map-controllerto@symfony/ux-leaflet-map, you will need to update your importmap.
2.19
- Bridge added