Skip to content

Commit

Permalink
Prepare v11.1.0-beta.1 (#1953)
Browse files Browse the repository at this point in the history
* Update changelog

* Bump version
  • Loading branch information
evil159 authored Dec 19, 2023
1 parent 920fcac commit 58aa4f2
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 8 deletions.
7 changes: 4 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,18 @@ Mapbox welcomes participation and contributions from everyone.

## main

## 11.1.0-beta.1 - 19 December, 2023

⚠️⚠️⚠️ Known Issues ⚠️⚠️⚠️

* `RasterArraySource.rasterLayers` is always `nil` for any source.
Workaround: use `MapboxMap.sourceProperty(for:property:).value` to fetch a value of `RasterArraySource.rasterLayers`.

* Delete several examples as redundant from Examples app
* Expose `MapboxMap.coordinate(s)Info(for:)` publicly.
* Expose method to get coordinate info for point(s): `MapboxMap.coordinateInfo(for:)` and `MapboxMap.coordinatesInfo(for:)`.
* [SwiftUI] Expose `Map.gestureHandlers()` for handling Map gesture events.
* Update MapboxCoreMaps to v11.1.0-beta.1 and MapboxCommon to v24.1.0-beta.2
* Introduce experimental `RasterArraySource`, along with `RasterLayer.rasterArrayBand`.
* Introduce `-emissiveStrength` attribute for `FillExtrusionLayer`, `HillShadeLayer` and `RasterLayer`.
* Update MapboxCoreMaps to v11.1.0-beta.1 and MapboxCommon to v24.1.0-beta.2

## 11.0.0 - 29 November, 2023

Expand Down
2 changes: 1 addition & 1 deletion LICENSE.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion MapboxMaps.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |m|

maps_version = '11.0.0'
maps_version = '11.1.0-beta.1'

m.name = 'MapboxMaps'
m.version = maps_version
Expand Down
4 changes: 2 additions & 2 deletions Sources/MapboxMaps/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
<key>CFBundlePackageType</key>
<string>$(PRODUCT_BUNDLE_PACKAGE_TYPE)</string>
<key>CFBundleShortVersionString</key>
<string>11.0.0</string>
<string>11.1.0</string>
<key>CFBundleVersion</key>
<string>109</string>
<string>110</string>
</dict>
</plist>
2 changes: 1 addition & 1 deletion Sources/MapboxMaps/MapboxMaps.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"version" : "11.0.0"
"version" : "11.1.0-beta.1"
}

0 comments on commit 58aa4f2

Please sign in to comment.