ClusterKit v0.3.0 Release Notes

Release Date: 2017-10-18 // over 6 years ago
  • ๐Ÿ’ฅ > Breaking changes:

    ๐Ÿ’… > + Your model do not need to adopt the CKAnnotation protocol anymore, only MKAnnotation.

    • For GoogleMaps: don't forget to update the GMSMapView+ClusterKit files.

    ๐Ÿ›  Fixed

    • 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.

    โž• Added

    • Mapbox: ClusterKit is now compatible with Mapbox.

    โœ‚ Removed

    • CKAnnotation protocol: CKAnnotation is no more accurate since we don't replace identical clusters.

    โšก๏ธ Updated

    • CKCluster: Compute the cluster bounds. Add cluster comparison methods.