summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKonstantin Käfer <mail@kkaefer.com>2018-10-10 15:03:05 +0300
committerKonstantin Käfer <mail@kkaefer.com>2018-10-10 15:03:05 +0300
commit8a3712afa23b1189280219424264af3f2a1af147 (patch)
tree38a7c8fb487bfa1226b6991e1a8282ff0dd809af
parent096bf5ac0e4ca2a9b480aafa1bcfa2a82b8cd8aa (diff)
downloadqtlocation-mapboxgl-8a3712afa23b1189280219424264af3f2a1af147.tar.gz
[node] release 4.1.0node-v4.1.0
-rw-r--r--package.json2
-rw-r--r--platform/node/CHANGELOG.md2
2 files changed, 2 insertions, 2 deletions
diff --git a/package.json b/package.json
index 3d27f881ff..b3dac50cb6 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "@mapbox/mapbox-gl-native",
- "version": "4.1.0-pre",
+ "version": "4.1.0",
"description": "Renders map tiles with Mapbox GL",
"keywords": [
"mapbox",
diff --git a/platform/node/CHANGELOG.md b/platform/node/CHANGELOG.md
index d7ddbdc758..796fa7afbc 100644
--- a/platform/node/CHANGELOG.md
+++ b/platform/node/CHANGELOG.md
@@ -1,4 +1,4 @@
-# 4.1.0
+# 4.1.0 - October 10, 2018
- 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)