diff options
author | Mike Morris <michael.patrick.morris@gmail.com> | 2015-09-10 19:28:47 -0400 |
---|---|---|
committer | Mike Morris <michael.patrick.morris@gmail.com> | 2015-09-10 19:28:47 -0400 |
commit | 5a5a5ef4f05169ac3147f15f3063649f4e587a20 (patch) | |
tree | 9c8b58bee791d3b022ad806a9fb7cacdbd70b39d /platform | |
parent | f6648f585e40bda82613c65dcfc03d4618f15007 (diff) | |
download | qtlocation-mapboxgl-5a5a5ef4f05169ac3147f15f3063649f4e587a20.tar.gz |
[node] update CHANGELOG.md [skip ci]
Diffstat (limited to 'platform')
-rw-r--r-- | platform/node/CHANGELOG.md | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/platform/node/CHANGELOG.md b/platform/node/CHANGELOG.md index dfa5ad33e6..6a5f5f2dde 100644 --- a/platform/node/CHANGELOG.md +++ b/platform/node/CHANGELOG.md @@ -1,14 +1,16 @@ # 2.0.0 -- Integrates Node.js bindings into core mapbox-gl-native project. +- Integrates Node.js bindings into core mapbox-gl-native project. (#2179) - Requires an options object argument to `new mbgl.Map()` (with required `request` and optional `cancel` methods), - drops `mbgl.FileSource`. + drops `mbgl.FileSource`. (https://github.com/mapbox/node-mapbox-gl-native/pull/143) - Changes `request` semantics to pass a second, callback argument instead - of needing to call `req.respond`. + of needing to call `req.respond`. (#2299) - Requires numerical `ratio` in `mbgl.Map` options argument. Map pixel ratio is now immutable and can no longer be set with - render options. + render options. (https://github.com/mapbox/mapbox-gl-native/commit/a8d9b921d71a91d7f8eff82e5a584aaab8b7d1c6, #1799) +- `map.render` now returns a raw image buffer instead of an object with + `width`, `height` and `pixels` properties. (#2262) - Adds support for rendering v8 styles. - No longer loads resources before a render request is made. - Adds io.js v3.x support. |