summaryrefslogtreecommitdiff
path: root/platform/ios/CHANGELOG.md
diff options
context:
space:
mode:
authorJason Wray <jason@mapbox.com>2018-10-24 14:26:46 -0400
committerJason Wray <jason@mapbox.com>2018-10-24 14:38:32 -0400
commit7def0888c450359890239a8bf0bcbe46f9d28f4f (patch)
tree7226836371ded065e9e1541208effe12075551ea /platform/ios/CHANGELOG.md
parent2d471da9ce77f2ac9a0e03c59cb19c75325240b8 (diff)
downloadqtlocation-mapboxgl-7def0888c450359890239a8bf0bcbe46f9d28f4f.tar.gz
[ios] Updates for 4.6.0-alpha.2 releaseios-v4.6.0-alpha.2
Diffstat (limited to 'platform/ios/CHANGELOG.md')
-rw-r--r--platform/ios/CHANGELOG.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/platform/ios/CHANGELOG.md b/platform/ios/CHANGELOG.md
index b9371a7339..21a548a955 100644
--- a/platform/ios/CHANGELOG.md
+++ b/platform/ios/CHANGELOG.md
@@ -4,7 +4,13 @@ Mapbox welcomes participation and contributions from everyone. Please read [CONT
## 4.6.0
+### Styles and rendering
+
* Added the ability to style symbol layers labels with multiple fonts and text sizes via the `format` expression operator. ([#12624](https://github.com/mapbox/mapbox-gl-native/pull/12624))
+
+### Offline maps
+
+* Added prioritization of user-interactive resource requests, over offline requests. ([#13019](https://github.com/mapbox/mapbox-gl-native/pull/13019))
* Added the `-[MGLOfflineStorage putResourceWithUrl:data:modified:expires:etag:mustRevalidate:]` method to allow pre-warming of the ambient cache. ([#13022](https://github.com/mapbox/mapbox-gl-native/pull/13022))
## 4.5.0 - October 10, 2018
@@ -18,6 +24,7 @@ Mapbox welcomes participation and contributions from everyone. Please read [CONT
* Fixed an issue where fill and line layers would occasionally flicker on zoom. ([#12982](https://github.com/mapbox/mapbox-gl-native/pull/12982))
### User location
+
* Added `-[MGLMapViewDelegate mapViewUserLocationAnchorPoint:]` to customize the position of the user location annotation. ([#12907](https://github.com/mapbox/mapbox-gl-native/pull/12907))
* Marked `MGLMapView.userLocationVerticalAlignment` as deprecated. Use `-[MGLMapViewDelegate mapViewUserLocationAnchorPoint:]` instead. ([#12907](https://github.com/mapbox/mapbox-gl-native/pull/12907))
* Added the `-[MGLMapView updateUserLocationAnnotationView]` and `-[MGLMapView updateUserLocationAnnotationViewAnimatedWithDuration:]` methods to update the position of the user location annotation between location updates. ([#12907](https://github.com/mapbox/mapbox-gl-native/pull/12907))