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

fix(deps): update dependency @maptiler/geocoding-control to v2.0.1 #596

Merged
merged 1 commit into from
Nov 23, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 20, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@maptiler/geocoding-control 2.0.0 -> 2.0.1 age adoption passing confidence

Release Notes

maptiler/maptiler-geocoding-control (@​maptiler/geocoding-control)

v2.0.1

Compare Source

What's Changed

Full Changelog: maptiler/maptiler-geocoding-control@v1.4.1...v2.0.1

Breaking changes

  • Events were reworked to be idiomatic per map library
    • Universal example for MapLibre GL, MapTiler SDK, Leaflet and Openlayers: geocodingControl.on("featureslisted", (e) => console.log(e.features));
    • For vanilla JS EventTarget API is used. Example: geocodingControl.addEventListener("response", (e) => console.log(e.detail.url));
  • zoom parameter must be now only Record<string, number> and not number which was already deprecated
  • removed deprecated maxZoom
  • For showPlaceType parameter, false has been deplaced by with "never" and "ifNeeded" by "if-needed"
  • Replaced parameter showFullGeometry with pickedResultStyle which is now default "full-geometry". To keep old behavior use "full-geometry-including-polygon-center-marker" instead of true or "marker-only" instead of false.
  • For enableReverse parameter, false has been replaced by "never", true by "button"
  • Advanced: Changed MapController interface

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 this update again.


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

This PR was generated by Mend Renovate. View the repository job log.

Copy link

sonarcloud bot commented Nov 20, 2024

@nramc nramc merged commit 322b111 into main Nov 23, 2024
2 checks passed
@nramc nramc deleted the renovate/maptiler-geocoding-control-2.x-lockfile branch November 23, 2024 21:27
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