From 9c532d0705e2640d1b99c5ac9fe01aea509e3247 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Minh=20Nguy=E1=BB=85n?= Date: Thu, 7 May 2020 17:00:14 -0700 Subject: [PATCH] ios-v5.9.0, macos-v0.16.0 compatibility Updated the compatibility tables for iOS map SDK v5.9.0 and macOS map SDK v0.16.0. Also fixed the compatibility tables for line-sort-key and fill-sort-key. --- src/style-spec/reference/v8.json | 21 ++++++++++++++++++--- 1 file changed, 18 insertions(+), 3 deletions(-) diff --git a/src/style-spec/reference/v8.json b/src/style-spec/reference/v8.json index 99fb4f6ba5d..df518b9853f 100644 --- a/src/style-spec/reference/v8.json +++ b/src/style-spec/reference/v8.json @@ -636,7 +636,12 @@ "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.", "sdk-support": { - "js": "1.2.0" + "basic functionality": { + "js": "1.2.0", + "android": "9.1.0", + "ios": "5.8.0", + "macos": "0.15.0" + } }, "expression": { "interpolated": false, @@ -675,7 +680,12 @@ "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.", "sdk-support": { - "js": "1.2.0" + "basic functionality": { + "js": "1.2.0", + "android": "9.2.0", + "ios": "5.9.0", + "macos": "0.16.0" + } }, "expression": { "interpolated": false, @@ -884,7 +894,12 @@ "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.", "sdk-support": { - "js": "1.2.0" + "basic functionality": { + "js": "1.2.0", + "android": "9.1.0", + "ios": "5.8.0", + "macos": "0.15.0" + } }, "expression": { "interpolated": false,