[Pkg-javascript-commits] [leaflet-markercluster] 113/128: Bump for 1.0.3
Jonas Smedegaard
dr at jones.dk
Sun Apr 16 06:26:09 UTC 2017
This is an automated email from the git hooks/post-receive script.
js pushed a commit to branch master
in repository leaflet-markercluster.
commit 588765b7151adf18765f4beb16b5b0e1955eb394
Author: danzel <dave at smartrak.co.nz>
Date: Thu Feb 2 13:02:20 2017 +1300
Bump for 1.0.3
---
CHANGELOG.md | 12 +++++++++---
bower.json | 2 +-
package.json | 2 +-
3 files changed, 11 insertions(+), 5 deletions(-)
diff --git a/CHANGELOG.md b/CHANGELOG.md
index fad1245..45c58f7 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -3,11 +3,17 @@ Leaflet.markercluster
(all changes without author notice are by [@danzel](https://github.com/danzel))
-## 1.0.2 (2016-01-27)
+## 1.0.3 (2017-02-02)
+
+### Bugfixes
+
+ * Fix moving markers while the MarkerClusterGroup is not on the map [#753](https://github.com/Leaflet/Leaflet.markercluster/issues/753)
+
+## 1.0.2 (2017-01-27)
### Improvements
- * Support `layeradd` and `layerremove` events [#647](https://github.com/Leaflet/Leaflet.markercluster/issues/647)
+ * Support `layeradd` and `layerremove` events [#647](https://github.com/Leaflet/Leaflet.markercluster/issues/647)
### Bugfixes
@@ -17,7 +23,7 @@ Leaflet.markercluster
* If a marker is moved with an open popup on it, re-open the popup after moving it. [#651](https://github.com/Leaflet/Leaflet.markercluster/issues/651)
-## 1.0.1 (2016-01-25)
+## 1.0.1 (2017-01-25)
### Improvements
diff --git a/bower.json b/bower.json
index ce09677..a75a36f 100644
--- a/bower.json
+++ b/bower.json
@@ -1,6 +1,6 @@
{
"name": "leaflet.markercluster",
- "version": "1.0.2",
+ "version": "1.0.3",
"homepage": "https://github.com/Leaflet/Leaflet.markercluster",
"authors": [
"Dave Leaver <danzel at localhost.geek.nz>"
diff --git a/package.json b/package.json
index a63f5b0..675b13e 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
{
"name": "leaflet.markercluster",
"repository": "https://github.com/Leaflet/Leaflet.markercluster",
- "version": "1.0.2",
+ "version": "1.0.3",
"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