All Versions
14
Latest Version
Avg Release Cycle
99 days
Latest Release
1359 days ago

Changelog History
Page 1

  • v0.5.0 Changes

    July 29, 2020

    ➕ Add Swift Package Manager Support #87

  • v0.4.1 Changes

    July 01, 2019

    ⚡️ Updated

    • Mapbox : 5.0 #75
  • v0.4.0 Changes

    February 11, 2019

    ➕ Added

    • Yandex Map : Thanks to @petropavel13 for the YandexMapKit integration.
  • v0.3.5 Changes

    November 14, 2018

    ⚡️ Updated

    • Mapbox : 4.6
  • v0.3.4 Changes

    June 04, 2018

    ⚡️ Updated

    • Mapbox : 4.0
  • v0.3.3 Changes

    January 09, 2018

    ⚡️ Updated

    • Mapbox: 3.7

    🛠 Fixed

    • 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.
  • v0.3.2 Changes

    November 13, 2017

    🛠 Fixed

    • CKCluster: Fix annotation membership.
  • v0.3.1 Changes

    October 24, 2017

    🛠 Fixed

    • CKClusterManager.m: Fix annotation selection.
  • v0.3.0 Changes

    October 18, 2017

    💥 > 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.
  • v0.2.0 Changes

    July 24, 2017

    ➕ Added

    • CKQuadTree.m: Drag and Drop support.

    🛠 Fixed

    • CKClusterManager.m: Fix annotation selection/deselection.