You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+15-11Lines changed: 15 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,20 @@
2
2
3
3
Mapbox welcomes participation and contributions from everyone.
4
4
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
+
5
19
## 10.0.0-beta.18 - April 23, 2021
6
20
7
21
### Breaking changes ⚠️
@@ -22,17 +36,7 @@ Mapbox welcomes participation and contributions from everyone.
22
36
* The setter for `BaseMapView.__map` is now private
23
37
*`Snapshotter` no longer conforms to `Observer`, and the method it required is now internal.
24
38
* 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))
36
40
37
41
-#### Dependencies
38
42
* Updated dependencies to MapboxCoreMaps 10.0.0-beta.20 and MapboxCommon 11.0.1
0 commit comments