Skip to content

Tags: applidium/ADClusterMapView

Tags

v1.5.0

Toggle v1.5.0's commit message
1.5.0 (24 November 2016)

Miscellaneous:

  - Some code optimization regarding the way we first add and cluster annotations

v1.4.0

Toggle v1.4.0's commit message
1.4.0 (19 October 2016)

Features:

  - Added nullability annotations for better Swift support
  - Added missing items typing in collections

Miscellaneous:

  - Slightly reduced header imports
  - Small code readability improvements

v1.3.0

Toggle v1.3.0's commit message
1.3.0 (20 September 2016)

Features:

  - User can select a single annotation using MKMapView `selectAnnotation:animated:` method

Bugfixes:

  - Fix a crash when ADClusterMapView `clusterAnnotationForOriginalAnnotation:` method was called

v1.2.0

Toggle v1.2.0's commit message
1.2.0 (29 June 2016)

Features:

  - Improved annotations management

Bugfixes:

  - Fix clustered annotation refreshing issue
  - Fix displayed annotation on top left corner of map view

Miscellaneous:

  - Some coding style improvements
  - Slight code clean up

v1.1.1

Toggle v1.1.1's commit message
1.1.1 (17 June 2016)

Bugfixes:

  - Fix potential crash when forwarding selectors
    - Secondary delegate is now weak to prevent retain cycles

v1.1.0

Toggle v1.1.0's commit message
[CHANGELOG] Bump version to 1.1.0

v1.0.3

Toggle v1.0.3's commit message
Update CHANGELOG for the 1.0.3 release

v1.0.2

Toggle v1.0.2's commit message
Merge pull request #17 from xfyre/master

Enable handling of custom MKUserLocation annotation

v1.0.1

Toggle v1.0.1's commit message
Fix annotation selection

v1.0.0

Toggle v1.0.0's commit message
Initial import