Skip to content

📢 Leaflet V2.0 Coming Soon #30

@Falke-Design

Description

@Falke-Design

Dear Leaflet Plugin Maintainer,

We’re excited to announce the release of the Leaflet V2.0 alpha version! 🎉
This marks a significant step toward modernizing Leaflet’s architecture and aligning it with the modern JavaScript ecosystem.

⚠️ Key Changes in Leaflet 2.0

To ensure your plugin remains compatible, please take note of the following important updates:

  • Factory methods have been replaced by constructors:
    L.marker(latlng)new Marker(latlng)

  • The global L object has been removed:
    Use explicit imports instead:
    import { Marker } from 'leaflet'

  • Util methods have been replaced with native browser methods:
    Util.isArray()Array.isArray()

  • Pointer events support:
    Pointer events are now supported in place of mouse and touch events.

🔗 Read the full announcement and changelog:
https://leafletjs.com/2025/05/18/leaflet-2.0.0-alpha.html


🔧 What You Can Do Now

Our target for the stable release is November 2025, and we’d love your help to ensure the Leaflet plugin ecosystem is fully prepared.

Thank you for your continued contributions to the Leaflet community!

Cheers,
The Leaflet Team

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions