Skip to content

Commit

Permalink
Update style spec for gl-native's release-horchata
Browse files Browse the repository at this point in the history
Also, change line-progress's group to Feature Data.
  • Loading branch information
friedbunny authored Nov 13, 2018
1 parent 361769f commit db9ed0a
Showing 1 changed file with 13 additions and 2 deletions.
15 changes: 13 additions & 2 deletions src/style-spec/reference/v8.json
Original file line number Diff line number Diff line change
Expand Up @@ -2566,7 +2566,10 @@
"group": "Types",
"sdk-support": {
"basic functionality": {
"js": "0.48.0"
"js": "0.48.0",
"android": "6.7.0",
"ios": "4.6.0",
"macos": "0.12.0"
}
}
},
Expand Down Expand Up @@ -2761,7 +2764,15 @@
},
"line-progress": {
"doc": "Gets the progress along a gradient line. Can only be used in the `line-gradient` property.",
"group": "Heatmap"
"group": "Feature data",
"sdk-support": {
"basic functionality": {
"js": "0.45.0",
"android": "6.5.0",
"ios": "4.6.0",
"macos": "0.12.0"
}
}
},
"+": {
"doc": "Returns the sum of the inputs.",
Expand Down

0 comments on commit db9ed0a

Please sign in to comment.