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 mapbox-gl to the latest version 🚀 #711

Merged
merged 3 commits into from
Mar 2, 2018

Conversation

greenkeeper[bot]
Copy link
Contributor

@greenkeeper greenkeeper bot commented Nov 14, 2017

Version 0.42.0 of mapbox-gl was just published.

Dependency mapbox-gl
Current Version 0.40.0
Type devDependency

The version 0.42.0 is not covered by your current version range.

If you don’t accept this pull request, your project will work just like it did before. However, you might be missing out on a bunch of new features, fixes and/or performance improvements from the dependency update.

It might be worth looking into these changes and trying to get this project onto the latest version of mapbox-gl.

If you have a solid test suite and good coverage, a passing build is a strong indicator that you can take advantage of these changes directly by merging the proposed change into your project. If the build fails or you don’t have such unconditional trust in your tests, this branch is a great starting point for you to work on the update.


FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper bot 🌴

greenkeeper bot added a commit that referenced this pull request Nov 18, 2017
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Nov 18, 2017

Version 0.42.1 just got published.

Update to this version instead 🚀

Commits

The new version differs by 32 commits.

  • b194706 v0.42.1
  • 89a1d63 High level description of type system, assertions vs. conversion
  • 7102868 Revise terminology for classifying expressions
  • ea5c73a ScaleControl docs had wrong value for default maxWidth
  • 1452677 Add missing add-image-generated.js, fix .gitignore
  • b06c86b Clarify LRUCache method names
  • cffdf53 Fix for bad 5704 merge
  • ed2a26d Temporary workaround for #5490
  • 485ff9f Add internal API docs for Binder
  • 4a20890 Remove commented-out code pending backport from native
  • 0bee3bd Avoid exporting PossiblyEvaluatedValue
  • 89ef06b Remove describe_shaders
  • 0166f82 Use prototypal inheritance to avoid work
  • fd3045f Fix heatmap layer performance regression
  • 06d32f8 Add internal API docs

There are 32 commits in total.

See the full diff

greenkeeper bot added a commit that referenced this pull request Nov 21, 2017
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Nov 21, 2017

Version 0.42.2 just got published.

Update to this version instead 🚀

Commits

The new version differs by 21 commits.

  • 3d30c4b v0.42.2
  • 3838e95 Merge remote-tracking branch 'origin/mb-pages'
  • 3087f19 Regression test for issue #5172.
  • e846650 Include bucketIndex in queryRenderedSymbols duplicate feature filter
  • 3a0af63 Validate container option in map constructor (#5695)
  • fc4bf61 Restore pitch-with-rotate to nav control
  • b10100f Ensure that an unset filter is undefined rather than null
  • 51d0ec3 Fix LRUCache#add
  • 69b9eff Check for transitions after rendering the frame
  • c0be33d Add tests for hasTransitions
  • db85adf Add guard in Style#hasTransitions to check for light in case of race on first map load
  • 6af8ea6 make buildings grow (#5707)
  • 6f7121d Style spec support updates for 'agua' releases (#5709)
  • efa9d0e Fix rendering in Safari
  • f0624bc Add docs for remaining expression operators, expand existing

There are 21 commits in total.

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Dec 21, 2017

Version 0.43.0 just got published.

Update to this version instead 🚀

Commits

The new version differs by 115 commits.

  • c97d7d6 v0.43.0
  • 4fb7fb2 Updates to hillshade shader to improve opaque hillshade styling (#5870)
  • 0dbd245 Order cacheKey components consistently
  • 2e6fc89 Allocate static modes just once
  • b2ea22c Struct array fixes: fix FeatureIndexArray, better align fill-extrusion vertex layout
  • 45de446 DDS heatmap-radius
  • 61fd7e6 Allow setting popup before LngLat
  • dcb94f0 Avoid deepEqual
  • 62301e4 Combine state/value classes
  • 443b2cf Move line-floorwidth special case out of hot path
  • ccfc7fb Store and compare against benchmarks.js for release branch
  • f22301a Ease benchmarking release branch performance (#5878)
  • 0b51514 Fix draw fns' program equality checking to fix redundant setUniforms calls (#5876)
  • 9d1eb70 Broaden tag regex for publishing
  • 6465c04 v0.43.0-beta.1

There are 115 commits in total.

See the full diff

greenkeeper bot added a commit that referenced this pull request Jan 25, 2018
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Jan 25, 2018

Version 0.44.0 just got published.

Update to this version instead 🚀

Commits

The new version differs by 89 commits.

  • e66651e v0.44.0 / style-spec v11.1.0
  • 4c8cffa Merge remote-tracking branch 'origin/mb-pages'
  • d11cf30 default marker offset (#6012)
  • 4256297 Fix inertia bounceback (#6049)
  • 4c19a1b Fix regression in scroll zoom behavior (#6029)
  • de36518 Don't use startsWith (#6048)
  • b7ff2a1 Fix typo in documentation
  • 711c6cf Hide attribution container if empty so as not to show in compact maps
  • 98999a6 Using transform instead of box-shadow for user location dot pulse animation (#5498)
  • decea3f Prune unused layers from the CrossTileSymbolIndex.
  • 19d233e align projection matrix to pixel grids to draw crisp raster tiles
  • 579abba Expose Resource Timing API (#5991)
  • 9c601e1 add extra mapbox-gl-geocoder examples (#5915)
  • 35138df added mouseover event handler (#6000)
  • 0f4441b Refactor Drag{Pan,Rotate}Handler to use camera animation

There are 89 commits in total.

See the full diff

greenkeeper bot added a commit that referenced this pull request Feb 14, 2018
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Feb 14, 2018

Version 0.44.1 just got published.

Update to this version instead 🚀

Commits

The new version differs by 12 commits.

  • c3a19fa v0.44.1 / style-spec v11.1.1
  • dc9b728 add sdk support tables for hillshade layer properties (#6149)
  • 383a604 Publish a benchmarks bundle along with each release (#6134)
  • e6f4592 Merge remote-tracking branch 'origin/mb-pages' into 0.44
  • cb28843 Remove unnecessary Style#collisionIndex and FeatureIndex#collisionIndex properties
  • 929f41a Always update style.placement and style.collisionIndex when a new placement operation completes.
  • e4a1132 update roadmap (#6067)
  • c1e0b10 Fix drag handlers to gracefully handle interruptions (#6113)
  • d3e7383 Update DDS support docs for text-font, heatmap-color (#6100)
  • 6600374 Ensure drag handlers request render frames on move (#6068)
  • 3ff862a add @private to things that should be private
  • 28aaacb Fix tile-boundary flicker in animate-point example.

See the full diff

@mcwhittemore mcwhittemore merged commit e0dc349 into master Mar 2, 2018
@mcwhittemore mcwhittemore deleted the greenkeeper/mapbox-gl-0.42.0 branch March 2, 2018 16:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant