Skip to content

Releases: stadiamaps/maplibre-search-box

v3.1.0

27 Jun 05:54
c42771f

Choose a tag to compare

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

08 Apr 06:15

Choose a tag to compare

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

08 Apr 06:05

Choose a tag to compare

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 searchOnEnter was 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

07 Apr 16:56

Choose a tag to compare

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

20 Jan 17:12

Choose a tag to compare

  • 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

14 Sep 07:58
04a7833

Choose a tag to compare

What's Changed

  • Major layout improvements, better context, and improved localizability by @ianthetechie in #4

New Contributors

Full Changelog: v1.0.1...v1.1.0

v1.0.1

06 Nov 16:25

Choose a tag to compare

  • Fixes a bug where types were sometimes not found by IDEs (thanks to #2 and @toniopelo)!

v1.0.0

11 Sep 07:25

Choose a tag to compare

  • Fix issue with search-on-enter interfering with keyboard navigation (#1)
  • Version 1.0.0 release to reflect that this is now seeing wide production use

v0.6.0

07 Jul 08:18

Choose a tag to compare

  • Support changing the base URL (ex: for EU endpoints)

v0.5.1

05 Jul 12:03

Choose a tag to compare

  • Update documentation