- Fix
checkOut
not properly cleaning Layer Groups (#14).
- Breaking change:
singleAddRemoveBufferDuration
option now defaults to0
(i.e. it is disabled) instead of100
ms previously. Fix this plugin breakingmarker.setLatLng()
(#11) and makingaddLayer
unexpectedly asynchronous (#12).
- Fix throttling different operation types (i.e. mixed
addLayer
andremoveLayer
) #10 (by AsamK) - Docs: update debug and demo pages to Leaflet 1.1.0 and Leaflet.markercluster 1.0.6.
- Fix use of
addLayers
,removeLayers
and thereforechunkedLoading
option (#8). - Add build script for README.
- Move gh-pages from
gh-pages
branch (deleted) tomaster
branch's/docs
folder.
- Fix duplicate UMD wrapper.
- Added build script, including a minified version of the plugin.
- Improved UMD wrapper (fix #7).
- Published to npm.
Compatible with Leaflet 1.0.0 and Leaflet.markercluster 1.0.0
- Fix events when removing layers #6
Compatible with Leaflet 0.7.x and Leaflet.markercluster 0.5.x.
First release
- Compatibility with Leaflet 1.0 #4 (by rey-awesense)