summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason Wray <jason@mapbox.com>2019-06-21 17:08:43 -0700
committerJason Wray <jason@mapbox.com>2019-06-21 17:09:30 -0700
commit87fa14655e77d42b80972a6cfb8d1c07f917afcf (patch)
treeabfc962ca157f58b19f9c3b12ae58c492067c381
parentb9a7063e74b953bcc192de9119cddcab161482c5 (diff)
downloadqtlocation-mapboxgl-upstream/1ec5-animation-completion-5839.tar.gz
[ios] Move changelog to 5.2.0upstream/1ec5-animation-completion-5839
-rw-r--r--platform/ios/CHANGELOG.md17
1 files changed, 7 insertions, 10 deletions
diff --git a/platform/ios/CHANGELOG.md b/platform/ios/CHANGELOG.md
index 97e6202c8d..ec4aa42cc3 100644
--- a/platform/ios/CHANGELOG.md
+++ b/platform/ios/CHANGELOG.md
@@ -5,6 +5,13 @@ Mapbox welcomes participation and contributions from everyone. Please read [CONT
## 5.2.0
* Fixed an issue where the two-finger tilt gesture would continue after lifting one finger. ([#14969](https://github.com/mapbox/mapbox-gl-native/pull/14969))
+* Added variants of several animated `MGLMapView` methods that accept completion handlers ([#14381](https://github.com/mapbox/mapbox-gl-native/pull/14381)):
+ * `-[MGLMapView setVisibleCoordinateBounds:edgePadding:animated:completionHandler:]`
+ * `-[MGLMapView setContentInset:animated:completionHandler:]`
+ * `-[MGLMapView setUserTrackingMode:animated:completionHandler:]`
+ * `-[MGLMapView setTargetCoordinate:animated:completionHandler:]`
+ * `-[MGLMapView showAnnotations:edgePadding:animated:completionHandler:]`
+ * `-[MGLMapView selectAnnotation:animated:completionHandler:]`
## 5.1.0 - June 19, 2019
@@ -22,16 +29,6 @@ Mapbox welcomes participation and contributions from everyone. Please read [CONT
* The `-[MGLMapView setCamera:withDuration:animationTimingFunction:edgePadding:completionHandler:]` method now adds the current value of the `MGLMapView.contentInset` property to the `edgePadding` parameter. ([#14813](https://github.com/mapbox/mapbox-gl-native/pull/14813))
* Fixed a feature querying bug caused by incorrect sort feature index calculation. ([#14884](https://github.com/mapbox/mapbox-gl-native/pull/14884))
-### Other changes
-
-* Added variants of several animated `MGLMapView` methods that accept completion handlers ([#14381](https://github.com/mapbox/mapbox-gl-native/pull/14381)):
- * `-[MGLMapView setVisibleCoordinateBounds:edgePadding:animated:completionHandler:]`
- * `-[MGLMapView setContentInset:animated:completionHandler:]`
- * `-[MGLMapView setUserTrackingMode:animated:completionHandler:]`
- * `-[MGLMapView setTargetCoordinate:animated:completionHandler:]`
- * `-[MGLMapView showAnnotations:edgePadding:animated:completionHandler:]`
- * `-[MGLMapView selectAnnotation:animated:completionHandler:]`
-
## 5.0.0 - May 22, 2019
This release improves how monthly active users are counted. By upgrading to this release, you are opting into the changes outlined in [this blog post](https://www.mapbox.com/52219) and [#14421](https://github.com/mapbox/mapbox-gl-native/pull/14421).