Releases: PaulLeCam/react-leaflet
Releases · PaulLeCam/react-leaflet
v0.10.1
v0.10.0
v0.9.0
- Removed
PopupContainer
component, extended internally by other components. FeatureGroup
now expects its layers to be passed as children, likeLayerGroup
.- Added
renderChildrenWithProps()
toMapLayer
, used internally by the library. - Added
MapControl
as base component for controls. - Added
ZoomControl
.
v0.8.1
v0.8.0
v0.8.0-rc.3
v0.8.0-rc.2
Check if Popup
content node exists before trying to unmount.
v0.8.0-rc.1
- Updated React to v0.14.0-rc1.
- Added ReactDOM v0.14.0-rc1 to peer dependencies.
Popup
now renders its contents usingReactDOM.render()
and therefore supports dynamic children.
v0.7.0
- Updated Leaflet to v0.7.5.
- Added
Path
base component for vector layers, handling dynamic Path options properties. - Added support for holes in
Polygon
. - [internal] Updated Jest to v0.5.
- [internal] Updated Gulpfile to use Babel.
- [internal] Added ESLint validation.