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

update platform support tables for *-pattern #7232

Merged
merged 1 commit into from
Sep 7, 2018
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
17 changes: 14 additions & 3 deletions src/style-spec/reference/v8.json
Original file line number Diff line number Diff line change
Expand Up @@ -3501,7 +3501,10 @@
"macos": "0.1.0"
},
"data-driven styling": {
"js": "0.46.0"
"js": "0.49.0",
"android": "6.5.0",
"macos": "0.11.0",
"ios": "4.4.0"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Typically, native releases aren’t added to the compatibility tables until the releases are published. These releases are in development but aren’t quite there yet.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is just updating master – it won't be published on mapbox.com til the f final release date

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ah, I missed that. Making this change on master ahead of the release is a great idea. That’ll save me from having to follow up as part of the macOS map SDK release process.

}
},
"expression": {
Expand Down Expand Up @@ -3643,7 +3646,12 @@
"ios": "3.6.0",
"macos": "0.5.0"
},
"data-driven styling": {}
"data-driven styling": {
"js": "0.49.0",
"android": "6.5.0",
"macos": "0.11.0",
"ios": "4.4.0"
}
},
"expression": {
"interpolated": false,
Expand Down Expand Up @@ -4010,7 +4018,10 @@
"macos": "0.1.0"
},
"data-driven styling": {
"js": "0.46.0"
"js": "0.49.0",
"android": "6.5.0",
"macos": "0.11.0",
"ios": "4.4.0"
}
},
"expression": {
Expand Down