[Pkg-javascript-commits] [leaflet-markercluster] 09/18: 1.2.0

Jonas Smedegaard dr at jones.dk
Sat Jan 6 19:29:08 UTC 2018


This is an automated email from the git hooks/post-receive script.

js pushed a commit to annotated tag debian/1.2.0_dfsg-1
in repository leaflet-markercluster.

commit ed8e05ab5ae11fd3c5da445508da4a1e420b3a68
Author: dave <danzel at localhost.geek.nz>
Date:   Mon Nov 6 10:44:19 2017 +1300

    1.2.0
---
 CHANGELOG.md | 12 +++++++++++-
 README.md    |  4 ++--
 bower.json   |  2 +-
 package.json |  2 +-
 4 files changed, 15 insertions(+), 5 deletions(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 2c5fd2a..8a43e53 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -3,11 +3,21 @@ Leaflet.markercluster
 
 (all changes without author notice are by [@danzel](https://github.com/danzel))
 
+## 1.2.0 (2017-11-06)
+
+### Improvements
+
+ * Move `clusterPane` option in to `options` field (by [@ghybs](https://github.com/ghybs)) [#832](https://github.com/Leaflet/Leaflet.markercluster/pull/832)
+
+### Bugfixes
+
+ * Fix very small `maxClusterRadius` hanging the browser (by [@lucaswerkmeister](https://github.com/lucaswerkmeister)) [#838](https://github.com/Leaflet/Leaflet.markercluster/pull/838)
+
 ## 1.1.0 (2017-08-27)
 
 ### Improvements
 
- * Add `clusterPane` option to allow putting clusters in a different pane [#819](https://github.com/Leaflet/Leaflet.markercluster/issues/819) by (by [@ckrahe](https://github.com/ckrahe))
+ * Add `clusterPane` option to allow putting clusters in a different pane (by [@ckrahe](https://github.com/ckrahe)) [#819](https://github.com/Leaflet/Leaflet.markercluster/issues/819)
  
 ## 1.0.6 (2017-06-19)
 
diff --git a/README.md b/README.md
index 7bba39c..5c9c9af 100644
--- a/README.md
+++ b/README.md
@@ -48,8 +48,8 @@ removed link to h1 and indented back 2 spaces all links.
 
 ## Using the plugin
 Include the plugin CSS and JS files on your page after Leaflet files, using your method of choice:
-* [Download the `v1.1.0` release](https://github.com/Leaflet/Leaflet.markercluster/archive/v1.1.0.zip)
-* Use unpkg CDN: `https://unpkg.com/leaflet.markercluster@1.1.0/dist/`
+* [Download the `v1.2.0` release](https://github.com/Leaflet/Leaflet.markercluster/archive/v1.2.0.zip)
+* Use unpkg CDN: `https://unpkg.com/leaflet.markercluster@1.2.0/dist/`
 * Install with npm: `npm install leaflet.markercluster`
 
 In each case, use files in the `dist` folder:
diff --git a/bower.json b/bower.json
index 14f359d..b12bce3 100644
--- a/bower.json
+++ b/bower.json
@@ -1,6 +1,6 @@
 {
     "name": "leaflet.markercluster",
-    "version": "1.1.0",
+    "version": "1.2.0",
     "homepage": "https://github.com/Leaflet/Leaflet.markercluster",
     "authors": [
         "Dave Leaver <danzel at localhost.geek.nz>"
diff --git a/package.json b/package.json
index c1bde6d..46bd3fc 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
 {
 	"name": "leaflet.markercluster",
 	"repository": "https://github.com/Leaflet/Leaflet.markercluster",
-	"version": "1.1.0",
+	"version": "1.2.0",
 	"description": "Provides Beautiful Animated Marker Clustering functionality for Leaflet",
 	"devDependencies": {
 		"jshint": "~2.1.3",

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/leaflet-markercluster.git



More information about the Pkg-javascript-commits mailing list