summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Morris <mikemorris@users.noreply.github.com>2016-01-21 12:03:41 -0500
committerMike Morris <mikemorris@users.noreply.github.com>2016-01-21 12:03:41 -0500
commit0a2e4af4c5d34a394fd6c32d771f2e8ae92a387c (patch)
treee3888552d16a45adfefba6d0f4c91eb90528bf45
parented0488d2e0e2166f5e2708abc34abe471b39c4ba (diff)
downloadqtlocation-mapboxgl-0a2e4af4c5d34a394fd6c32d771f2e8ae92a387c.tar.gz
node-v3.0.0node-v3.0.0
-rw-r--r--package.json5
-rw-r--r--platform/node/CHANGELOG.md6
2 files changed, 10 insertions, 1 deletions
diff --git a/package.json b/package.json
index 4a5492ae6b..ee514f3d05 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "mapbox-gl-native",
- "version": "2.2.2",
+ "version": "3.0.0",
"description": "Renders map tiles with Mapbox GL",
"keywords": [
"mapbox",
@@ -31,6 +31,9 @@
"request": "^2.67.0",
"tape": "^4.2.2"
},
+ "engines": {
+ "node": ">=4.2.1"
+ },
"scripts": {
"install": "node-pre-gyp install --fallback-to-build=false || make node",
"test": "tape platform/node/test/js/**/*.test.js",
diff --git a/platform/node/CHANGELOG.md b/platform/node/CHANGELOG.md
index 9c31dbf93f..ddd8b1af67 100644
--- a/platform/node/CHANGELOG.md
+++ b/platform/node/CHANGELOG.md
@@ -1,3 +1,9 @@
+# 3.0.0
+
+- Drops support for Node.js v0.10.x ([#3635](https://github.com/mapbox/mapbox-gl-native/pull/3635))
+- Fixes label clipping issues with `symbol-avoid-edges` ([#3623](https://github.com/mapbox/mapbox-gl-native/pull/3623))
+- Avoids label placement around sharp zig-zags ([#3640](https://github.com/mapbox/mapbox-gl-native/pull/3640))
+
# 2.2.2
- Fixes a bug with non-deterministic label placement [#3543](https://github.com/mapbox/mapbox-gl-native/pull/3543)