From ea218d4ff8e8d4916adabdbf7a0311925f7d8e21 Mon Sep 17 00:00:00 2001 From: Chloe Krawczyk Date: Wed, 17 Jul 2019 08:43:40 -0700 Subject: [PATCH] add sdk support information --- src/style-spec/reference/v8.json | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/src/style-spec/reference/v8.json b/src/style-spec/reference/v8.json index d81adb4f26c..9dfc0cd11ee 100644 --- a/src/style-spec/reference/v8.json +++ b/src/style-spec/reference/v8.json @@ -966,7 +966,13 @@ "type": "number", "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 when they overlap. Features with a lower sort key will have priority over other features when doing placement.", "sdk-support": { - "js": "0.53.0" + "basic functionality": { + "js": "0.53.0", + "android": "7.4.0", + "ios": "4.11.0", + "macos": "0.14.0" + }, + "data-driven styling": {} }, "expression": { "interpolated": false,