diff options
author | Molly Lloyd <molly@mapbox.com> | 2018-08-31 12:24:36 -0700 |
---|---|---|
committer | Molly Lloyd <mollymerp@users.noreply.github.com> | 2018-08-31 13:08:47 -0700 |
commit | 95b89e69857eca6a04a3472ef6537f65bc1049de (patch) | |
tree | 914c735b411980c798ab8b2165e1690c85a1f9d0 /platform/node | |
parent | d197fc7d8daf06cc2efc35a34fb45d86ea64d65b (diff) | |
download | qtlocation-mapboxgl-95b89e69857eca6a04a3472ef6537f65bc1049de.tar.gz |
[ios, node, macos, android] update changelogs for feature expression support
Diffstat (limited to 'platform/node')
-rw-r--r-- | platform/node/CHANGELOG.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/platform/node/CHANGELOG.md b/platform/node/CHANGELOG.md index cfb86f4dbf..db33ab52db 100644 --- a/platform/node/CHANGELOG.md +++ b/platform/node/CHANGELOG.md @@ -4,6 +4,7 @@ - The `Map` constructor now accepts a `mode` option which can be either `"static"` (default) or `"tile"`. It must be set to `"tile"` when rendering individual tiles in order for the symbols to match across tiles. - Remove unnecessary memory use when collision debug mode is not enabled ([#12294](https://github.com/mapbox/mapbox-gl-native/issues/12294)) - Added support for rendering `symbol-placement: line-center` ([#12337](https://github.com/mapbox/mapbox-gl-native/pull/12337)) +- Add support for feature expressions in `line-pattern`, `fill-pattern`, and `fill-extrusion-pattern` properties. [#12284](https://github.com/mapbox/mapbox-gl-native/pull/12284) # 3.5.8 - October 19, 2017 - Fixes an issue that causes memory leaks when not deleting the frontend object |