All Versions
14
Latest Version
Avg Release Cycle
99 days
Latest Release
178 days ago
Changelog History
Page 1
Changelog History
Page 1
-
v0.4.0
February 11, 2019➕ Added
- Yandex Map : Thanks to @petropavel13 for the YandexMapKit integration.
-
v0.3.5
November 14, 2018⚡️ Updated
- Mapbox : 4.6
-
v0.3.4
June 04, 2018⚡️ Updated
- Mapbox : 4.0
-
v0.3.2
November 13, 2017🛠 Fixed
- CKCluster: Fix annotation membership.
-
v0.3.1
October 24, 2017🛠 Fixed
- CKClusterManager.m: Fix annotation selection.
-
v0.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.
🛠 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.
- For GoogleMaps: don't forget to update the
-
v0.2.0
July 24, 2017➕ Added
- CKQuadTree.m: Drag and Drop support.
🛠 Fixed
- CKClusterManager.m: Fix annotation selection/deselection.