All notable changes to ClusterKit
project will be documented in this file.
0.4.1 - July 1, 2019
- Mapbox: 5.0 #75
0.4.0 - February 11, 2019
- Yandex Map: Thanks to @petropavel13 for the YandexMapKit integration.
0.3.5 - November 14, 2018
- Mapbox: 4.6
0.3.4 - June 4, 2018
- Mapbox: 4.0
0.3.3 - January 9, 2018
- Mapbox: 3.7
- CKClusterManager.m: recursion introduced by Mapbox 3.7
- GMSMapView+ClusterKit.m: Fix #31 Disappearing cluster while crossing the antimerdian.
- MKMapView+ClusterKit.m: Fix #31 Disappearing cluster while crossing the antimerdian.
0.3.2 - November 13, 2017
- CKCluster: Fix annotation membership.
0.3.1 - October 24, 2017
- CKClusterManager.m: Fix annotation selection.
0.3.0 - October 18, 2017
Breaking changes:
Your model do not need to adopt the
CKAnnotation
protocol anymore, onlyMKAnnotation
.For GoogleMaps: don't forget to update the
GMSMapView+ClusterKit
files.
- Issue #23: Fix flickering pin on MapKit when updating clusters. Identical clusters are no more replaced and the clusters animation have been improved to be performed by batch.
- Mapbox: ClusterKit is now compatible with Mapbox.
- CKAnnotation protocol: CKAnnotation is no more accurate since we don't replace identical clusters.
- CKCluster: Compute the cluster bounds. Add cluster comparison methods.
0.2.0 - July 24, 2017
- CKQuadTree.m: Drag and Drop support.
- CKClusterManager.m: Fix annotation selection/deselection.
0.1.3 - July 5, 2017
- CKCluster.m: Make the annotation array plubic.
- CKCluster.m: Fix empty cluster in annotation using
CKBottomCluster
.
0.1.2 - May 3, 2017
- Examples: Use geojson files as data set.
- CKQuadTree.m: Fix 180th meridian spanning.
0.1.1 - February 1, 2017
- README.md
- CKNonHierarchicalDistanceBasedAlgorithm.m: Fix cluster region on world bounds.
0.1.0 - January 18, 2017
First official release.