|
1 | | -## Breaking changes ⚠️ |
2 | | -* Updates Turf to v2.0.0-alpha.3 ([#133](https://github.com/mapbox/mapbox-maps-ios/pull/133)) |
3 | | - |
4 | | - |
5 | | -## Features ✨ and improvements 🏁 |
6 | | -* Added SwiftUI example. ([#78](https://github.com/mapbox/mapbox-maps-ios/pull/78)) |
7 | | -* Allow a developer to synchronously update a layer with one API call -- no longer have to retrieve and re-add a layer. ([#85](https://github.com/mapbox/mapbox-maps-ios/pull/85)) |
8 | | -* MapboxMaps can now be built and tested using Swift Package Manager ([#125](https://github.com/mapbox/mapbox-maps-ios/pull/125)) |
9 | | - |
10 | | - |
11 | | -## Bug fixes 🐞 |
12 | | -* Prevent pitch and zoom from exceeding limits. Also updates default maximum pitch to 85 degrees. ([#103](https://github.com/mapbox/mapbox-maps-ios/pull/103)) |
13 | | -* Fixed an issue where quick zoom did not work at higher zoom levels. Also made the duration argument of the setCamera methods non-optional with default of 0. ([#109](https://github.com/mapbox/mapbox-maps-ios/pull/109)) |
14 | | -* Breaking: GestureManager.delegate is now weak ([#134](https://github.com/mapbox/mapbox-maps-ios/pull/134)) |
15 | | -* Camera Pan Fix ([#120](https://github.com/mapbox/mapbox-maps-ios/pull/120)) |
16 | | - |
17 | | - |
18 | | -## Skipped (no entry needed) |
19 | | -* Enable code coverage for Device Farm ([#67](https://github.com/mapbox/mapbox-maps-ios/pull/67)) |
20 | | -* Revert Examples scheme change from #125 ([#129](https://github.com/mapbox/mapbox-maps-ios/pull/129)) |
21 | | -* [CI] Script fixes ([#131](https://github.com/mapbox/mapbox-maps-ios/pull/131)) |
22 | | -* Upload code coverage ([#110](https://github.com/mapbox/mapbox-maps-ios/pull/110)) |
23 | | -* [scripts] Introduce packaging scripts to support binary distribution ([#124](https://github.com/mapbox/mapbox-maps-ios/pull/124)) |
24 | | -* Add script to select higher version of Xcode. ([#135](https://github.com/mapbox/mapbox-maps-ios/pull/135)) |
25 | | - |
| 1 | +# Changelog for Mapbox Maps SDK v10 for iOS |
26 | 2 |
|
27 | | -## UNCATEGORIZED |
28 | | -* Update Mapbox Common to v10.0.0-beta.11 and MapboxCoreMaps to v10.0.0-beta.15. ([#111](https://github.com/mapbox/mapbox-maps-ios/pull/111)) |
29 | | -* Enable Warnings As Errors ([#116](https://github.com/mapbox/mapbox-maps-ios/pull/116)) |
30 | | -* [cleanup] Delete unused MapViewController file ([#121](https://github.com/mapbox/mapbox-maps-ios/pull/121)) |
31 | | -* Consumption of MapboxMaps via Cocoapods will now build from source ([#118](https://github.com/mapbox/mapbox-maps-ios/pull/118)) |
32 | | -* [Example] Adds a "tracking mode" example ([#102](https://github.com/mapbox/mapbox-maps-ios/pull/102)) |
33 | | -* Update and document Tracking Mode Example ([#132](https://github.com/mapbox/mapbox-maps-ios/pull/132)) |
34 | | -* [build] Update automation for new package scripts ([#137](https://github.com/mapbox/mapbox-maps-ios/pull/137)) |
| 3 | +Mapbox welcomes participation and contributions from everyone. |
35 | 4 |
|
| 5 | +# 10.0.0-beta.15 - March 4, 2021 |
36 | 6 |
|
37 | | -# Changelog for Mapbox Maps SDK v10 for iOS |
| 7 | +## Breaking changes ⚠️ |
| 8 | +* Updates MapboxCoreMaps to v10.0.0.beta.16 and MapboxCommon to v10.0.0-beta.12 ([#152](https://github.com/mapbox/mapbox-maps-ios/pull/152)) |
38 | 9 |
|
39 | | -Mapbox welcomes participation and contributions from everyone. |
| 10 | +## Features ✨ and improvements 🏁 |
| 11 | +* Maps SDK now supports a static bundle via direct download ([#149](https://github.com/mapbox/mapbox-maps-ios/pull/149)) |
40 | 12 |
|
41 | 13 | # 10.0.0-beta.14 - February 24, 2021 |
42 | 14 |
|
|
0 commit comments