diff options
author | Josh Erb <josh.erb@mapbox.com> | 2019-07-05 18:12:54 -0400 |
---|---|---|
committer | Josh Erb <josherb4@gmail.com> | 2019-07-15 10:13:47 -0400 |
commit | cdd47c035807583c0437bd75a0deb3347037042d (patch) | |
tree | 3a3df6a52f62b2c71f848897d1ee23d23115996c /platform | |
parent | dae803f81de838889ef635d8ce91a96474acedaa (diff) | |
download | qtlocation-mapboxgl-cdd47c035807583c0437bd75a0deb3347037042d.tar.gz |
[node] v4.2.0 releasenode-v4.2.0
Diffstat (limited to 'platform')
-rw-r--r-- | platform/node/CHANGELOG.md | 7 |
1 files changed, 5 insertions, 2 deletions
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: |