- Add method
Symfony\UX\Map\Renderer\AbstractRenderer::tapOptions()
, to allow Renderer to modify options before rendering a Map. - Add
ux_map.google_maps.default_map_id
configuration to set the GoogleMap ID
- Add
ComponentWithMapTrait
to ease maps integration in Live Components - Add
Polyline
support
- Deprecate
render_map
Twig function (will be removed in 2.21). Useux_map
or the<twig:ux:map />
Twig component instead. - Add
ux_map
Twig function (replacesrender_map
with a more flexible interface) - Add
<twig:ux:map />
Twig component - The importmap entry
@symfony/ux-map/abstract-map-controller
can be removed from your importmap, it is no longer needed. - Add
Polygon
support
- Component added