summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Firebaugh <john.firebaugh@gmail.com>2018-08-27 14:26:44 -0700
committerJohn Firebaugh <john.firebaugh@gmail.com>2018-08-27 14:26:44 -0700
commit65faafb161c0a602095ac89f4c01a85e892961fe (patch)
tree685b4aeb877a3d3107e814c97249e85a0731a673
parent30272924a907b4d557e45932bf3cc3d392d5e85b (diff)
downloadqtlocation-mapboxgl-upstream/release-node-v4.0.0.tar.gz
-rw-r--r--package.json2
-rw-r--r--platform/node/CHANGELOG.md10
2 files changed, 11 insertions, 1 deletions
diff --git a/package.json b/package.json
index 9fd8217dc8..8195329fd2 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "@mapbox/mapbox-gl-native",
- "version": "3.5.8",
+ "version": "4.0.0-pre.15",
"description": "Renders map tiles with Mapbox GL",
"keywords": [
"mapbox",
diff --git a/platform/node/CHANGELOG.md b/platform/node/CHANGELOG.md
index cfb86f4dbf..edb6cc1b7b 100644
--- a/platform/node/CHANGELOG.md
+++ b/platform/node/CHANGELOG.md
@@ -1,9 +1,19 @@
# master
+- Many new features and enhancements, including:
+ - Expressions
+ - Hillshade layer type
+ - Heatmap layer type
+ - Line gradients
+ - Improve label collision
+ - Support for data-driven values for more style properties
+ - Support for rendering with SwiftShader rather than hardware GPU
+- Improved performance and stability
- Don't default-show text/icons that depend on the placement of a paired icon/text [#12483](https://github.com/mapbox/mapbox-gl-native/issues/12483)
- Fix symbol querying for annotations near tile boundaries at high zoom. ([#12472](https://github.com/mapbox/mapbox-gl-native/issues/12472))
- The `Map` constructor now accepts a `mode` option which can be either `"static"` (default) or `"tile"`. It must be set to `"tile"` when rendering individual tiles in order for the symbols to match across tiles.
- Remove unnecessary memory use when collision debug mode is not enabled ([#12294](https://github.com/mapbox/mapbox-gl-native/issues/12294))
- Added support for rendering `symbol-placement: line-center` ([#12337](https://github.com/mapbox/mapbox-gl-native/pull/12337))
+- Fix rendering of fill outlines that have a different color than the fill itself ([#9699](https://github.com/mapbox/mapbox-gl-native/pull/9699))
# 3.5.8 - October 19, 2017
- Fixes an issue that causes memory leaks when not deleting the frontend object