- React-leaflet v2.x support. For react-leaflet v1.x please use react-leaflet-heatmep-layer v1.x.
- Allow the latest versions of
react
andreact-dom
(i.e. 16 and up).
- Fixed warning "Accessing PropTypes via the main React package is deprecated"
- Fix bug where radius, blur, and max were not being used when passed in as props.
- Fix bug in componentWillUnmount->safeRemoveLayer where getPanes doesn't return anything so .contains is called on undefined.
- Leaflet 1.0.0 support
- React-Leaflet 1.0.0 support
- List eslint as an explicit devDependency
- upgrade the eslint related packages
- fix linting errors using current config
- Add notes about maintaining absence of lint errors and warnings in Contributing guide
- This should make it easier to ensure code quality as others contribute in the open
- Also, drop unused jest and enzyme deps
- Missed Transpilation
- Change
getHeatmapProps
signature to take aprops
argument to support passingnextProps
fromcomponentWillReceiveProps
andthis.props
fromcomponentDidMount
- Fix getMaxZoom returning props.radius instead of props.maxZoom, fix misnamed call to getMax instead of getMaxZoom in redraw()
- adds an
onStatsUpdate
prop which is called on redraw with a { min, max } object containing the min and max number of items found for a single coordinate
- Handle invalid points gracefully
- Add
fitBoundsOnUpdate
prop to indicate that the map should fit the data in the map on update
- Fix an issue with the gradient property being applied
- Initial implementation of package