Skip to content

Commit aaf0aea

Browse files
author
Neel Mistry
committed
update podspec and changelog
1 parent 99741bd commit aaf0aea

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,20 @@ Mapbox welcomes participation and contributions from everyone.
44

55
## main
66

7+
## 10.0.0-beta.20 - May 20, 2021
8+
79
### Breaking changes ⚠️
810

11+
- Moved `.on()` from `BaseMapView` to `MapboxMap`. ([#339](https://github.com/mapbox/mapbox-maps-ios/pull/339))
12+
- `.on()` has now been replaced by `onNext(...) -> Cancelable` and `onEvery(...) -> Cancelable`.
913
- `StyleURI`, `PreferredFPS`, and `AnimationOwner` are now structs. ([#285](https://github.com/mapbox/mapbox-maps-ios/pull/285))
1014
- The `layout` and `paint` substructs for each layer are now merged into the root layer struct. ([#362](https://github.com/mapbox/mapbox-maps-ios/pull/362))
15+
- `GestureOptions` are owned by `GestureManager` directly. ([#343](https://github.com/mapbox/mapbox-maps-ios/pull/343))
16+
- `LocationOptions` are owned by `LocationManager` directly. ([#344](https://github.com/mapbox/mapbox-maps-ios/pull/344))
17+
- `MapCameraOptions` are owned by `mapView.camera` directly. ([#345](https://github.com/mapbox/mapbox-maps-ios/pull/345))
18+
- `RenderOptions` are owned by `BaseMapView` directly. ([#350](https://github.com/mapbox/mapbox-maps-ios/pull/350))
19+
- `AnnotationOptions` are owned by `AnnotationManager` directly. ([#351](https://github.com/mapbox/mapbox-maps-ios/pull/351))
20+
- `MapView` has been coalesced into `BaseMapView` and the resulting object is called `MapView`. ([#353](https://github.com/mapbox/mapbox-maps-ios/pull/353))
1121

1222
### Bug fixes 🐞
1323

MapboxMaps.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |m|
22

3-
maps_version = '10.0.0-beta.19.1'
3+
maps_version = '10.0.0-beta.20'
44

55
m.name = 'MapboxMaps'
66
m.version = maps_version

0 commit comments

Comments
 (0)