Skip to content

v2.0.0

Compare
Choose a tag to compare
@PaulLeCam PaulLeCam released this 05 Jul 20:06
· 248 commits to master since this release
v2.0.0
1f39da9

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.