Skip to content

Releases: hulab/ClusterKit

0.5.0

29 Jul 10:16
Compare
Choose a tag to compare

Add Swift Package Manager Support #87

0.4.1

01 Jul 13:52
Compare
Choose a tag to compare

Updated

  • Mapbox: 5.0 #75

0.4.0

11 Feb 12:14
Compare
Choose a tag to compare

Added

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

0.3.5

14 Nov 10:19
Compare
Choose a tag to compare

Updated

  • Mapbox: 4.6

0.3.4

04 Jun 15:43
Compare
Choose a tag to compare

Updated

  • Mapbox: 4.0

0.3.3

09 Jan 09:10
Compare
Choose a tag to compare

0.3.2

13 Nov 10:48
Compare
Choose a tag to compare

0.3.1

24 Oct 14:28
Compare
Choose a tag to compare

0.3.0

18 Oct 18:40
Compare
Choose a tag to compare

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.

0.2.0

24 Jul 20:23
Compare
Choose a tag to compare