Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Mapbox Maps SDK for iOS v5.9.0, macOS v0.16.0 #9667

Merged
merged 1 commit into from
May 8, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 8 additions & 2 deletions src/style-spec/reference/v8.json
Original file line number Diff line number Diff line change
Expand Up @@ -695,10 +695,16 @@
"doc": "Sorts features in ascending order based on this value. Features with a higher sort key will appear above features with a lower sort key.",
"sdk-support": {
"basic functionality": {
"js": "1.2.0"
"js": "1.2.0",
"android": "9.2.0",
"ios": "5.9.0",
"macos": "0.16.0"
},
"data-driven styling": {
"js": "1.2.0"
"js": "1.2.0",
"android": "9.2.0",
"ios": "5.9.0",
"macos": "0.16.0"
}
},
"expression": {
Expand Down