Skip to content

Commit

Permalink
Bump version to 11.3.0-beta.1
Browse files Browse the repository at this point in the history
  • Loading branch information
persidskiy committed Mar 14, 2024
1 parent 75d3392 commit 9d8e7f5
Show file tree
Hide file tree
Showing 9 changed files with 54 additions and 35 deletions.
8 changes: 4 additions & 4 deletions Apps/Apps.xcworkspace/xcshareddata/swiftpm/Package.resolved
Original file line number Diff line number Diff line change
Expand Up @@ -14,17 +14,17 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/mapbox/mapbox-common-ios.git",
"state" : {
"revision" : "72474daaeabb644edd449492f9e668f716da72e6",
"version" : "24.2.0"
"revision" : "0ee31944d6df0f61f944d980431362b9c5186a15",
"version" : "24.3.0-beta.1"
}
},
{
"identity" : "mapbox-core-maps-ios",
"kind" : "remoteSourceControl",
"location" : "https://github.com/mapbox/mapbox-core-maps-ios.git",
"state" : {
"revision" : "d0958ada64a617991cd90560ec5a6f221a734f84",
"version" : "11.2.0"
"revision" : "f58f001bb6ac25db92421d3a9ac2c0780cce60d7",
"version" : "11.3.0-beta.1"
}
},
{
Expand Down
14 changes: 8 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,19 @@ Mapbox welcomes participation and contributions from everyone.

## main

# 11.3.0-beta.1 - 14 March, 2024

* Update the minimum Xcode version to 15.2 (Swift 5.9).
* Add `onClusterTap` and `onClusterLongPress` to AnnotationManagers(UIKit) and AnnotationGroups(SwiftUI) which support clustering
* Add annotations drag handlers callbacks `dragBeginHandler`, `dragChangeHandler`, `dragEndHandler` to all Annotation types.
* Add `allowHistTesting` modifier on `MapViewAnnotation`.
* Fix taps propagation on `ViewAnnotation`.
* Fix view annotations positioning on `.ignoresSafeArea(.all)` in SwiftUI
* Bump core maps version to 11.2.0 and common sdk to 24.2.0.
* Expose `captureSnapshot` on `MapProxy` which allows to capture SwiftUI Map snapshot using `MapReader`
* Expose `opaque` and `frameRate` on SwiftUI Map
* [SwiftUI] Expose `captureSnapshot` on `MapProxy` which allows to capture SwiftUI Map snapshot using `MapReader`
* [SwiftUI] Expose `opaque` and `frameRate` on SwiftUI Map
* [SwiftUI] Add `allowHistTesting` modifier on `MapViewAnnotation`.
* [SwiftUI] Fix view annotations positioning on `.ignoresSafeArea(.all)`
* Add `includeOverlays` parameter to `MapView.snapshot()`
* Fix taps propagation on `ViewAnnotation` and `MapViewAnnotation`.
* Added Attribution and Telemetry pop-up dialogs and compass view content description translations for Arabic, Belarusian, Bulgarian, Catalan, Chinese Simplified, Chinese Traditional, Czech, Danish, Dutch, French, Galician, German, Hebrew, Italian, Japanese, Korean, Lithuanian, Norwegian, Polish, Belarusian, Russian, Spanish, Swedish, Ukranian and Vietnamese.
* Bump core maps version to 11.3.0-beta.1 and common sdk to 24.3.0-beta.1.

## 11.2.0 - 28 February, 2024

Expand Down
39 changes: 28 additions & 11 deletions LICENSE.md

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

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

maps_version = '11.2.0'
maps_version = '11.3.0-beta.1'

m.name = 'MapboxMaps'
m.version = maps_version
Expand All @@ -21,8 +21,8 @@ Pod::Spec.new do |m|
m.source_files = 'Sources/MapboxMaps/**/*.{swift,h}'
m.resource_bundles = { 'MapboxMapsResources' => ['Sources/**/*.{xcassets,strings}', 'Sources/MapboxMaps/MapboxMaps.json', 'Sources/MapboxMaps/PrivacyInfo.xcprivacy'] }

m.dependency 'MapboxCoreMaps', '11.2.0'
m.dependency 'MapboxCommon', '24.2.0'
m.dependency 'MapboxCoreMaps', '11.3.0-beta.1'
m.dependency 'MapboxCommon', '24.3.0-beta.1'
m.dependency 'Turf', '2.8.0'

end
8 changes: 4 additions & 4 deletions Package.resolved
Original file line number Diff line number Diff line change
Expand Up @@ -5,17 +5,17 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/mapbox/mapbox-common-ios.git",
"state" : {
"revision" : "72474daaeabb644edd449492f9e668f716da72e6",
"version" : "24.2.0"
"revision" : "0ee31944d6df0f61f944d980431362b9c5186a15",
"version" : "24.3.0-beta.1"
}
},
{
"identity" : "mapbox-core-maps-ios",
"kind" : "remoteSourceControl",
"location" : "https://github.com/mapbox/mapbox-core-maps-ios.git",
"state" : {
"revision" : "d0958ada64a617991cd90560ec5a6f221a734f84",
"version" : "11.2.0"
"revision" : "f58f001bb6ac25db92421d3a9ac2c0780cce60d7",
"version" : "11.3.0-beta.1"
}
},
{
Expand Down
4 changes: 2 additions & 2 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
import PackageDescription
import Foundation

let coreMaps = MapsDependency.coreMaps(version: "11.2.0")
let common = MapsDependency.common(version: "24.2.0")
let coreMaps = MapsDependency.coreMaps(version: "11.3.0-beta.1")
let common = MapsDependency.common(version: "24.3.0-beta.1")

let mapboxMapsPath: String? = nil

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.2.0</string>
<string>11.3.0</string>
<key>CFBundleVersion</key>
<string>115</string>
<string>116</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.2.0"
"version" : "11.3.0-beta.1"
}
4 changes: 2 additions & 2 deletions scripts/release/packager/versions.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"MapboxCoreMaps": "11.2.0",
"MapboxCommon": "24.2.0",
"MapboxCoreMaps": "11.3.0-beta.1",
"MapboxCommon": "24.3.0-beta.1",
"Turf": "2.8.0"
}

0 comments on commit 9d8e7f5

Please sign in to comment.