[Pkg-javascript-commits] [leaflet-markercluster] 29/31: 1.1.0
Jonas Smedegaard
dr at jones.dk
Sun Oct 22 17:29:31 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 f175a7cc31322a194ecafc28bbf4fcfe953c476e
Author: danzel <danzel at localhost.geek.nz>
Date: Sun Aug 27 15:04:39 2017 +1200
1.1.0
---
CHANGELOG.md | 6 ++++++
README.md | 4 ++--
bower.json | 2 +-
package.json | 2 +-
4 files changed, 10 insertions(+), 4 deletions(-)
diff --git a/CHANGELOG.md b/CHANGELOG.md
index c649134..2c5fd2a 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -3,6 +3,12 @@ Leaflet.markercluster
(all changes without author notice are by [@danzel](https://github.com/danzel))
+## 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))
+
## 1.0.6 (2017-06-19)
### Bugfixes
diff --git a/README.md b/README.md
index 0cd0a9b..0413660 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.6` release](https://github.com/Leaflet/Leaflet.markercluster/archive/v1.0.6.zip)
-* Use unpkg CDN: `https://unpkg.com/leaflet.markercluster@1.0.6/dist/`
+* [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/`
* 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 392b47c..14f359d 100644
--- a/bower.json
+++ b/bower.json
@@ -1,6 +1,6 @@
{
"name": "leaflet.markercluster",
- "version": "1.0.6",
+ "version": "1.1.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 e2687ba..c1bde6d 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
{
"name": "leaflet.markercluster",
"repository": "https://github.com/Leaflet/Leaflet.markercluster",
- "version": "1.0.6",
+ "version": "1.1.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