From 649b3a94fad3e7fe6bc5870e2cca74b07604a934 Mon Sep 17 00:00:00 2001 From: ghybs Date: Thu, 8 Feb 2018 15:25:17 +0400 Subject: [PATCH] v2.0.1: fix checkOut of Layer Groups checkOut was not properly cleaning recruited proxy Layer Groups. --- README.md | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index bd60b81..563c28a 100644 --- a/README.md +++ b/README.md @@ -71,7 +71,7 @@ with any plugin that adds to / removes markers from map (e.g. [LeafletSlider](ht ### Installing the sub-plugin #### Local copy -1. Download the "`leaflet.markercluster.layersupport.js`" file from the [`v2.0.0` release](https://github.com/ghybs/Leaflet.MarkerCluster.LayerSupport/releases/tag/v2.0.0). +1. Download the "`leaflet.markercluster.layersupport.js`" file from the [`v2.0.1` release](https://github.com/ghybs/Leaflet.MarkerCluster.LayerSupport/releases/tag/v2.0.1). 2. Place the file alongside your page. 3. Add the `script` tag (see [Quick Guide > HTML](#quick-guide)) to your page after Leaflet and Leaflet.markercluster scripts. @@ -81,7 +81,7 @@ You can alternatively use the free [unpkg](https://unpkg.com) CDN service, but k ```html - + ``` #### npm diff --git a/package.json b/package.json index ed04786..c56831e 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "leaflet.markercluster.layersupport", "_name": "Leaflet.MarkerCluster.LayerSupport", - "version": "2.0.0", + "version": "2.0.1", "_year": "2015-2018", "description": "Sub-plugin for Leaflet.markercluster plugin (MCG in short); brings compatibility with L.Control.Layers and other Leaflet plugins.", "main": "dist/leaflet.markercluster.layersupport",