Update dependency mapbox-gl to v0.54.1 #27
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
->0.54.1
Release Notes
mapbox/mapbox-gl-js
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
v0.53.0
Compare Source
Features and improvements
fill-extrusion
querying with ray picking (#7499)clusterProperties
option for aggregated cluster properties (#2412, fixed by #7584)fitBounds
options. (#7681) (h/t elyobo)Map#remove
(#7749) (h/t andycalder)Map#removeFeatureState
(#7761)number-format
expression (#7626)symbol-sort-key
style property (#7678)Bug fixes
file://
protocol in XHR requests for Cordova/Ionic/etc (#7818)LngLat.toBounds()
default radius to 0 (#7722, fixed by #7723) (h/t cherniavskii)feature-state
dependent layers (#7523, fixed by #7790)map.repaint
from mistakenly enabling continuous repaints (#7667)v0.52.0
Compare Source
Breaking changes
mapbox://
urls so they can be transformed withconfig.API_URL
(#7594)Features and improvements
config.API_URL
(#7594)Bug fixes
v0.51.0
Compare Source
November 7, 2018
✨ Features and improvements
MercatorCoordinate
type (#7488)contextmenu
to be enabled (#2301, fixed by #7369)LngLat
conversion from{lat, lon}
(#7507) (h/t bfrengley)feature-state
expressions in filters (#7366)🐛 Bug fixes
hash
within iframes in IE11 (#7411)v0.50.0
Compare Source
October 10, 2018
✨ Features and improvements
concat
expression andtext-field
property (#6190, fixed by #7280)fill-extrusion-vertical-gradient
property for controlling shading of fill extrusions (#5768, fixed by #6841)ImageSource
(#4050, fixed by #7342) (h/t dcervelli)🐛 Bug fixes
log2
andlog10
in IE11 (#7318, fixed by #7320)let
expression stripping expected type during parsing (#7300, fixed by #7301)literal
expression (#7336, fixed by #7337)to-color
on values that are already of typeColor
(#7260)to-array
for empty arrays ((#7261))text-field
when using formatted text (#7351)null
to0
into-number
expression (#7083, fixed by #7274)CanvasSource
when it crosses the antimeridian (#7273)CanvasSource
not respecting alpha values set oncanvas
element (#7302, fixed by #7309)loaded
after certain runtime styling changes when there were errored tiles in the viewport (#7355)*-allow-overlap: true
when panning into the viewport (#7172, fixed by#7244)mouseover
event (#7295, fixed by #7299)getImage
if an SVG is requested (#7312, fixed by #7313)Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - 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 Mend Renovate. View repository job log here.