Skip to content

Commit 573f992

Browse files
OdNairygithub-actions[bot]
authored andcommitted
[maps-ios] Fix typos in Changelog (#3687)
GitOrigin-RevId: 26be00d2027c6fe355b0f8533305221255e4f255
1 parent 9cdcc18 commit 573f992

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

CHANGELOG.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Mapbox welcomes participation and contributions from everyone.
55
## main
66

77
* Expose new experimental properties: `CircleLayer.circleElevationReference`, `FillLayer.fillConstructBridgeGuardRail`, `FillLayer.fillBridgeGuardRailColor`, `FillLayer.fillTunnelStructureColor`.
8-
* Expose new `showLandmarkIcons` property in `MapStyle.standerd`.
8+
* Expose new `showLandmarkIcons` property in `MapStyle.standard`.
99

1010
## 11.12.0-rc.1 - 23 April, 2025
1111

@@ -51,12 +51,12 @@ mapView.mapboxMap.setMapStyleContent {
5151
ColorTheme(base64: "base64EncodedImage") // or use an uiimage shortcut ColorTheme(uiimage: lutImage)
5252
}
5353
```
54-
Note: Each style can have only one `ColorTheme`. Setting a new theme overwrites the previous one. Further details can be fouund in documentation for `ColorTheme`
54+
Note: Each style can have only one `ColorTheme`. Setting a new theme overwrites the previous one. Further details can be found in documentation for `ColorTheme`
5555
* Promote `ClipLayer.clipLayerTypes` and `ClipLayer.clipLayerScope` to stable.
5656
* Remove experimental `DirectionalLight.shadowQuality`.
5757
* Add experimental `ViewAnnotationManager.viewAnnotationAvoidLayers` for specifying layers that view annotations should avoid. The API currently only supports line layers.
5858
* Add support for the `maxOverscaleFactorForParentTiles` property in `CustomRasterSource` and `CustomGeometrySource`, allowing greater control over tile overscaling behavior when rendering custom raster tiles.
59-
* Add support for experimental *-use-theme propert that allow to override the color theme set on the Map. This is experimental and have several limitations - currently expressions are not supported. Color properties in Lights, Rain, Snow are not supported. *-use-theme for layer applied only after zoom level change.
59+
* Add support for experimental *-use-theme property that allow to override the color theme set on the Map. This is experimental and have several limitations - currently expressions are not supported. Color properties in Lights, Rain, Snow are not supported. *-use-theme for layer applied only after zoom level change.
6060
* Update CoreMaps to 11.10.0-rc.1 and Common to 24.10.0-rc.1.
6161

6262
## 11.10.0-beta.1 - 20 January, 2025
@@ -111,7 +111,7 @@ Use this property to define view annotation sort order.
111111
* Mark `symbolElevationReference`, `symbolZOffset`, `lineTrimColor `, `lineTrimFadeRange`, `lineZOffset` as Experimental in AnnotationManagers. This is potentially breaking change, however those properties are not marked as experimental only in AnnotationManagers by mistake.
112112
In order to continue use them use the following import `@_spi(Experimental) import MapboxMaps`.
113113

114-
* Add two separete Geofence examples in SwiftUI - `GeofencingPlayground` and `GeofencingUserLocation`
114+
* Add two separate Geofence examples in SwiftUI - `GeofencingPlayground` and `GeofencingUserLocation`
115115
* Add support for Base and Height alignment in FillExtrusionLayer.
116116
* Add support for `pitchAlignment` in BackgroundLayer.
117117
* Add support for `zOffset` in FillLayer, PolygonAnnotation[Manager] and PolygonAnnotationGroup.

0 commit comments

Comments
 (0)