diff options
author | Minh Nguyễn <mxn@1ec5.org> | 2018-11-08 08:14:10 -0800 |
---|---|---|
committer | Minh Nguyễn <mxn@1ec5.org> | 2018-11-08 14:22:21 -0800 |
commit | be56409d800dc02ac72bdfa89fdb133a448c96a5 (patch) | |
tree | 2d59bdc8072d8a3065479e93466b6a822b5b7d14 /scripts | |
parent | 7cbd31e4561fd3fa8eaea20b16e7bf4192f9d072 (diff) | |
download | qtlocation-mapboxgl-be56409d800dc02ac72bdfa89fdb133a448c96a5.tar.gz |
[core] Cleared out staged changelog entries
Diffstat (limited to 'scripts')
6 files changed, 0 insertions, 26 deletions
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 -} |