This repository has been archived by the owner on Dec 4, 2019. It is now read-only.
Update dependency @mapbox/mapbox-gl-geocoder to v4 #146
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:
^2.1.0
->^4.0.0
Release Notes
mapbox/mapbox-gl-geocoder
v4.5.0
Compare Source
Features / Improvements 🚀
Bug fixes 🐛
v4.4.2
Compare Source
Features / Improvements 🚀
getOrigin
andsetOrigin
for alternative geocoding endpoints.request
andheaders
to geocoding response object for endpoint swap testing.v4.4.1
Compare Source
Bug fixes 🐛
mapbox-gl
inpeerDependencies
. #285.v4.4.0
Compare Source
Features / Improvements 🚀
localGeocoderOnly
mode that allows queries against alocalGeocoder
without making calls to the Mapbox search API. #275.v4.3.0
Compare Source
Features / Improvements 🚀
mapbox.places-permanent
geocoding endpoint (requires an enterprise license). For more details onmapbox.places-permanent
see https://docs.mapbox.com/api/search/#mapboxplaces-permanent. (#272)v4.2.0
Compare Source
Features / Improvements 🚀
v4.1.2
Compare Source
Bug fixes 🐛
queryString
value. #262v4.1.1
Compare Source
v4.1.0
Compare Source
Bug fixes 🐛
clearOnBlur
andcollapsed
options are set to true #257.v4.0.0
Compare Source
Breaking Changes⚠️
trackProximity
turned on by default #195Features / Improvements 🚀
flyTo
options to the map on result selection on both map#flyTo and map#fitBounds operations #214 and #227suggestions
dependency to v1.4.xmarker
constructor option that allows adding the selected result to the map as a marker. Adding the marker to the map is now the default behavior. #219.get
andset
methods for constructor options #226collapsed
option to collapse the geocoder controller into a button until hovered or focused #222clear
as public method #115Bug Fixes 🐛
moveend
event #229result
event bug #218v3.1.6
Compare Source
v3.1.4
Compare Source
clear
event when the user backspaces into an empty search bar or selects all existing text and deletes it.v3.1.3
Compare Source
v3.1.2
Compare Source
v3.1.1
v3.1.0
reverseGeocode
an option (defaults to false) #177countries
,types
, andlanguages
#177v3.0.1
v3.0.0
reverseMode
as an option for sorting results #175Breaking changes:
country
is nowcountries
for options to pass into geocoderv2.3.0
v2.2.0
v2.1.2
v2.1.1
v2.1.0
v2.0.1
.onRemove
method to be used by the Mapbox GL JS IControl APIv2.0.0
and later, and not compatible with earlier versions.
Breaking changes:
setInput
andquery
methods no longer accept a[lng, lat]
array. If you'dlike to search for a location and you have that data as
[lng, lat]
, call.join()
on the array before passing it to the geocoder control.container
option removed - attaching the control outside of the map is no longer supportedposition
option removed - theaddControl
method now specifies the positionproximity
option is now specified as a{ longitude, latitude }
object instead of a two-element array.fire
method removedMapboxGeocoder
rather than attaches tomapbox.Geocoder
v1.3.2
flyTo=true
v1.3.1
[email protected]
to fix lagged results #48minified library.
v1.3.0
bbox
to limit suggestions to a given bounds. #43xmlhttprequest
. This was effecting the filesize of theminified library.
v1.2.0
flyTo
animation when a country is selected. #44results
event when geocoder returns results. #39setInput
method to initialize input without making an API request.v1.1.0
v1.0.0
map.flyTo
option #20v0.1.0
types
andcountry
to options. #15main
property in package.json to dist/mapbox-gl-geocoder.jsv3.1.1
Compare Source
v3.1.0
Compare Source
reverseGeocode
an option (defaults to false) #177countries
,types
, andlanguages
#177v3.0.1
Compare Source
v3.0.0
Compare Source
reverseMode
as an option for sorting results #175Breaking changes:
country
is nowcountries
for options to pass into geocoderRenovate configuration
📅 Schedule: At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻️ Rebasing: Whenever PR becomes conflicted, or if you modify the PR title to begin with "
rebase!
".🔕 Ignore: Close this PR and you won't be reminded about this update again.
Newsflash: Renovate has joined WhiteSource, and is now free for all use. Learn more or view updated terms and privacy policies.