Skip to content

Commit

Permalink
Update versions, license, changelog (#2126)
Browse files Browse the repository at this point in the history
  • Loading branch information
pjleonard37 committed Apr 24, 2024
1 parent a484431 commit 32bb4e4
Show file tree
Hide file tree
Showing 9 changed files with 36 additions and 22 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" : "15aed0b292a0fe0672113c1b69be04bd350c8bb3",
"version" : "24.3.1"
"revision" : "2db19ddde415b79f35de497240cd6ba563416657",
"version" : "24.4.0-beta.1"
}
},
{
"identity" : "mapbox-core-maps-ios",
"kind" : "remoteSourceControl",
"location" : "https://github.com/mapbox/mapbox-core-maps-ios.git",
"state" : {
"revision" : "3638d2841f8a2ef6a995c659457d6133a6f0d1be",
"version" : "11.3.0"
"revision" : "40da10b7dd365ef2350a35ccb5abefe726a0761c",
"version" : "11.4.0-beta.1"
}
},
{
Expand Down
13 changes: 9 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@ Mapbox welcomes participation and contributions from everyone.

## main

## 11.4.0-beta.1 - 24 April, 2024

⚠️⚠️⚠️ Known Issues ⚠️⚠️⚠️
* In v11.4.0-beta.1, setting a `RasterLayer`’s `rasterColor` property with an expression will block the layer from rendering. This issue will be resolved in v11.4.0-rc.1.

### Experimental API breaking changes ⚠️

In this release, we introduce the new [Declarative Styling API](https://docs.tilestream.net/ios/maps/api/latest/documentation/mapboxmaps/declarative-map-styling) for UIKit and SwiftUI. This change is based on `MapContent` introduced for SwiftUI; therefore, it has been restructured. The changes are compatible; however, in some rare cases, you may need to adjust your code.
Expand Down Expand Up @@ -80,12 +85,12 @@ mapView.mapboxMap.setMapStyleContent {
// Bearing animator has started.
}.store(in: &cancelables)
```
* Allow to add slots at runtime.
* Expose API to interact with styile imports using Declarative Styling and regular imperative API.
* Allow adding slots at runtime.
* Expose API to interact with style imports using Declarative Styling and regular imperative API.
* Expose `StyleImport` for declarative styling as `MapStyleContent`.
* Expose `removeStyleImport`, `moveStyleImport`, `updateStyleImport`, `addStyleImport` methods on `StyleManager`
* Allow to assign layerPosition to 2D and 3D location indicators in imperative API.
* Make Puck2D and Puck3D to be positioned according to relative layer positon in declarative API instead of always top-most position.
* Allow assigning layerPosition to 2D and 3D location indicators in imperative API.
* Make Puck2D and Puck3D to be positioned according to relative layer position in declarative API instead of always top-most position.
* Add codesign for XCFrameworks.
* `MapboxMap.loadStyle()` and `Snapshotter.loadStyle()` now correctly call the `completion` closure.

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.3.0'
maps_version = '11.4.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.4.0-SNAPSHOT.0422T0943Z.e5a8c75'
m.dependency 'MapboxCommon', '24.3.1'
m.dependency 'MapboxCoreMaps', '11.4.0-beta.1'
m.dependency 'MapboxCommon', '24.4.0-beta.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" : "15aed0b292a0fe0672113c1b69be04bd350c8bb3",
"version" : "24.3.1"
"revision" : "2db19ddde415b79f35de497240cd6ba563416657",
"version" : "24.4.0-beta.1"
}
},
{
"identity" : "mapbox-core-maps-ios",
"kind" : "remoteSourceControl",
"location" : "https://github.com/mapbox/mapbox-core-maps-ios.git",
"state" : {
"revision" : "40da10b7dd365ef2350a35ccb5abefe726a0761c",
"version" : "11.4.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.4.0-SNAPSHOT.0422T0943Z.e5a8c75", checksum: "feb71b4e2d1d1da16fdf994fddbf2daf2eed92afad8047795fd10b5ce8a0f575")
let common = MapsDependency.common(version: "24.3.1")
let coreMaps = MapsDependency.coreMaps(version: "11.4.0-beta.1")
let common = MapsDependency.common(version: "24.4.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.3.0</string>
<string>11.4.0</string>
<key>CFBundleVersion</key>
<string>119</string>
<string>120</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.3.0"
"version" : "11.4.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.4.0-SNAPSHOT.0422T0943Z.e5a8c75",
"MapboxCommon": "24.3.1",
"MapboxCoreMaps": "11.4.0-beta.1",
"MapboxCommon": "24.4.0-beta.1",
"Turf": "2.8.0"
}

0 comments on commit 32bb4e4

Please sign in to comment.