You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+28Lines changed: 28 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,31 @@
1
+
## v1.4.2
2
+
3
+
- feature: [MassPoints](https://github.com/Coder-JJ/rc-leaflet/blob/master/docs/MassPoints.md) new props.
4
+
5
+
- throttleThreshold
6
+
7
+
- type: `number`
8
+
9
+
- required: `false`
10
+
11
+
- default `20480`
12
+
13
+
- when `points.length` > `throttleThreshold`, `MassPoints` will use throttled draw function
14
+
15
+
- throttleDuration default
16
+
17
+
- type: `number`
18
+
19
+
- required: `false`
20
+
21
+
- default `60`
22
+
23
+
- used in throttled draw function, draw points per `throttleDuration` ms
24
+
25
+
- fix: [MassPoints](https://github.com/Coder-JJ/rc-leaflet/blob/master/docs/MassPoints.md) layer drift when zoom is small.
26
+
27
+
- fix: [MassPoints](https://github.com/Coder-JJ/rc-leaflet/blob/master/docs/MassPoints.md) is static duration zoom animation.
28
+
1
29
## v1.4.1
2
30
3
31
- feature: totally rewrite [MassPoints](https://github.com/Coder-JJ/rc-leaflet/blob/master/docs/MassPoints.md), now it supports multi icons, mouse events, and `DivOverlay` render props.
0 commit comments