diff options
author | Mike Morris <mikemorris@users.noreply.github.com> | 2016-09-06 20:10:30 -0400 |
---|---|---|
committer | Mike Morris <mikemorris@users.noreply.github.com> | 2016-09-06 20:10:30 -0400 |
commit | da028844336f2ea43981758dfa8a8fe579d40dfa (patch) | |
tree | bfde34b565adc7fcb10a1432e815c7567f7d1432 | |
parent | edec56e6c55bdf992fb2d3f92d770db57c737e3e (diff) | |
download | qtlocation-mapboxgl-da028844336f2ea43981758dfa8a8fe579d40dfa.tar.gz |
node-v3.3.3node-v3.3.3
-rw-r--r-- | package.json | 2 | ||||
-rw-r--r-- | platform/node/CHANGELOG.md | 6 |
2 files changed, 7 insertions, 1 deletions
diff --git a/package.json b/package.json index e3982cbb3c..992092866d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mapbox-gl-native", - "version": "3.3.2", + "version": "3.3.3", "description": "Renders map tiles with Mapbox GL", "keywords": [ "mapbox", diff --git a/platform/node/CHANGELOG.md b/platform/node/CHANGELOG.md index e08c2fbc3f..d64aa5238c 100644 --- a/platform/node/CHANGELOG.md +++ b/platform/node/CHANGELOG.md @@ -1,3 +1,9 @@ +# 3.3.3 - September 6, 2016 + +- Switches to using a NodeRequest member function (with a JavaScript shim in front to preserve the API) instead of a new `v8::Context` to avoid a memory leak ([#5704](https://github.com/mapbox/mapbox-gl-native/pull/5704)) +- `map.load` can now throw when failing to parse an invalid style ([#6151](https://github.com/mapbox/mapbox-gl-native/pull/6151)) +- Explicitly links the OpenGL framework for compatibility with macOS Sierra ([#6015](https://github.com/mapbox/mapbox-gl-native/pull/6015)) + # 3.3.2 - August 1, 2016 - Fixes Node.js binary publishing to build with `BUILDTYPE=Release` ([#5838](https://github.com/mapbox/mapbox-gl-native/pull/5838)) |