-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Docs(CHANGELOG): comment next version 1.0.4
- Loading branch information
Showing
1 changed file
with
37 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
# Leaflet.MarkerCluster.LayerSupport Changelog | ||
|
||
|
||
## 1.0.4 (2017-05-13) for Leaflet 1.0 | ||
|
||
- Fix use of `addLayers`, `removeLayers` and therefore `chunkedLoading` option ([#8](https://github.com/ghybs/Leaflet.MarkerCluster.LayerSupport/issues/8)). | ||
- Add build script for README. | ||
- Move _gh-pages_ from `gh-pages` branch (deleted) to `master` branch's `/docs` folder. | ||
|
||
|
||
## 1.0.3 (2016-12-19) for Leaflet 1.0 | ||
|
||
- Fix duplicate UMD wrapper. | ||
|
||
|
||
## 1.0.2 (2016-11-24) for Leaflet 1.0 | ||
|
||
- Added build script, including a minified version of the plugin. | ||
- Improved UMD wrapper (fix [#7](https://github.com/ghybs/Leaflet.MarkerCluster.LayerSupport/issues/7)). | ||
- Published to npm. | ||
|
||
|
||
## 1.0.1 (2016-09-02) for Leaflet 1.0 | ||
|
||
Compatible with Leaflet 1.0.0 and Leaflet.markercluster 1.0.0 | ||
|
||
- Fix events when removing layers [#6](https://github.com/ghybs/Leaflet.MarkerCluster.LayerSupport/issues/6) | ||
|
||
|
||
## 0.1.0 (2016-09-02) for Leaflet 0.7 | ||
|
||
Compatible with Leaflet 0.7.x and Leaflet.markercluster 0.5.x. | ||
|
||
|
||
## 1.0.0 (2016-06-25) for Leaflet 1.0 | ||
|
||
First release |