Skip to content

Latest commit

 

History

History
38 lines (21 loc) · 1.86 KB

CHANGELOG.md

File metadata and controls

38 lines (21 loc) · 1.86 KB

Leaflet.MarkerCluster.Freezable Changelog

1.0.0 (2017-10-27) for Leaflet 1.0 + MCG >= 1.0.4

Compatible with Leaflet >= 1.0.0 and Leaflet.markercluster >= 1.0.4

Breaking changes:

  • Fix compatibility issue with MCG >= 1.0.4; previously non-clustered markers disappear when clusters split #5

Fixes:

Docs:

  • Refactor demo page so that it can load selected versions of Leaflet, MCG and MCG.Freezable, as well as locally built dist version, therefore obsoleting the debug pages.
  • Move gh-pages branch to docs/ folder, so that online demo pages are easier to maintain #9
  • Use a build script for README, so that versions are automatically updated #8

0.1.1 (2016-10-26) for Leaflet 1.0 + MCG 1.0.0-1.0.3 and Leaflet 0.7.x + MCG 0.5.x

First release

Compatible with both combinations:

  • Leaflet >= 1.0.0 + Leaflet.markercluster 1.0.0-1.0.3
  • Leaflet legacy (0.7.x) + Leaflet.markercluster legacy (0.5.x)

Fixes:

  • Check compatibility with Leaflet 1.0 and MCG 1.0 #3
  • Use proper UMD wrapper #2
  • Dynamically added markers always appear clustered #1