Skip to content
This repository was archived by the owner on Aug 8, 2023. It is now read-only.

Commit f2c9f2b

Browse files
author
Asheem Mamoowala
committed
[ios][macos][node][android] Updated documentation and Changelogs for #9821
1 parent bd15e27 commit f2c9f2b

File tree

5 files changed

+14
-1
lines changed

5 files changed

+14
-1
lines changed

platform/android/CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ Mapbox welcomes participation and contributions from everyone. If you'd like to
55
## 5.2.0 - TBA
66

77
* Add support for ImageSource [#9110](https://github.com/mapbox/mapbox-gl-native/pull/9110)
8+
* Increased the default maximum zoom level from 20 to 22. ([#9835](https://github.com/mapbox/mapbox-gl-native/pull/9835))
89
* TBA
910

1011
## 5.1.3 - August 18, 2017

platform/ios/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@ Mapbox welcomes participation and contributions from everyone. Please read [CONT
1010
* The previously-deprecated support for style classes has been removed. For interface compatibility, the API methods remain, but they are now non-functional.
1111
* Added an `overlays` property to `MGLMapView`. ([#8617](https://github.com/mapbox/mapbox-gl-native/pull/8617))
1212

13+
### Other changes
14+
15+
* Increased the default maximum zoom level from 20 to 22. ([#9835](https://github.com/mapbox/mapbox-gl-native/pull/9835))
16+
1317
## 3.6.0
1418

1519
### Packaging

platform/ios/src/MGLMapView.h

+2-1
Original file line numberDiff line numberDiff line change
@@ -597,7 +597,8 @@ MGL_EXPORT IB_DESIGNABLE
597597
* If the value of this property is smaller than that of the
598598
* minimumZoomLevel property, the behavior is undefined.
599599
*
600-
* The default maximumZoomLevel is 20.
600+
* The default maximumZoomLevel is 22. The upper bound for this property
601+
* is 25.5.
601602
*/
602603
@property (nonatomic) double maximumZoomLevel;
603604

platform/macos/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@
88
* The previously-deprecated support for style classes has been removed. For interface compatibility, the API methods remain, but they are now non-functional.
99
* Added an `overlays` property to `MGLMapView`. ([#8617](https://github.com/mapbox/mapbox-gl-native/pull/8617))
1010

11+
### Other changes
12+
13+
* Increased the default maximum zoom level from 20 to 22. ([#9835](https://github.com/mapbox/mapbox-gl-native/pull/9835))
14+
1115
## 0.5.0
1216

1317
This version of the Mapbox macOS SDK corresponds to version 3.6.0 of the Mapbox iOS SDK.

platform/node/CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# master
2+
* Increased the default maximum zoom level from 20 to 22 ([#9835](https://github.com/mapbox/mapbox-gl-native/pull/9835))
3+
14
# 3.5.5 - July 14, 2017
25
- Provide debuggable release builds for node packages [#9497](https://github.com/mapbox/mapbox-gl-native/pull/9497)
36

0 commit comments

Comments
 (0)