From 87fa14655e77d42b80972a6cfb8d1c07f917afcf Mon Sep 17 00:00:00 2001 From: Jason Wray Date: Fri, 21 Jun 2019 17:08:43 -0700 Subject: [ios] Move changelog to 5.2.0 --- platform/ios/CHANGELOG.md | 17 +++++++---------- 1 file 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). -- cgit v1.2.1