Skip to content

Commit c86dfce

Browse files
Update changelog
1 parent c03aca1 commit c86dfce

File tree

1 file changed

+15
-11
lines changed

1 file changed

+15
-11
lines changed

CHANGELOG.md

Lines changed: 15 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,20 @@
22

33
Mapbox welcomes participation and contributions from everyone.
44

5+
6+
## 10.0.0-beta.18.1 - April 28, 2021
7+
8+
### Breaking changes ⚠️
9+
10+
- #### Camera Animations
11+
* A new `CameraTransition` struct has been introduced to allow better control on the "from" and "to" values of a camera animation ([#282](https://github.com/mapbox/mapbox-maps-ios/pull/282))
12+
* A mutable version of the `CameraTransition` struct is passed into every animation block.
13+
* Animations can only be constructor injected into `CameraAnimator` as part of the `makeAnimator*` methods on `mapView.camera`.
14+
* The `makeCameraAnimator*` methods have been renamed to `makeAnimator*` methods
15+
16+
- #### Gestures
17+
- Gestures now directly call `__map.setCamera()` instead of using CoreAnimation
18+
519
## 10.0.0-beta.18 - April 23, 2021
620

721
### Breaking changes ⚠️
@@ -22,17 +36,7 @@ Mapbox welcomes participation and contributions from everyone.
2236
* The setter for `BaseMapView.__map` is now private
2337
* `Snapshotter` no longer conforms to `Observer`, and the method it required is now internal.
2438
* The `BaseMapView.__map` property has been moved to `BaseMapView.mapboxMap.__map`. ([#280](https://github.com/mapbox/mapbox-maps-ios/pull/280))
25-
* A `CameraOptions` struct has been introduced. This shadows the class of the same name from MapboxCoreMaps and. This avoids unintended sharing and better reflects the intended value semantics of the `CameraOptions` concept. ([#284](https://github.com/mapbox/mapbox-maps-ios/pull/284))
26-
27-
#### Camera Animations
28-
* A new `CameraTransition` struct has been introduced to allow better control on the "from" and "to" values of a camera animation ([#282](https://github.com/mapbox/mapbox-maps-ios/pull/282))
29-
* A mutable version of the `CameraTransition` struct is passed into every animation block.
30-
* Animations can only be constructor injected into `CameraAnimator` as part of the `makeAnimator*` methods on `mapView.camera`.
31-
* The `makeCameraAnimator*` methods have been renamed to `makeAnimator*` methods
32-
33-
#### Gestures
34-
- Gestures now directly call `__map.setCamera()` instead of using CoreAnimation
35-
39+
* A `CameraOptions` struct has been introduced. This shadows the class of the same name from MapboxCoreMaps and. This avoids unintended sharing and better reflects the intended value semantics of the `CameraOptions` concept. ([#284](https://github.com/mapbox/mapbox-maps-ios/pull/284))
3640

3741
- #### Dependencies
3842
* Updated dependencies to MapboxCoreMaps 10.0.0-beta.20 and MapboxCommon 11.0.1

0 commit comments

Comments
 (0)