react-leaflet v0.12.0 Release Notes

Release Date: 2016-06-25 // almost 8 years ago
    • ⚡️ [BREAKING] Moved Leaflet instances injection from props to context. All components provided by this lib should continue to work as expected, but custom components need to be updated. Read the [UPGRADING](UPGRADING.md) file for more information.
    • 🗄 Deprecated getLeafletElement() method, simply use the leafletElement property instead.
    • 📚 Documentation moved to the [docs](docs) folder and has been split into different files for better readability.