Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update dependency mapbox-gl to v0.54.1 #27

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 12, 2018

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
mapbox-gl 0.49.0 -> 0.54.1 age adoption passing confidence

Release Notes

mapbox/mapbox-gl-js

v0.54.1

Compare Source

Bug fixes
  • Fix unbounded memory growth caused by failure to cancel requests in IE (#​8481)

v0.54.0

Compare Source

Breaking changes
  • Turned 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). Add localIdeographFontFamily: false to turn this off. #​8008
  • Added Popup maxWidth option, set to "240px" by default. #​7906
Major features
  • Added support for updating and animating style images. #​7999
  • Added support for generating style images dynamically (e.g. for drawing icons based on feature properties). #​7987
  • Added antialiasing support for custom layers. #​7821
  • Added a new mapbox-gl-csp.js bundle for strict CSP environments where worker-src: blob is disallowed. #​8044
Minor features and improvements
  • Improved performance of fill extrusions. #​7821
  • Improved performance of symbol layers. #​7967
  • Slightly improved rendering performance in general. #​7969
  • Slightly improved performance of HTML markers. #​8018
  • Improved diffing of styles with "visibility": "visible". #​8005
  • Improved zoom buttons to grey out when reaching min/max zoom. #​8023
  • Added a title to fullscreen control button. #​8012
  • Added rel="noopener" attributes to links that lead to external websites (such as Mapbox logo and OpenStreetMap edit link) for improved security. #​7914
  • Added tile size info when map.showTileBoundaries is turned on. #​7963
  • Significantly improved load times of the benchmark suite. #​8066
  • Improved behavior of canvasSource.pause to be more reliable and able to render a single frame. #​8130
Bug fixes
  • Fixed a bug in Mac Safari 12+ where controls would disappear until you interact with the map. 8193
  • Fixed a memory leak when calling source.setData(url) many times. #​8035
  • Fixed a bug where marker lost focus when dragging. #​7799
  • Fixed a bug where map.getCenter() returned a reference to an internal LngLat object instead of cloning it, leading to potential mutability bugs. #​7922
  • Fixed a bug where default HTML marker positioning was slightly off. #​8074
  • Fixed a bug where adding a fill extrusion layer for non-polygon layers would lead to visual artifacts. #​7685
  • Fixed intermittent Flow failures on CI. #​8061
  • Fixed a bug where calling Map#removeFeatureState does not remove the state from some tile zooms #​8087
  • Fixed a bug where removeFeatureState didn't work on features with id equal to 0. #​8150 (h/t jutaz)

v0.53.1

Compare Source

Bug fixes

v0.53.0

Compare Source

Features and improvements
  • Enable fill-extrusion querying with ray picking (#​7499)
  • Add clusterProperties option for aggregated cluster properties (#​2412, fixed by #​7584)
  • Allow initial map bounds to be adjusted with fitBounds options. (#​7681) (h/t elyobo)
  • Remove popups on Map#remove (#​7749) (h/t andycalder)
  • Add Map#removeFeatureState (#​7761)
  • Add number-format expression (#​7626)
  • Add symbol-sort-key style property (#​7678)
Bug fixes
  • Upgrades Earcut to fix a rare bug in rendering polygons that contain a coincident chain of holes (#​7806, fixed by #​7878)
  • Allow file:// protocol in XHR requests for Cordova/Ionic/etc (#​7818)
  • Correctly handle WebP images in Edge 18 (#​7687)
  • Fix bug which mistakenly requested WebP images in browsers that do not support WebP (#​7817) (#​7819)
  • Fix images not being aborted when dequeued (#​7655)
  • Fix DEM layer memory leak (#​7690, fixed by #​7691)
  • Set correct color state before rendering custom layer (#​7711)
  • Set LngLat.toBounds() default radius to 0 (#​7722, fixed by #​7723) (h/t cherniavskii)
  • Fix race condition in feature-state dependent layers (#​7523, fixed by #​7790)
  • Prevent map.repaint from mistakenly enabling continuous repaints (#​7667)
  • Prevent map shaking while zooming in on raster tiles (#​7426)
  • Fix query point translation for multi-point geometry (#​6833, fixed by #​7581)

v0.52.0

Compare Source

Breaking changes
  • Canonicalize tile urls to mapbox:// urls so they can be transformed with config.API_URL (#​7594)
Features and improvements
  • Add getter and setter for config.API_URL (#​7594)
  • Allow user to define element other than map container for full screen control (#​7548)
  • Add validation option to style setters (#​7604)
  • Add 'idle' event: fires when no further rendering is expected without further interaction. (#​7625)
Bug fixes
  • Fire error when map.getLayoutProperty references missing layer (#​7537, fixed by #​7539)
  • Fix shaky sprites when zooming with scrolling (#​7558)
  • Fix layout problems in attribution control (#​7608) (h/t lucaswoj)
  • Fixes resetting map's pitch to 0 if initial bounds is set (#​7617) (h/t stepankuzmin)
  • Fix occasional failure to load images after multiple image request abortions #​7641
  • Update repo url to correct one (#​7486) (h/t nicholas-l)
  • Fix bug where symbols where sometimes not rendered immediately (#​7610)
  • Fix bug where cameraForBounds returns incorrect CameraOptions with asymmetrical padding/offset (#​7517, fixed by #​7518) (h/t mike-marcacci)
  • Use diff+patch approach to map.setStyle when the parameter is a URL (#​4025, fixed by #​7562)
  • Begin touch zoom immediately when rotation disabled (#​7582) (h/t msbarry)
  • Fix symbol rendering under opaque fill layers (#​7612)
  • Fix shaking by aligning raster sources to pixel grid only when map is idle (7426)
  • Fix raster layers in Edge 18 by disabling it's incomplete WebP support (7687)
  • Fix memory leak in hillshade layer (7691)
  • Fix disappearing custom layers (7711)

v0.51.0

Compare Source

November 7, 2018

✨ Features and improvements
  • Add initial bounds as map constructor option (#​5518) (h/t stepankuzmin)
  • Improve performance on machines with > 8 cores (#​7407, fixed by #​7430)
  • Add MercatorCoordinate type (#​7488)
  • Allow browser-native contextmenu to be enabled (#​2301, fixed by #​7369)
  • Add an unminified production build to the NPM package (#​7403)
  • Add support for LngLat conversion from {lat, lon} (#​7507) (h/t bfrengley)
  • Add tooltips for navigation controls (#​7373)
  • Show attribution only for used sources (#​7384)
  • Add telemetry event to log map loads (#​7431)
  • Tighten style validation
    • Disallow expressions as stop values (#​7396)
    • Disallow feature-state expressions in filters (#​7366)
🐛 Bug fixes
  • Fix for GeoJSON geometries not working when coincident with tile boundaries(#​7436, fixed by #​7448)
  • Fix depth buffer-related rendering issues on some Android devices. (#​7471)
  • Fix positioning of compact attribution strings (#​7444, #​7445, and #​7391)
  • Fix an issue with removing markers in mouse event callbacks (#​7442) (h/t vbud)
  • Remove controls before destroying a map (#​7479)
  • Fix display of Scale control values < 1 (#​7469) (h/t MichaelHedman)
  • Fix an error when using location hash within iframes in IE11 (#​7411)
  • Fix depth mode usage in custom layers (#​7432) (h/t markusjohnsson)
  • Fix an issue with shaky sprite images during scroll zooms (#​7558)

v0.50.0

Compare Source

October 10, 2018

✨ Features and improvements
  • 🎉 Add Custom Layers that can be rendered into with user-provided WebGL code (#​7039)
  • Add WebGL face culling for increased performance (#​7178)
  • Improve speed of expression evaluation (#​7334)
  • Automatically coerce to string for concat expression and text-field property (#​6190, fixed by #​7280)
  • Add fill-extrusion-vertical-gradient property for controlling shading of fill extrusions (#​5768, fixed by #​6841)
  • Add update functionality for images provided via ImageSource (#​4050, fixed by #​7342) (h/t dcervelli)
🐛 Bug fixes
  • Expressions
    • Fix expressions that use log2 and log10 in IE11 (#​7318, fixed by #​7320)
    • Fix let expression stripping expected type during parsing (#​7300, fixed by #​7301)
    • Fix superfluous wrapping of literals in literal expression (#​7336, fixed by #​7337)
    • Allow calling to-color on values that are already of type Color (#​7260)
    • Fix to-array for empty arrays ((#​7261))
    • Fix identity functions for text-field when using formatted text (#​7351)
    • Fix coercion of null to 0 in to-number expression (#​7083, fixed by #​7274)
  • Canvas source
    • Fix missing repeats of CanvasSource when it crosses the antimeridian (#​7273)
    • Fix CanvasSource not respecting alpha values set on canvas element (#​7302, fixed by #​7309)
  • Rendering
    • Fix rendering of fill extrusions with really high heights (#​7292)
    • Fix an error where the map state wouldn't return to loaded after certain runtime styling changes when there were errored tiles in the viewport (#​7355)
    • Fix errors when rendering symbol layers without symbols (#​7241, fixed by #​7253)
    • Don't fade in symbols with *-allow-overlap: true when panning into the viewport (#​7172, fixed by#​7244)
  • Library
    • Fix disambiguation for mouseover event (#​7295, fixed by #​7299)
    • Fix silent failure of getImage if an SVG is requested (#​7312, fixed by #​7313)
    • Fix empty control group box shadow (#​7303, fixed by #​7304) (h/t Duder-onomy)
    • Fixed an issue where a wrong timestamp was sent for Mapbox turnstile events (#​7381)
    • Fixed a bug that lead to attribution not showing up correctly in Internet Explorer (#​3945, fixed by #​7391)

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.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot added the dependency This pull request updates a dependency label Oct 12, 2018
@renovate renovate bot force-pushed the renovate/mapbox-gl-0.x branch from 22e2f9c to 639c2ba Compare November 7, 2018 23:45
@renovate renovate bot changed the title Update dependency mapbox-gl to v0.50.0 Update dependency mapbox-gl to v0.51.0 Nov 7, 2018
@renovate renovate bot changed the title Update dependency mapbox-gl to v0.51.0 Update dependency mapbox-gl to v0.52.0 Dec 19, 2018
@renovate renovate bot force-pushed the renovate/mapbox-gl-0.x branch from 639c2ba to 98a0379 Compare December 19, 2018 19:46
@renovate renovate bot force-pushed the renovate/mapbox-gl-0.x branch from 98a0379 to e025a7b Compare February 7, 2019 20:14
@renovate renovate bot changed the title Update dependency mapbox-gl to v0.52.0 Update dependency mapbox-gl to v0.53.0 Feb 7, 2019
@renovate renovate bot changed the title Update dependency mapbox-gl to v0.53.0 Update dependency mapbox-gl to v0.53.1 Feb 27, 2019
@renovate renovate bot force-pushed the renovate/mapbox-gl-0.x branch from e025a7b to 8e4bffd Compare February 27, 2019 22:45
@renovate renovate bot force-pushed the renovate/mapbox-gl-0.x branch from 8e4bffd to e105956 Compare May 4, 2019 16:55
@renovate renovate bot changed the title Update dependency mapbox-gl to v0.53.1 Update dependency mapbox-gl to v0.54.0 May 4, 2019
@renovate renovate bot force-pushed the renovate/mapbox-gl-0.x branch from e105956 to e514d82 Compare August 10, 2019 13:59
@renovate renovate bot changed the title Update dependency mapbox-gl to v0.54.0 Update dependency mapbox-gl to v0.54.1 Aug 10, 2019
@renovate renovate bot force-pushed the renovate/mapbox-gl-0.x branch from e514d82 to 9f3e27b Compare May 2, 2022 11:56
@renovate
Copy link
Contributor Author

renovate bot commented Mar 24, 2023

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependency This pull request updates a dependency
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant