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
DivOverlayand thereforePopupandTooltipcomponents, enabling context propagation (PR #475 by hannesj). - Replaced wrapping
divelements withFragment. - Added
collapsedas dynamic property toLayersControl. - Added
ControlledLayerabstract class export. - [website] Added
react-leaflet-nmscaleplugin (PR #479 by anajavi). - [website] Added 3 plugins (PR #482 by fullhdpixel).
- [website] Updated docs for abstract classes and usage for custom components.