summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJosh Erb <josh.erb@mapbox.com>2019-07-05 18:12:54 -0400
committerJosh Erb <josh.erb@mapbox.com>2019-07-12 17:17:26 -0400
commit2dbd3cc3958c5cab0d84cb3c3a18a1e9b582416e (patch)
treecfafc4fadaa7b3e73bc6dcd4793bfc269c5aa8da
parenta0e2064f75a229a0bc369ce023e2eaaccb6af074 (diff)
downloadqtlocation-mapboxgl-upstream/node-v4.2.0-release.tar.gz
[node] v4.2.0 releaseupstream/node-v4.2.0-release
-rw-r--r--package.json2
-rw-r--r--platform/node/CHANGELOG.md7
2 files changed, 6 insertions, 3 deletions
diff --git a/package.json b/package.json
index 991b115446..e239c60864 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "@mapbox/mapbox-gl-native",
- "version": "4.0.0",
+ "version": "4.2.0",
"description": "Renders map tiles with Mapbox GL",
"keywords": [
"mapbox",
diff --git a/platform/node/CHANGELOG.md b/platform/node/CHANGELOG.md
index e03a64b049..2999a70f05 100644
--- a/platform/node/CHANGELOG.md
+++ b/platform/node/CHANGELOG.md
@@ -1,9 +1,12 @@
-# master
+# 4.2.0
+- Add an option to set whether or not an image should be treated as a SDF ([#15054](https://github.com/mapbox/mapbox-gl-native/issues/15054))
+- Fix problems associated with node 10 and NAN [#14847](https://github.com/mapbox/mapbox-gl-native/pull/14847)
+
+# 4.1.0
- Add `symbol-z-order` symbol layout property to style spec [#12783](https://github.com/mapbox/mapbox-gl-native/pull/12783)
- Add `crossSourceCollisions` map option, with default of `true`. When set to `false`, cross-source collision detection is disabled. ([#12820] (https://github.com/mapbox/mapbox-gl-native/issues/12820))
- Fixed bugs in coercion expression operators ("to-array" applied to empty arrays, "to-color" applied to colors, and "to-number" applied to null) [#12864](https://github.com/mapbox/mapbox-gl-native/pull/12864)
- Fixed an issue where fill and line layers would occasionally flicker on zoom ([#12982](https://github.com/mapbox/mapbox-gl-native/pull/12982))
-- Add an option to set whether or not an image should be treated as a SDF ([#15054](https://github.com/mapbox/mapbox-gl-native/issues/15054))
# 4.0.0
- Many new features and enhancements, including: