Releases: stadiamaps/maplibre-search-box
Releases · stadiamaps/maplibre-search-box
v3.1.0
This release includes a fix for issue #5, as well as routine package upgrades.
Full Changelog: v3.0.2...v3.1.0
v3.0.2
This fixes a bug where the geometry was not transferred to interpolated results,
leading to unexpected behavior when trying to select a result and zoom, route, etc. to it.
Full Changelog: v3.0.1...v3.0.2
v3.0.1
This fixes a few bugs we found after releasing v3.0.0.
However, almost everything is related to documentation and package metadata,
not actual code:
- Fixed the package.json metadata path to the stylesheet.
- Updated examples to use the new CSS path.
- Removed documentation indicating that the
searchOnEnterwas only available on some plans (we've changed this!). - Search on enter is now enabled by default.
Full Changelog: v3.0.0...v3.0.1
v3.0.0
v3.0.0
- Upgrades to the new v2 autocomplete + place details endpoint, bringing you faster responses and better results.
And did we mention it's also cheaper?! - BREAKING: We've reworked the response format to include more details.
Geometry is unchanged, but some of the properties are different.
Refer to our migration guide
for an overview of the structural changes.
Full Changelog: v2.0.0...v3.0.0
v2.0.0
- BREAKING: Upgrades to the latest version of the Stadia Maps TypeScript API. This exposes some new fields, unlocking even more use cases. It also means some of the type names changed, so this is a major release.
To migrate, rename any imports starting with Pelias to Geocoding.
Full Changelog: v1.1.0...v2.0.0
v1.1.0
What's Changed
- Major layout improvements, better context, and improved localizability by @ianthetechie in #4
New Contributors
- @ianthetechie made their first contribution in #4
Full Changelog: v1.0.1...v1.1.0
v1.0.1
- Fixes a bug where types were sometimes not found by IDEs (thanks to #2 and @toniopelo)!
v1.0.0
v0.6.0
- Support changing the base URL (ex: for EU endpoints)
v0.5.1
- Update documentation