Skip to content

Commit 497be4e

Browse files
[manual] Updated changelog since v10.0.0-beta.13.1
1 parent d0f07cf commit 497be4e

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,22 @@
22

33
Mapbox welcomes participation and contributions from everyone.
44

5+
# 10.0.0-beta.14 - February 24, 2021
6+
7+
## Breaking changes ⚠️
8+
* Updates Turf to v2.0.0-alpha.3 ([#133](https://github.com/mapbox/mapbox-maps-ios/pull/133))
9+
10+
## Features ✨ and improvements 🏁
11+
* Added SwiftUI example. ([#78](https://github.com/mapbox/mapbox-maps-ios/pull/78))
12+
* 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))
13+
* MapboxMaps can now be built and tested using Swift Package Manager ([#125](https://github.com/mapbox/mapbox-maps-ios/pull/125))
14+
15+
## Bug fixes 🐞
16+
* 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))
17+
* 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))
18+
* GestureManager.delegate is now weak ([#134](https://github.com/mapbox/mapbox-maps-ios/pull/134))
19+
* Using heuristic to provide pan drift when the map is pitched ([#120](https://github.com/mapbox/mapbox-maps-ios/pull/120))
20+
521
# 10.0.0-beta.13 - February 12, 2021
622

723
## Breaking changes ⚠️

0 commit comments

Comments
 (0)