From 458cf753e30e543c1f95edc782a368cd3861505e Mon Sep 17 00:00:00 2001 From: dave Date: Wed, 22 Aug 2018 08:57:14 +1200 Subject: [PATCH] 1.4.0 --- CHANGELOG.md | 14 ++++++++++++++ README.md | 4 ++-- bower.json | 4 ++-- package.json | 4 ++-- 4 files changed, 20 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 193d49d..1c6db32 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,20 @@ Leaflet.markercluster (all changes without author notice are by [@danzel](https://github.com/danzel)) +## 1.4.0 (2018-08-22) + +Required leaflet version bumped to 1.3.1 + +### Improvements + + * Tests run against leaflet 1.1.0+ [#863](https://github.com/Leaflet/Leaflet.markercluster/issues/863) + +### Bugfixes + + * Fix clearLayers not removing removed markers [#860](https://github.com/Leaflet/Leaflet.markercluster/issues/860) + * Remember opacity 0 correctly (by [@r-yanyo](https://github.com/r-yanyo)) [#890](https://github.com/Leaflet/Leaflet.markercluster/pull/890) + * Fix chunkedLoading LatLngBounds.intersects() (by [@boldtrn](https://github.com/boldtrn)) [#743](https://github.com/Leaflet/Leaflet.markercluster/issues/743) [#891](https://github.com/Leaflet/Leaflet.markercluster/pull/891) + ## 1.3.0 (2018-01-19) ### Improvements diff --git a/README.md b/README.md index 36e7085..04149ba 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.3.0` release](https://github.com/Leaflet/Leaflet.markercluster/archive/v1.3.0.zip) -* Use unpkg CDN: `https://unpkg.com/leaflet.markercluster@1.3.0/dist/` +* [Download the `v1.4.0` release](https://github.com/Leaflet/Leaflet.markercluster/archive/v1.4.0.zip) +* Use unpkg CDN: `https://unpkg.com/leaflet.markercluster@1.4.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 c19b404..d254c34 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "leaflet.markercluster", - "version": "1.3.0", + "version": "1.4.0", "homepage": "https://github.com/Leaflet/Leaflet.markercluster", "authors": [ "Dave Leaver " @@ -22,6 +22,6 @@ "tests" ], "dependencies": { - "leaflet": ">= 1.0.3" + "leaflet": ">= 1.3.1" } } \ No newline at end of file diff --git a/package.json b/package.json index c9fc1df..eba8301 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "leaflet.markercluster", "repository": "https://github.com/Leaflet/Leaflet.markercluster", - "version": "1.3.0", + "version": "1.4.0", "description": "Provides Beautiful Animated Marker Clustering functionality for Leaflet", "devDependencies": { "git-rev-sync": "^1.8.0", @@ -16,7 +16,7 @@ "karma-phantomjs-launcher": "^1.0.4", "karma-rollup-plugin": "^0.2.4", "karma-safari-launcher": "^1.0.0", - "leaflet": "^1.0.3", + "leaflet": "^1.3.1", "mocha": "~1.10.0", "phantomjs-prebuilt": "^2.1.14", "rollup": "^0.41.4",