react-leaflet v2.0.0 Release Notes

Release Date: 2018-07-05 // almost 6 years ago
  • ๐Ÿ”„ Changes from v1.9.1:

    • โšก๏ธ [BREAKING] Updated React dependency to v16.3.
    • [BREAKING] Replaced React context usage with new APIs introduced in React v16.3.
    • ๐Ÿšš [BREAKING] Removed PropTypes.
    • ๐Ÿ‘ [BREAKING] Dropped support for IE < 11.
    • React Portals are now used to render the DivOverlay and therefore Popup and Tooltip components, enabling context propagation (PR #475 by hannesj).
    • Replaced wrapping div elements with Fragment.
    • โž• Added collapsed as dynamic property to LayersControl.
    • โž• Added ControlledLayer abstract class export.
    • [website] Added react-leaflet-nmscale plugin (PR #479 by anajavi).
    • [website] Added 3 plugins (PR #482 by fullhdpixel).
    • โšก๏ธ [website] Updated docs for abstract classes and usage for custom components.