@acalcutt/maplibre-gl-native-test 5.0.20 → 5.2.1-pre.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,284 +0,0 @@
1
-
2
- # master
3
- * Add support for [image expression](https://docs.mapbox.com/mapbox-gl-js/style-spec/#expressions-types-image). ([#15877](https://github.com/mapbox/mapbox-gl-native/pull/15877))
4
-
5
- # 5.0.0
6
- * No longer supporting source-compile fallback ([#15748](https://github.com/mapbox/mapbox-gl-native/pull/15748))
7
- * Add support for feature state APIs. ([#15480](https://github.com/mapbox/mapbox-gl-native/pull/15480))
8
-
9
- # 4.3.0
10
- * Introduce `text-writing-mode` layout property for symbol layer ([#14932](https://github.com/mapbox/mapbox-gl-native/pull/14932)). The `text-writing-mode` layout property allows control over symbol's preferred writing mode. The new property value is an array, whose values are enumeration values from a ( `horizontal` | `vertical` ) set.
11
- * Fixed rendering and collision detection issues with using `text-variable-anchor` and `icon-text-fit` properties on the same layer ([#15367](https://github.com/mapbox/mapbox-gl-native/pull/15367)).
12
- * Fixed a rendering issue that non-SDF icon would be treated as SDF icon if they are in the same layer. ([#15456](https://github.com/mapbox/mapbox-gl-native/pull/15456))
13
- * Fixed a rendering issue of `collisionBox` when `text-translate` or `icon-translate` is enabled. ([#15467](https://github.com/mapbox/mapbox-gl-native/pull/15467))
14
- * Fixed an issue of integer overflow when converting `tileCoordinates` to `LatLon`, which caused issues such as `queryRenderedFeatures` and `querySourceFeatures` returning incorrect coordinates at zoom levels 20 and higher. ([#15560](https://github.com/mapbox/mapbox-gl-native/pull/15560))
15
- * Add typechecking while constructing legacy filter to prevent converting an unexpected filter type [#15389](https://github.com/mapbox/mapbox-gl-native/pull/15389).
16
- * Fixed an issue that `maxzoom` in style `Sources` option was ignored when URL resource is provided. It may cause problems such as extra tiles downloading at higher zoom level than `maxzoom`, or problems that wrong setting of `overscaledZ` in `OverscaledTileID` that will be passed to `SymbolLayout`, leading wrong rendering appearance. ([#15581](https://github.com/mapbox/mapbox-gl-native/pull/15581))
17
-
18
- # 4.2.0
19
- - Add an option to set whether or not an image should be treated as a SDF ([#15054](https://github.com/mapbox/mapbox-gl-native/issues/15054))
20
- - Fix problems associated with node 10 and NAN ([#14847](https://github.com/mapbox/mapbox-gl-native/pull/14847))
21
-
22
- # 4.1.0
23
- - Add `symbol-z-order` symbol layout property to style spec ([#12783](https://github.com/mapbox/mapbox-gl-native/pull/12783))
24
- - 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))
25
- - 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))
26
- - Fixed an issue where fill and line layers would occasionally flicker on zoom ([#12982](https://github.com/mapbox/mapbox-gl-native/pull/12982))
27
-
28
- # 4.0.0
29
- - Many new features and enhancements, including:
30
- - Expressions
31
- - Hillshade layer type
32
- - Heatmap layer type
33
- - Line gradients
34
- - Improve label collision
35
- - Support for data-driven values for more style properties
36
- - Support for rendering with SwiftShader rather than hardware GPU
37
- - Improved performance and stability
38
- - Don't default-show text/icons that depend on the placement of a paired icon/text [#12483](https://github.com/mapbox/mapbox-gl-native/issues/12483)
39
- - Fix symbol querying for annotations near tile boundaries at high zoom. ([#12472](https://github.com/mapbox/mapbox-gl-native/issues/12472))
40
- - 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.
41
- - Remove unnecessary memory use when collision debug mode is not enabled ([#12294](https://github.com/mapbox/mapbox-gl-native/issues/12294))
42
- - Added support for rendering `symbol-placement: line-center` ([#12337](https://github.com/mapbox/mapbox-gl-native/pull/12337))
43
- - Fix rendering of fill outlines that have a different color than the fill itself ([#9699](https://github.com/mapbox/mapbox-gl-native/pull/9699))
44
- - 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)
45
-
46
- # 3.5.8 - October 19, 2017
47
- - Fixes an issue that causes memory leaks when not deleting the frontend object
48
- in NodeMap::release()
49
- - Fixes a crash in Earcut: [#10245](https://github.com/mapbox/mapbox-gl-native/pull/10245)
50
-
51
- # 3.5.7 - October 9, 2017
52
- - Fixed an issue causing synchronous resource requests to stall [#10153](https://github.com/mapbox/mapbox-gl-native/pull/10153)
53
-
54
- # 3.5.6 - September 29, 2017
55
- - Protects against requests which throw [#9554](https://github.com/mapbox/mapbox-gl-native/pull/9554)
56
- - Fixed an issue around reusing a map object [#9554](https://github.com/mapbox/mapbox-gl-native/pull/9554)
57
- - Fixed an issue in test [#9553](https://github.com/mapbox/mapbox-gl-native/pull/9553)
58
- - Increased the default maximum zoom level from 20 to 22 ([#9835](https://github.com/mapbox/mapbox-gl-native/pull/9835))
59
-
60
- # 3.5.5 - July 14, 2017
61
- - Provide debuggable release builds for node packages [#9497](https://github.com/mapbox/mapbox-gl-native/pull/9497)
62
-
63
- # 3.5.4 - June 6, 2017
64
- - Add support for ImageSource [#8968](https://github.com/mapbox/mapbox-gl-native/pull/8968)
65
- - Fixed an issue with `map.addImage()` which would cause added images to randomly be replaced with images found the style's sprite sheet ([#9119](https://github.com/mapbox/mapbox-gl-native/pull/9119))
66
-
67
- # 3.5.3 - May 30, 2017
68
-
69
- - Fixed a regression around `line-dasharrary` and `fill-pattern` that caused these properties to sometimes not render correctly ([#9130](https://github.com/mapbox/mapbox-gl-native/pull/9130))
70
-
71
- # 3.5.2 - May 18, 2017
72
-
73
- - Fixed a memory leak ([#8884](https://github.com/mapbox/mapbox-gl-native/pull/9035))
74
-
75
-
76
- # 3.5.1 - May 8, 2017
77
-
78
- - Adds Node v6 binaries. **Note, Node v4 binaries will be removed on August 1st.** ([#8884](https://github.com/mapbox/mapbox-gl-native/pull/8884))
79
- - Adds linux debug binaries ([#8865](https://github.com/mapbox/mapbox-gl-native/pull/8865))
80
-
81
- # 3.5.0 - April 20, 2017
82
-
83
- - Fixed an issue where raster tiles that were not found caused `map.render()` to hang ([#8769](https://github.com/mapbox/mapbox-gl-native/pull/8769))
84
- - Adds method `map.cancel()` which cancels an ongoing `render` call. ([#8249](https://github.com/mapbox/mapbox-gl-native/pull/8249))
85
-
86
- # 3.4.7 - March 15, 2017
87
-
88
- - Fixed MacOS Release builds ([8409](https://github.com/mapbox/mapbox-gl-native/pull/8409))
89
-
90
- # 3.4.6 - March 14, 2017
91
-
92
- - Publishes `Release` build on Mac ([#8407](https://github.com/mapbox/mapbox-gl-native/pull/8407))
93
- - Fixes the publish binary build process ([#8406](https://github.com/mapbox/mapbox-gl-native/pull/8406))
94
-
95
- # 3.4.5 - March 14, 2017
96
-
97
- - Fixed a memory hang issue after GlyphAtlas was refactored ([#8394](https://github.com/mapbox/mapbox-gl-native/pull/8394))
98
-
99
- # 3.4.4 - January 10, 2017
100
-
101
- - Updates the node binary publish location on s3 to reflect new package name ([#7653](https://github.com/mapbox/mapbox-gl-native/pull/7653))
102
-
103
- # 3.4.3 - January 9, 2017
104
-
105
- - Adds `map.addImage()` and `map.removeImage()` APIs ([#7610](https://github.com/mapbox/mapbox-gl-native/pull/7610))
106
-
107
- # 3.4.2 - November 15, 2016
108
-
109
- - Switches back to publishing Linux binaries with GLX, to eliminate a runtime dependency on `libOSMesa.so.8` and enable dynamically linking against `libGL.so` provided by an alternate implementation, such as the NVIDIA proproetary drivers ([#7503](https://github.com/mapbox/mapbox-gl-native/pull/7053))
110
-
111
- # 3.4.1 - November 10, 2016
112
-
113
- - Skips assigning clip IDs to tiles that won't be rendered, mitigating a `stencil mask overflow` error ([#6871](https://github.com/mapbox/mapbox-gl-native/pull/6871))
114
- - Fixes camera logic to avoid unnecessary or redundant setting of camera options ([#6990](https://github.com/mapbox/mapbox-gl-native/pull/6990))
115
-
116
- # 3.4.0 - November 2, 2016
117
-
118
- - Fixes Bitrise configuration to automatically publish macOS binaries ([#6789](https://github.com/mapbox/mapbox-gl-native/pull/6789))
119
- - Switches from using individual thread pools for each `mbgl::Map` object to sharing the built-in Node.js thread pool for NodeMap implementations ([#6687](https://github.com/mapbox/mapbox-gl-native/pull/6687))
120
-
121
- # 3.3.3 - September 6, 2016
122
-
123
- - Switches to using a NodeRequest member function (with a JavaScript shim in front to preserve the API) instead of a new `v8::Context` to avoid a memory leak ([#5704](https://github.com/mapbox/mapbox-gl-native/pull/5704))
124
- - `map.load` can now throw when failing to parse an invalid style ([#6151](https://github.com/mapbox/mapbox-gl-native/pull/6151))
125
- - Explicitly links the OpenGL framework for compatibility with macOS Sierra ([#6015](https://github.com/mapbox/mapbox-gl-native/pull/6015))
126
-
127
- # 3.3.2 - August 1, 2016
128
-
129
- - Fixes Node.js binary publishing to build with `BUILDTYPE=Release` ([#5838](https://github.com/mapbox/mapbox-gl-native/pull/5838))
130
-
131
- # 3.3.1 - July 29, 2016
132
-
133
- - Fixes `minzoom` and `maxzoom` properties ([#5828](https://github.com/mapbox/mapbox-gl-native/pull/5828))
134
- - Fixes `RunLoop::runOnce()` to use `UV_RUN_NOWAIT` instead of `UV_RUN_ONCE` (which can block the libuv threadpool) ([#5758](https://github.com/mapbox/mapbox-gl-native/pull/5758))
135
- - Map debug options 'overdraw' and 'stencil clip' are now disabled (no-ops) in release mode ([#5555](https://github.com/mapbox/mapbox-gl-native/pull/5555))
136
-
137
- # 3.3.0 - July 14, 2016
138
-
139
- - Adds runtime styling API ([#5318](https://github.com/mapbox/mapbox-gl-native/pull/5318), [#5380](https://github.com/mapbox/mapbox-gl-native/pull/5380), [#5428](https://github.com/mapbox/mapbox-gl-native/pull/5428), [#5429](https://github.com/mapbox/mapbox-gl-native/pull/5429), [#5462](https://github.com/mapbox/mapbox-gl-native/pull/5462), [#5614](https://github.com/mapbox/mapbox-gl-native/pull/5614), [#5670](https://github.com/mapbox/mapbox-gl-native/pull/5670))
140
- - Adds `BUILDTYPE=Debug` support to `make node` ([#5474](https://github.com/mapbox/mapbox-gl-native/pull/5474))
141
- - Fixes a memory leak in `NodeRequest` ([#5529](https://github.com/mapbox/mapbox-gl-native/pull/5529))
142
-
143
- # 3.2.1 - June 7, 2016
144
-
145
- - Fixes a memory leak in raster image data ([#5269](https://github.com/mapbox/mapbox-gl-native/pull/5269))
146
-
147
- # 3.2.0 - June 3, 2016
148
-
149
- - Switches to [earcut.hpp](https://github.com/mapbox/earcut.hpp) for tessellation ([#2444](https://github.com/mapbox/mapbox-gl-native/pull/2444))
150
-
151
- # 3.1.3 - May 27, 2016
152
-
153
- - Fixes a leak in TexturePoolHolder ([#5141](https://github.com/mapbox/mapbox-gl-native/pull/5141))
154
- - Fixes a bug where a callback would be fired after an AsyncRequest had been cancelled ([#5162](https://github.com/mapbox/mapbox-gl-native/pull/5162))
155
-
156
- # 3.1.2 - April 26, 2016
157
-
158
- - Fixes a race condition with animated transitions ([#4836](https://github.com/mapbox/mapbox-gl-native/pull/4836))
159
-
160
- # 3.1.1 - April 11, 2016
161
-
162
- - Moves node-pre-gyp from `bundledDependencies` to `preinstall` ([#4680](https://github.com/mapbox/mapbox-gl-native/pull/4680))
163
-
164
- # 3.1.0 - April 8, 2016
165
-
166
- - Adds debug render options ([#3840](https://github.com/mapbox/mapbox-gl-native/pull/3840))
167
- - Fixes circle bucket rendering on tile boundaries ([#3764](https://github.com/mapbox/mapbox-gl-native/issues/3764))
168
- - Fixes a segfault caused by improperly disposing the entire module in the `NodeLog` destructor ([#4639](https://github.com/mapbox/mapbox-gl-native/pull/4639))
169
- - Fixes an issue with vanishing GeoJSON layers at high zoom levels ([#4632](https://github.com/mapbox/mapbox-gl-native/issues/4632))
170
- - Fixes inheritance from EventEmitter ([#4567](https://github.com/mapbox/mapbox-gl-native/pull/4576))
171
- - Fixes intermittent `stencil mask overflow` error ([#962](https://github.com/mapbox/mapbox-gl-native/issues/962))
172
- - Drops support for Node.js v5.x prebuilt binaries due to ongoing npm3 instability ([#4370](https://github.com/mapbox/mapbox-gl-native/issues/4370))
173
-
174
- # 3.0.2 - February 4, 2016
175
-
176
- - Fixes a memory leak in `NodeMap::request` ([#3829](https://github.com/mapbox/mapbox-gl-native/pull/3829))
177
- - Increases default max zoom level from 18 to 20 ([#3712](https://github.com/mapbox/mapbox-gl-native/pull/3712))
178
- - Support tiles with non-4096 extents ([#3766](https://github.com/mapbox/mapbox-gl-native/pull/3766))
179
-
180
- # 3.0.1 - January 26, 2016
181
-
182
- - Fixes missing icon collision boxes ([#3672](https://github.com/mapbox/mapbox-gl-native/pull/3672))
183
- - Fixes texture filtering to draw sharper icons ([#3669](https://github.com/mapbox/mapbox-gl-native/pull/3669))
184
-
185
- # 3.0.0 - January 21, 2016
186
-
187
- - Drops support for Node.js v0.10.x ([#3635](https://github.com/mapbox/mapbox-gl-native/pull/3635))
188
- - Fixes label clipping issues with `symbol-avoid-edges` ([#3623](https://github.com/mapbox/mapbox-gl-native/pull/3623))
189
- - Avoids label placement around sharp zig-zags ([#3640](https://github.com/mapbox/mapbox-gl-native/pull/3640))
190
-
191
- # 2.2.2 - January 19, 2016
192
-
193
- - Fixes a bug with non-deterministic label placement [#3543](https://github.com/mapbox/mapbox-gl-native/pull/3543)
194
-
195
- # 2.2.1 - January 7, 2016
196
-
197
- - Fixes a bug which clipped labels at tile boundaries [#2829](https://github.com/mapbox/mapbox-gl-native/pull/2829)
198
-
199
- # 2.2.0 - December 16, 2015
200
-
201
- - Adds support for GeoJSON sources [#2161](https://github.com/mapbox/mapbox-gl-native/pull/2161)
202
-
203
- # 2.1.0 - December 8, 2015
204
-
205
- - Adds [`line-offset`](https://github.com/mapbox/mapbox-gl/issues/3) style property support
206
-
207
- # 2.0.1 - November 25, 2015
208
-
209
- - Test and publish binaries for Node.js v5.x. ([#3129](https://github.com/mapbox/mapbox-gl-native/pull/3129))
210
-
211
- # 2.0.0 - November 24, 2015
212
-
213
- - Integrates Node.js bindings into core mapbox-gl-native project. ([#2179](https://github.com/mapbox/mapbox-gl-native/pull/2179))
214
- - Adds Node.js v4.x and io.js v3.x support. ([#2261](https://github.com/mapbox/mapbox-gl-native/pull/2261))
215
- - Requires an options object argument to `new mbgl.Map()`
216
- (with required `request` and optional `cancel` methods),
217
- drops `mbgl.FileSource`. ([mapbox/node-mapbox-gl-native#143](https://github.com/mapbox/node-mapbox-gl-native/pull/143))
218
- - Changes `request` semantics to pass a second, callback argument instead
219
- of needing to call `req.respond`. ([#2299](https://github.com/mapbox/mapbox-gl-native/pull/2299))
220
- - Accepts optional `ratio` (defaults to `1.0`) in `mbgl.Map` options
221
- argument. Map pixel ratio is now immutable and can no longer be set with
222
- render options. ([`a8d9b92`](https://github.com/mapbox/mapbox-gl-native/commit/a8d9b921d71a91d7f8eff82e5a584aaab8b7d1c6), [#1799](https://github.com/mapbox/mapbox-gl-native/pull/1799), [#2937](https://github.com/mapbox/mapbox-gl-native/pull/2937))
223
- - Swaps array order in render options `center` argument to `[lng, lat]` for consistency with GeoJSON and mapbox-gl-js. ([#2935](https://github.com/mapbox/mapbox-gl-native/pull/2935))
224
- - Adds render option `pitch`. ([#2702](https://github.com/mapbox/mapbox-gl-native/pull/2702))
225
- - `map.render` now returns a raw image buffer instead of an object with
226
- `width`, `height` and `pixels` properties. ([#2262](https://github.com/mapbox/mapbox-gl-native/pull/2262))
227
- - Adds support for rendering [mapbox-gl-style-spec](https://github.com/mapbox/mapbox-gl-style-spec) v8 styles.
228
- - No longer loads resources before a render request is made. ([`55d25a8`](https://github.com/mapbox/mapbox-gl-native/commit/55d25a80a77c06ef5e66acc0d8518867b03fe8a4))
229
- - Fixes a bug which prevented raster tiles that `404`'ed from rendering. ([#2458](https://github.com/mapbox/mapbox-gl-native/pull/2458))
230
- - Fade transitions are now ignored to prevent half faded labels. ([#942](https://github.com/mapbox/mapbox-gl-native/pull/942))
231
- - Labels can now line wrap on hyphens and other punctuation. ([#2598](https://github.com/mapbox/mapbox-gl-native/pull/2598))
232
-
233
- # 1.1.3 - June 25, 2015
234
-
235
- - Removes deprecated mbgl::Environment from NodeLogObserver.
236
-
237
- # 1.1.2 - June 22, 2015
238
-
239
- - Check libuv version semver-ishly, fixes segfaults in Node.js 0.12.x
240
- and io.js.
241
- - Fixes segfault, throws JavaScript error instead when attempting to
242
- render without first loading a style.
243
- - Bumps mbgl submodule to v0.4.0
244
-
245
- # 1.1.1 - June 16, 2015
246
-
247
- - Bumps mbgl submodule to v0.3.5
248
-
249
- # 1.1.0 - June 15, 2015
250
-
251
- - Adds Node.js v0.12.x and io.js support.
252
- - Adds `map.release()` method for manual cleanup of map resources.
253
- - Fixes garbage collection of NodeMap objects.
254
- - Returns an error callback for failed NodeFileSource requests.
255
- - Fixes handling of corrupt NodeFileSource request data.
256
- - Implements request coalescing to fix NodeRequest cancellation.
257
- - Removes `setAccessToken` method from NodeMap, `mapbox://` URLs
258
- should be handled through `NodeFileSource` now.
259
- - Updates build scripts and Travis CI configuration.
260
- - Logs Environment ID and thread name when in an Environment scope.
261
- - Refactors NodeLog to implement mbgl::Log::Observer.
262
- - Fixes uncaught exception from missing sprites.
263
- - Fixes Unicode glyph range end.
264
-
265
- # 1.0.3 - April 3, 2015
266
-
267
- - Fixes crash during garbage collection by assigning FileSource handle
268
- to a v8::Persistent in NodeMap constructor.
269
-
270
- # 1.0.2 - April 2, 2015
271
-
272
- - Initialize shared display connection at module load time to avoid
273
- race condition when display connection is initialized on-demand.
274
-
275
- # 1.0.1 - March 19, 2015
276
-
277
- - Adapts NodeFileSource around mbgl::Environment additions.
278
- - Adapts to minor changes in mapbox-gl-test-suite.
279
- - Adds tests for gzipped vector tile handling.
280
- - Cleans up documentation.
281
-
282
- # 1.0.0 - February 25, 2015
283
-
284
- - Initial release.