Skip to content

Commit 3f6c8e8

Browse files
committed
CHANGELOG.md updated
1 parent 407f402 commit 3f6c8e8

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
1+
# 1.0.3 Release
2+
- Fixed warning "Accessing PropTypes via the main React package is deprecated"
3+
14
# 1.0.2 Release
25
- Fix bug where radius, blur, and max were not being used when passed in as props.
36

47
# 1.0.1 Release
58
- Fix bug in componentWillUnmount->safeRemoveLayer where getPanes doesn't return anything so .contains is called on undefined.
6-
- Fixed warning "Accessing PropTypes via the main React package is deprecated"
79

810
# 1.0.0 Release
911
- Leaflet 1.0.0 support

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-leaflet-heatmap-layer",
3-
"version": "1.0.2",
3+
"version": "1.0.3",
44
"description": "A custom layer for heatmaps in react-leaflet",
55
"main": "lib/HeatmapLayer.js",
66
"scripts": {

0 commit comments

Comments
 (0)