Add layers.svg info to blog post v2.0.0-alpha

This commit is contained in:
Florian Bischof
2025-05-18 09:04:44 +02:00
parent dda349ee69
commit c5add4b72c

View File

@ -20,6 +20,7 @@ This release marks a major modernization of the Leaflet codebase. We've dropped
- `Point` and `LatLng` now include a `.validate()` method
- Automatic OSM attribution if none is provided when using OSM tiles
- Numerous small cleanups and internal improvements
- We replaced `layers.png` with `layers.svg` for the Control.Layers. Adjust your bundler configuration if necessary.
---