summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKonstantin Käfer <mail@kkaefer.com>2018-10-04 17:46:34 +0200
committerKonstantin Käfer <mail@kkaefer.com>2018-10-04 17:46:34 +0200
commit01af7265735e550346694fe3ead3fe659ab750db (patch)
tree7bc13eb6b04d8c4971f51a543185d126fccdef4f
parentccae9f9f18a3e4c93b4252ac2db6c7ea91f367cc (diff)
downloadqtlocation-mapboxgl-01af7265735e550346694fe3ead3fe659ab750db.tar.gz
[node] release 4.1.0-pre.1node-v4.1.0-pre.1
-rw-r--r--package.json2
-rw-r--r--platform/node/CHANGELOG.md6
2 files changed, 5 insertions, 3 deletions
diff --git a/package.json b/package.json
index 7ddbad1997..4ac4a4fb7d 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "@mapbox/mapbox-gl-native",
- "version": "4.0.0",
+ "version": "4.1.0-pre.1",
"description": "Renders map tiles with Mapbox GL",
"keywords": [
"mapbox",
diff --git a/platform/node/CHANGELOG.md b/platform/node/CHANGELOG.md
index d049944b6a..d7ddbdc758 100644
--- a/platform/node/CHANGELOG.md
+++ b/platform/node/CHANGELOG.md
@@ -1,10 +1,12 @@
-# master
+# 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))
+- Prevent crash when expression evaluates to default, no pattern [#12896](https://github.com/mapbox/mapbox-gl-native/pull/12896)
+ - "is-supported-script" expression support [#12845](https://github.com/mapbox/mapbox-gl-native/pull/12845)
-# 4.0.0
+# 4.0.0 - September 12, 2018
- Many new features and enhancements, including:
- Expressions
- Hillshade layer type