[Pkg-javascript-commits] [leaflet-markercluster] 10/31: Bump for 1.0.5
Jonas Smedegaard
dr at jones.dk
Sun Oct 22 17:29:29 UTC 2017
This is an automated email from the git hooks/post-receive script.
js pushed a commit to annotated tag upstream/1.1.0_dfsg
in repository leaflet-markercluster.
commit e9cc1e29f371b5f84d6233cb08805cccbd310b03
Author: danzel <dave at smartrak.co.nz>
Date: Wed Apr 26 10:07:26 2017 +1200
Bump for 1.0.5
---
CHANGELOG.md | 10 ++++++++++
README.md | 4 ++--
bower.json | 2 +-
package.json | 2 +-
4 files changed, 14 insertions(+), 4 deletions(-)
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 743bf02..377da45 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -3,6 +3,16 @@ Leaflet.markercluster
(all changes without author notice are by [@danzel](https://github.com/danzel))
+## 1.0.5 (2017-04-26)
+
+### Improvements
+
+ * Allow passing fitBounds options to zoomToBounds (by [@timkelty](https://github.com/timkelty)) [#779](https://github.com/Leaflet/Leaflet.markercluster/pull/779)
+
+### Bugfixes
+
+ * Fixed bug where disableClusteringAtZoom being 0 is treated the same as null (by [@MrCheeze](https://github.com/MrCheeze)) [#773](https://github.com/Leaflet/Leaflet.markercluster/pull/773)
+
## 1.0.4 (2017-03-14)
### Bugfixes
diff --git a/README.md b/README.md
index d3baba2..e1da483 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.0.4` release](https://github.com/Leaflet/Leaflet.markercluster/archive/v1.0.4.zip)
-* Use unpkg CDN: `https://unpkg.com/leaflet.markercluster@1.0.4/dist/`
+* [Download the `v1.0.5` release](https://github.com/Leaflet/Leaflet.markercluster/archive/v1.0.5.zip)
+* Use unpkg CDN: `https://unpkg.com/leaflet.markercluster@1.0.5/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 3646520..45d4a55 100644
--- a/bower.json
+++ b/bower.json
@@ -1,6 +1,6 @@
{
"name": "leaflet.markercluster",
- "version": "1.0.4",
+ "version": "1.0.5",
"homepage": "https://github.com/Leaflet/Leaflet.markercluster",
"authors": [
"Dave Leaver <danzel at localhost.geek.nz>"
diff --git a/package.json b/package.json
index 6048d9d..6b178c5 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
{
"name": "leaflet.markercluster",
"repository": "https://github.com/Leaflet/Leaflet.markercluster",
- "version": "1.0.4",
+ "version": "1.0.5",
"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