Update dependency mapbox-gl to v1 - autoclosed #30
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
0.49.0
->1.13.0
Release Notes
mapbox/mapbox-gl-js
v1.13.0
Compare Source
✨ Features and improvements
symbol-sort-key
. #9751 (h/t @osvodef)Marker
clickTolerance
option. #9640 (h/t @ChristopherChudzicki)Map
hasControl
method. #10035Popup
setOffset
method. #9946 (h/t @jutaz)KeyboardHandler
disableRotation
andenableRotation
methods. #10072 (h/t @jmbott)🐞 Bug fixes
queryRenderedFeatures
didn't properly expose the paint values if they were data-driven. #10074 (h/t @osvodef)fitBounds
had an unexpected result with non-zero bearing and uneven padding. #9821 (h/t @allison-strandberg)within
expression didn't work inquerySourceFeatures
. #9933Popup
content HTML element was removed onsetDOMContent
. #10036icon-image
is used as a legacy categorical function. #10060Image
dataURI's are released. #10118We intend to remove support for Internet Explorer 11 in a future release of GL JS later this year.
v1.12.0
Compare Source
✨ Features and improvements
setTiles
,setUrl
). #8048 (h/t @stepankuzmin)filter
option for GeoJSON sources to filter out features prior to processing (e.g. before clustering). #9864line-gradient
for long lines. #9694raster-dem
sources to properly support themaxzoom
option and overzooming. #9789 (h/t @brendan-ward)🐞 Bug fixes
easeTo
andflyTo
animations, freezing the map. #9884 (h/t @andycalder)addImage
. #9911 (h/t @francois2metz)promoteId
option failed for fill extrusions with defined feature ids. #9863🛠️ Workflow
master
tomain
.v1.11.1
Compare Source
🐞 Bug fixes
map.loaded()
to incorrectly returnfalse
after a click event. (#9825)v1.11.0
Compare Source
✨ Features and improvements
Marker
icon.(#9414) (h/t adrianababakanian)clusterMinPoints
option for clustered GeoJSON sources that defines the minimum number of points to form a cluster.(#9748)🐞 Bug fixes
*-pattern
properties on AMD graphics card vendor.(#9681)geometry exceeds allowed extent
warning when using Mapbox Streets vector tiles.(#9753)v1.10.2
Compare Source
🐞 Bug fixes
v1.10.1
Compare Source
🐞 Bug fixes
map.isMoving()
returned true while map was not moving (#9647, fixed by #9679)touchmove
events from firing during gestures (#9676, fixed by #9685)image
expression evaluation which was broken under certain conditions (#9630, fixed by #9685)within
expressions in filters not evaluating correctly (#9605, fixed by #9611)undefined
paint variable inStyleLayer
(#9688) (h/t mannnick24)v1.10.0
Compare Source
✨ Features
mapboxgl.prewarm()
andmapboxgl.clearPrewarmedResources()
methods to allow developers to optimize load times for their maps (#9391)index-of
andslice
expressions to search arrays and strings for the first occurrence of a specified value and return a section of the original array or string (#9450) (h/t lbutler)🍏 Gestures
This release significantly refactors and improves gesture handling on desktop and mobile. Three new touch gestures have been added:
two-finger swipe
to adjust pitch,two-finger double tap
to zoom out, andtap then drag
to adjust zoom with one finger (#9365). In addition, this release brings the following changes and bug fixes:easeTo
animations when interaction handlers are disabled (#8725)map.scrollZoom
is disabled (#9230)mousedown
ortouchstart
map event and calling .preventDefault() (#9365)🐞 Improvements and bug fixes
GlyphManager
continually re-requesting missing glyph ranges (#8027, fixed by #9375) (h/t oterral)map.queryRenderedFeatures(...)
(#9454)background-pattern
with data driven expressions (#9518, fixed by #9520)within
expression would return inconsistent values for points on tile boundaries (#9411, #9428)within
expression would incorrectly evaluate geometries that cross the antimeridian (#9440)v1.9.1
Compare Source
🐞 Bug fixes
Map#fitBounds(..)
wherein thepadding
passed to options would get applied twice.*-pattern
properties reference images added withMap#addImage(..)
.setPaintProperty
.v1.9.0
Compare Source
With this release, we're adding a new changelog policy to our contribution guidelines.
This release also fixes several long-standing bugs and unintentional rendering behavior with
line-pattern
. The fixes come with a visual change to how patterns added withline-pattern
scale. Previously, patterns that became larger than the line would be clipped, sometimes distorting the pattern, particularly on mobile and retina devices. Now the pattern will be scaled to fit under all circumstances. #9266 showcases examples of the visual differences. For more information and to provide feedback on this change, see #9394.✨ Features
within
expression for testing whether an evaluated feature lies within a given GeoJSON object (#9352).- We are aware of an edge case in which points with wrapped coordinates (e.g. longitude -185) are not evaluated properly. See (#9442) for more information.
- An example of the
within
expression:"icon-opacity": ["case", ["==", ["within", "some-polygon"], true], 1, ["==", ["within", "some-polygon"], false], 0]
easeTo
andflyTo
now supportpadding: PaddingOptions
which lets developers shift a map's center of perspective when building floating sidebars (#8638)🍏 Improvements
queryRenderedFeatures
now have evaluated property values rather than raw expressions (#9198)line-pattern
on all device resolutions and pixel ratios (#9266)LngLatBounds.extend
is more flexible because it now accepts objects withlat
andlon
properties as well as arrays of coordinates (#9293)showTileBoundaries
debug text (#9267)🐞 Bug fixes
addImage(id, image, pixelRatio)
by the asset pixel ratio, not the device pixel ratio (#9372)in
expression to be false (#9295)feature-state
for a layer that has been removed, fixes #8634 (#9305)dir=rtl
(#9332)line-dash-array
of empty length (#9385)icon-image
expression that evaluates to an empty string (''
) produced a warning (#9380)popup
methods threw errors when accessing the container element before it was created, fixes #9429(#9433)v1.8.1
Compare Source
v1.8.0
Compare Source
✨ Features and improvements
showAccuracyCircle
option to GeolocateControl that shows the accuracy of the user's location as a transparent circle. Mapbox GL JS will show this circle by default. (#9253) (h/t Meekohi)🐞 Bug fixes
line-dasharray
is now ignored correctly whenline-pattern
is set (#9189)getClusterExpansionZoom
,getClusterChildren
, andgetClusterLeaves
callbacks (#9251)line-dasharray
(#9246)trackUserLocation
wasfalse
and the control was removed before the Geolocation API had returned a location (#9291)promoteId
for line layers (#9210)v1.7.0
Compare Source
✨ Features
promoteId
option to use a feature property as ID for feature state (#8987)mapboxgl.Popup
,closeOnMove
, that closes the popup when the map's position changes (#9163)map.once()
now allows specifying a layer id as a third parameter making it consistent withmap.on()
(#8875)🍏 Improvements
ImageBitmap
andOffscreenCanvas
(#8845)symbol-avoid-edges
documentation to acknowledge the existence of global collision detection (#9157)in
function which has been replaced by thein
expression (#9102)🐞 Bug Fixes
GeolocateControl
where multiple instances of the control on one page may result in the user location not being updated (#9092)fill-extrusions
made from polygons with coincident points and polygons with less than four points (#9138)symbol-sort-key
was not used for collisions that crossed tile boundaries (#9054)DragRotateHandler._onMouseUp
getting stuck in drag/rotate (#9137)clickTolerance
toDragRotateHandler
) (#9015) (h/t Yanonix)v1.6.1
Compare Source
🐞 Bug Fixes
script-src: blob:
in their CSP.(#9122)v1.6.0
Compare Source
✨ Features
image
expression within aformat
expression:"text-field": ["format", "Some text", ["image", "my-image"], "some more text"]
(#8904)icon-text-fit
to draw resized images with unstretched corners and borders. (#8997)in
expression. It can check if a value is in an array (["in", value, array]
) or a substring is in a string (["in", substring, string]
) (#8876)minPitch
andmaxPitch
map options (#8834)rotation
,rotationAlignment
andpitchAlignment
options to markers (#8836) (h/t dburnsii)essential
parameter to AnimationOptions that can overrideprefers-reduced-motion: reduce
(#8743, fixed by #8883)🍏 Improvements
map.setMinZoom(0)
(#9028)🐞 Bug Fixes
Failed to execute 'shaderSource' on 'WebGLRenderingContext'
errors (#9017)map.showTileBoundaries
rendering (#7314)generateId
in conjunction withcluster
in a GeoJSONSource (#8223, fixed by #8945)v1.5.1
Compare Source
This patch introduces two workarounds that address longstanding issues related to unbounded memory growth in Safari, including #8771 and #4695. We’ve identified two memory leaks in Safari: one in the CacheStorage API, addressed by #8956, and one in transferring data between web workers through Transferables, addressed by #9003.
🍏 Improvements
CacheStorage
API. ( #8856)Transferable
objects to transferArrayBuffers
to WebWorkers. If GL-JS detetcts that it is running in Safari, the use ofTransferables
to transfer data to WebWorkers is disabled. ( #9003)map.setData
. (#8913) (h/t msbarry)v1.5.0
Compare Source
✨ Features
outofmaxbounds
event to GeolocateControl, which is emitted when the user is outside ofmap.maxBounds
(#8756) (h/t MoradiDavijani)mapboxgl.getRTLTextPluginStatus()
to query the current status of thertl-text-plugin
to make it easier to allow clearing the plugin when necessary. (ref. #7869) (#8864)hash
Map option to be set as a string, which sets the map hash in the url to a custom query parameter. (#8603) (h/t SebCorbin)🍏 Improvements
🐞 Bug Fixes
text-variable-anchor
not trying multiple placements during collision with icons whenicon-text-fit
is enabled. (#8803)icon-text-fit
not properly respecting vertical labels. (#8835)ArrayBuffers
in environments whereinstanceof ArrayBuffer
fails.(e.gcypress
) (#8868)v1.4.1
Compare Source
🐞 Bug Fixes
coalesce
handles theimage
operator so available images are rendered properly (#8839)styleimagemissing
event for an empty string value (#8840)ResolvedImage
type so*-pattern
properties work properly (#8833)v1.4.0
Compare Source
✨ Features
image
expression operator to determine image availability (#8684)text-offset
with variable label placement (#8642)🍏 Improvements
🐞 Bug fixes
collisionBox
whentext-translate
oricon-translate
is enabled (#8659)TypeError
when reloading a source and immediately removing the map (#8711)originalEvent
property to NavigationControl events (#8693) (h/t stepankuzmin)Popup#trackPointer
before setting its content or location (#8757) (h/t zxwandrew)icon-text-fit
are now sized correctly (#8741)icon-text-fit
now works correctly (#8741)v1.3.2
Compare Source
v1.3.1
Compare Source
🐞 Bug Fixes
render
event was sometimes not fired afterload
event in IE11. #8708v1.3.0
Compare Source
🍏 Features
text-writing-mode
symbol layer property to allow placing point labels vertically. #8399text/icon-allow-overlap
is set totrue
. #8620text-color
to be used in formatted expressions to be able to draw different parts of a label in different colors. #8068✨ Improvements
map.showTileBoundaries = true
. #8380 (h/t @andrewharvey)MercatorCoordinate.meterInMercatorCoordinateUnits
method to make it easier to convert from meter units to coordinate values used in custom layers. #8524 (h/t @andrewharvey)mapbox-gl-js-docs
repo. #8582🐞 Bug Fixes
esm
from packagedependencies
(so that it's not installed onnpm install mapbox-gl
). #8586 (h/t @DatGreekChick)v1.2.1
Compare Source
🐞 Bug fixes
NavigationControl
compass button that prevented it from rotating with the map (#8605)v1.2.0
Compare Source
Features and improvements
*-sort-key
layout property for circle, fill, and line layers, to dictate which features appear above others within a single layer(#8467)prefers-reduced-motion
settings in browser (#8494)visualizePitch
option that tilts the compass as the map pitches (#8208, fixed by #8296) (h/t pakastin)convertFilter
API in the style specification (#8493Bug fixes
text-variable-anchor
, such that previous anchor positions would take precedence only if they are present in the updated array (considered a bug fix, but is technically a breaking change from previous behavior) (#8473)startPos
is not defined (#8462) (h/t @msbarry)baseAPIURL
of a certain form (#8466)v1.1.1
Compare Source
🐞 Bug fixes
v1.1.0
Compare Source
✨ Minor features and improvements
queryRenderedFeatures
andquerySourceFeatures
calls, as a performance optimization (#8211) (h/t gorshkov-leonid)setFilter
performance by caching keys ingroupByLayout
routine (#8122) (h/t vallendm)symbol-z-order: viewport-y
, when icons are allowed to overlap but not text (#8180)WebGLRenderingContext
argument toonRemove
function ofCustomLayerInterface
, to allow direct cleanup of related context (#8156) (h/t ogiermaitre)setZoomRate
andsetWheelZoomRate
methods toScrollZoomHandler
(#7863) (h/t sf31)trackPointer
method toPopup
API that continuously repositions the popup to the mouse cursor when the cursor is within the map (#7786)getElement
method toPopup
to retrieve the popup's HTML element (#8123) (h/t bravecow)fill-pattern
example to the documentation (#8022) (h/t flawyte)nofollow
to Mapbox logo & "Improve this map" links (#8106) (h/t viniciuskneves)🐞 Bug fixes
updateImage
not working as expected in Chrome (#8199)movestart
events when zooming (#8259) (h/t bambielli-flex)"format"
expression failing when options are provided (#8339)setPaintProperty
not working online-pattern
property (#8289)findStopLessThanOrEqualTo
algorithm (#8134) (h/t Mike96Angelo)text-align: center
(#8227) (h/t mc100s)Popup#maxWidth
accepts allmax-width
CSS values (#8312) (h/t viniciuskneves)v1.0.0
Compare Source
This release replaces the existing “map views” pricing model in favor of a “map load” model. Learn more in a recent blog post about these changes.
By upgrading to this release, you are opting in to the new map loads pricing.
Why is this change being made?
This change allows us to implement a more standardized and predictable method of billing GL JS map usage. You’ll be charged whenever your website or web application loads, not by when users pan and zoom around the map, incentivizing developers to create highly interactive map experiences. The new pricing structure also creates a significantly larger free tier to help developers get started building their applications with Mapbox tools while pay-as-you-go pricing and automatic volume discounts help your application scale with Mapbox. Session billing also aligns invoices with metrics web developers already track and makes it easier to compare usage with other mapping providers.
What is changing?
When (and only when) loading tiles from a Mapbox API with a Mapbox access token set (
mapboxgl.accessToken
), a query parameter namedsku
will be added to all requests for vector, raster and raster-dem tiles. Every map instance uses a uniquesku
value, which is refreshed every 12 hours. The token itself is comprised of a token version (always “1”), a sku ID (always “01”) and a random 10-digit base-62 number. The purpose of the token is to allow for metering of map sessions on the server-side. A session lasts from a new map instantiation until the map is destroyed or 12 hours passes, whichever comes first.For further information on the pricing changes, you can read our blog post and check out our new pricing page, which has a price calculator. As always, you can also contact our team at https://support.mapbox.com.
v0.54.1
Compare Source
Bug fixes
v0.54.0
Compare Source
Breaking changes
localIdeographFontFamily
map option on by default. This may change how CJK labels are rendered, but dramatically improves performance of CJK maps (because the browser no longer needs to download heavy amounts of font data from the server). AddlocalIdeographFontFamily: false
to turn this off. #8008Popup
maxWidth
option, set to"240px"
by default. #7906Major features
mapbox-gl-csp.js
bundle for strict CSP environments whereworker-src: blob
is disallowed. #8044Minor features and improvements
"visibility": "visible"
. #8005rel="noopener"
attributes to links that lead to external websites (such as Mapbox logo and OpenStreetMap edit link) for improved security. #7914map.showTileBoundaries
is turned on. #7963canvasSource.pause
to be more reliable and able to render a single frame. #8130Bug fixes
source.setData(url)
many times. #8035map.getCenter()
returned a reference to an internalLngLat
object instead of cloning it, leading to potential mutability bugs. #7922Map#removeFeatureState
does not remove the state from some tile zooms #8087removeFeatureState
didn't work on features withid
equal to0
. #8150 (h/t jutaz)v0.53.1
Compare Source
Bug fixes
Renovate configuration
📅 Schedule: At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻️ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by WhiteSource Renovate. View repository job log here.