From 9a531e40a174e78c5e5e60d569a290b1655a31c3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Minh=20Nguy=E1=BB=85n?= Date: Thu, 8 Nov 2018 08:14:10 -0800 Subject: [core] Cleared out staged changelog entries Cherry-picked from be56409d800dc02ac72bdfa89fdb133a448c96a5. --- scripts/changelog_staging/expression-string-coercion.json | 3 --- scripts/changelog_staging/format-expression.json | 4 ---- scripts/changelog_staging/invalid-latlngbounds.json | 4 ---- scripts/changelog_staging/per-source-collision.json | 6 ------ scripts/changelog_staging/put-offline-resource.json | 5 ----- .../changelog_staging/queryrenderedfeatures-with-icon-rotate.json | 4 ---- 6 files changed, 26 deletions(-) delete mode 100644 scripts/changelog_staging/expression-string-coercion.json delete mode 100644 scripts/changelog_staging/format-expression.json delete mode 100644 scripts/changelog_staging/invalid-latlngbounds.json delete mode 100644 scripts/changelog_staging/per-source-collision.json delete mode 100644 scripts/changelog_staging/put-offline-resource.json delete mode 100644 scripts/changelog_staging/queryrenderedfeatures-with-icon-rotate.json diff --git a/scripts/changelog_staging/expression-string-coercion.json b/scripts/changelog_staging/expression-string-coercion.json deleted file mode 100644 index 118c89a51c..0000000000 --- a/scripts/changelog_staging/expression-string-coercion.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "core": "Arguments to the `concat` expression operator are now automatically converted to string values as if via `to-string`, as are values for the `text-field`, `icon-image`, and `*-pattern` properties. Previously, such values were required to be strings, and if they were not, an error occurred." -} diff --git a/scripts/changelog_staging/format-expression.json b/scripts/changelog_staging/format-expression.json deleted file mode 100644 index 40c61ea083..0000000000 --- a/scripts/changelog_staging/format-expression.json +++ /dev/null @@ -1,4 +0,0 @@ -{ - "core": "Add ability to style symbol layers labels with multiple fonts and text sizes via `format` expression.", - "issue": 12624 -} diff --git a/scripts/changelog_staging/invalid-latlngbounds.json b/scripts/changelog_staging/invalid-latlngbounds.json deleted file mode 100644 index 32bb876020..0000000000 --- a/scripts/changelog_staging/invalid-latlngbounds.json +++ /dev/null @@ -1,4 +0,0 @@ -{ - "core": "When using longitude values of +-180° in LatLngBounds, the longitude was being improperly wrapped resulting in an unexpected bounding box.", - "issue": 12797 -} diff --git a/scripts/changelog_staging/per-source-collision.json b/scripts/changelog_staging/per-source-collision.json deleted file mode 100644 index c1a0b1d48e..0000000000 --- a/scripts/changelog_staging/per-source-collision.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "core": "Add map-global 'crossSourceCollisions' option. Setting 'crossSourceCollisions' to 'false' disables collision detection between symbol layers in different sources.", - "node": "Add 'crossSourceCollisions' option to NodeMap constructor. Setting 'crossSourceCollisions' to 'false' disables collision detection between symbol layers in different sources.", - "android": "Add 'crossSourceCollisions' option to MapboxMapOptions. Setting 'crossSourceCollisions' to 'false' disables collision detection between symbol layers in different sources.", - "issue": 12820 -} diff --git a/scripts/changelog_staging/put-offline-resource.json b/scripts/changelog_staging/put-offline-resource.json deleted file mode 100644 index c5776514fa..0000000000 --- a/scripts/changelog_staging/put-offline-resource.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "darwin": "Add 'putResourceWithURL' method to MGLOfflineStorage to support pre-warming the ambient cache.", - "android": "Add 'putResourceWithURL' method to OfflineManager to support pre-warming the ambient cache.", - "issue": 13022 -} diff --git a/scripts/changelog_staging/queryrenderedfeatures-with-icon-rotate.json b/scripts/changelog_staging/queryrenderedfeatures-with-icon-rotate.json deleted file mode 100644 index 36f7bafe85..0000000000 --- a/scripts/changelog_staging/queryrenderedfeatures-with-icon-rotate.json +++ /dev/null @@ -1,4 +0,0 @@ -{ - "core": "Fix bug in which using `icon-rotate` and `icon-offset` together prevented `queryRenderedFeatures` from returning the symbol", - "issue": 12909 -} -- cgit v1.2.1