summaryrefslogtreecommitdiff
path: root/platform/ios/CHANGELOG.md
diff options
context:
space:
mode:
authorLloyd Sheng <i@lloydsheng.com>2019-01-30 15:39:29 +0800
committerGitHub <noreply@github.com>2019-01-30 15:39:29 +0800
commite22d28c285c1543ebbf75d205f0129e74b0fbb8a (patch)
tree09e5ebae51df26d3e68cb8f0f95ff0296673b808 /platform/ios/CHANGELOG.md
parent44fbba8514554dd05a0d8abc3f33f21840a73033 (diff)
downloadqtlocation-mapboxgl-e22d28c285c1543ebbf75d205f0129e74b0fbb8a.tar.gz
[ios] Enable customize positions of mapview ornaments (#13556)
* APIs for customize positions of ornaments * Adopt anchors layout * Remove iOS8 layout code
Diffstat (limited to 'platform/ios/CHANGELOG.md')
-rw-r--r--platform/ios/CHANGELOG.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/platform/ios/CHANGELOG.md b/platform/ios/CHANGELOG.md
index 39d28c2b66..7974598ce8 100644
--- a/platform/ios/CHANGELOG.md
+++ b/platform/ios/CHANGELOG.md
@@ -55,6 +55,10 @@ Mapbox welcomes participation and contributions from everyone. Please read [CONT
* `MGLMapSnapshotter` now respects the `MGLIdeographicFontFamilyName` key in Info.plist, which reduces bandwidth consumption when snapshotting regions that contain Chinese or Japanese characters. ([#13427](https://github.com/mapbox/mapbox-gl-native/pull/13427))
* Fixed a sporadic crash when using `MGLMapSnapshotter`. ([#13300](https://github.com/mapbox/mapbox-gl-native/pull/13300))
+### User interaction
+
+* Added options to customize position of scale bar, compass, logo and attribution. ([#13556](https://github.com/mapbox/mapbox-gl-native/pull/13556))
+
### Other changes
* Modified the behavior of the map view so that programmatic camera transitions can no longer be interrupted by user interaction when `MGLMapView.zoomEnabled`, `MGLMapView.rotateEnabled`, `MGLMapView.scrollEnabled`, and `MGLMapView.pitchEnabled` are set to false. ([#13362](https://github.com/mapbox/mapbox-gl-native/pull/13362))