Skip to content

Commit

Permalink
Prepare 11.6.0 rc.1 (#2247)
Browse files Browse the repository at this point in the history
  • Loading branch information
aleksproger committed Aug 1, 2024
1 parent 81e47c7 commit 02a8756
Show file tree
Hide file tree
Showing 9 changed files with 47 additions and 17 deletions.
13 changes: 11 additions & 2 deletions Apps/Apps.xcworkspace/xcshareddata/swiftpm/Package.resolved
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,17 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/mapbox/mapbox-common-ios.git",
"state" : {
"revision" : "03c1b2ee8d57d1fa95af7c472c9707cb897b2376",
"version" : "24.6.0-beta.1"
"revision" : "514a8feecf75c360f5bea1a38ad1879a6a41f342",
"version" : "24.6.0-rc.1"
}
},
{
"identity" : "mapbox-core-maps-ios",
"kind" : "remoteSourceControl",
"location" : "https://github.com/mapbox/mapbox-core-maps-ios.git",
"state" : {
"revision" : "2712f17735372f2d860918386cf802cf0b7f240e",
"version" : "11.6.0-rc.1"
}
},
{
Expand Down
16 changes: 14 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,22 @@ Mapbox welcomes participation and contributions from everyone.

## main

* Expose new Standard Satellite style. Add new parameters to the Standard Style.
* Fix bug where updating MapStyle didn't update the configuration properties.
* Expose getters for `MapOptions.orientation`, `MapOptions.constrainMode` and `MapOptions.viewportMode`.

## 11.6.0-rc.1 - 31 July, 2024

⚠️⚠️⚠️ Known Issues ⚠️⚠️⚠️
* `ClipLayer` property `clipLayerTypes` is not updated in runtime. The fix is expected to land in stable 11.6.0.

### Features ✨ and improvements 🏁

* Expose new Standard Satellite style. Add new parameters to the Standard Style. With new Standard Style API it's possible to apply color themes on the map, hide/show road labels and show/hide 3D models. With new Standard Satellite style it's possible to show satellite imagery and also apply some configurations similar to Standard Style.

### Bug fixes 🐞

* Fix bug where updating MapStyle didn't update the configuration properties.
* Fix symbols with occlusion crashing on iOS simulators

## 11.6.0-beta.1 - 19 July, 2024

⚠️⚠️⚠️ Known Issues ⚠️⚠️⚠️
Expand Down
4 changes: 2 additions & 2 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.6.0-beta.1'
maps_version = '11.6.0-rc.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.6.0-SNAPSHOT.0726T1006Z.5914094'
m.dependency 'MapboxCommon', '24.6.0-beta.1'
m.dependency 'MapboxCoreMaps', '11.6.0-rc.1'
m.dependency 'MapboxCommon', '24.6.0-rc.1'
m.dependency 'Turf', '2.8.0'

end
13 changes: 11 additions & 2 deletions Package.resolved
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,17 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/mapbox/mapbox-common-ios.git",
"state" : {
"revision" : "03c1b2ee8d57d1fa95af7c472c9707cb897b2376",
"version" : "24.6.0-beta.1"
"revision" : "514a8feecf75c360f5bea1a38ad1879a6a41f342",
"version" : "24.6.0-rc.1"
}
},
{
"identity" : "mapbox-core-maps-ios",
"kind" : "remoteSourceControl",
"location" : "https://github.com/mapbox/mapbox-core-maps-ios.git",
"state" : {
"revision" : "2712f17735372f2d860918386cf802cf0b7f240e",
"version" : "11.6.0-rc.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.6.0-SNAPSHOT.0726T1006Z.5914094", checksum: "f64fd068e9557310522497d919dccb12d590d62cbb0d49f96ad1b9e20c1a79cf", isSnapshot: true)
let common = MapsDependency.common(version: "24.6.0-beta.1")
let coreMaps = MapsDependency.coreMaps(version: "11.6.0-rc.1")
let common = MapsDependency.common(version: "24.6.0-rc.1")

let mapboxMapsPath: String? = nil

Expand Down
2 changes: 1 addition & 1 deletion Sources/MapboxMaps/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@
<key>CFBundleShortVersionString</key>
<string>11.6.0</string>
<key>CFBundleVersion</key>
<string>130</string>
<string>131</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.6.0-beta.1"
"version" : "11.6.0-rc.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.6.0-SNAPSHOT.0726T1006Z.5914094",
"MapboxCommon": "24.6.0-beta.1",
"MapboxCoreMaps": "11.6.0-rc.1",
"MapboxCommon": "24.6.0-rc.1",
"Turf": "2.8.0"
}

0 comments on commit 02a8756

Please sign in to comment.