-
Notifications
You must be signed in to change notification settings - Fork 8
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
chore(deps): update dependency maplibre-gl to v5 #4695
Conversation
🦋 Changeset detectedLatest commit: 14608b6 The changes in this PR will be included in the next version bump. This PR includes changesets to release 6 packages
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
c5e6d18
to
9964bd4
Compare
9964bd4
to
ea6de57
Compare
ea6de57
to
1c88b59
Compare
…b into renovate/maplibre-gl-5.x
Edited/Blocked NotificationRenovate 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. |
This PR contains the following updates:
^4.7.1
->^5.0.0
Release Notes
maplibre/maplibre-gl-js (maplibre-gl)
v5.0.0
Compare Source
✨ Features and improvements
StyleLayer
'squeryIntersectsFeature
method parameters were moved toQueryIntersectsFeatureParams
. (#5276) Wrap the method parameters with{}
to solve thisantialias
,preserveDrawingBuffer
andfailIfMajorPerformanceCaveat
must now be defined inside thecanvasContextAttributes
object onMapOptions
.on
method to return aSubscription
to allow for easy unsubscribe (#5080).map.on('x').on('y')
=>map.on('x'); map.on('y');
.geometry-type
to identify "Multi-" features (#4877). Use$type
for non "Multi-" support or usein
expression to get the previous behavior.Example:
contextType
insidecanvasContextAttributes
to choose which WebGL version to useEvent
class (#5016)coveringTiles
(tile culling) function for globe (#4937)AJAXError
to expose HTTP request details to the"error"
event (https://github.com/maplibre/maplibre-gl-js/pull/4822)queryRenderedFeatures
by using JavaScriptSet
s to assess layer membership internally (#4777)🐞 Bug fixes
error
handler (#4613)geometry-type
filter expression results (#5132)GeoJSONSource.setClusterOptions()
(#5055)always
(#4802)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 is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about these updates again.
This PR was generated by Mend Renovate. View the repository job log.