Skip to content

Releases: geocodeearth/autocomplete-element

v0.0.5

10 Jun 10:39

Choose a tag to compare

v0.0.5 Pre-release
Pre-release

Dependencies

  • update geocodeearth/core-js to 0.0.4

v0.0.4

07 Jun 14:20

Choose a tag to compare

v0.0.4 Pre-release
Pre-release

Breaking changes ⚠️

  • rename apikey attribute to api_key to make it consistent with all other attributes and API params

Features

  • add loading spinner (#2)

Fixes

  • allow 0 as attribute value (ae820cb)

Internal

  • add client param with library version

v0.0.3

20 May 12:21

Choose a tag to compare

v0.0.3 Pre-release
Pre-release

Features

  • leave result list open during typing (8e8d457)
  • small visual updates to better match internal element

Internal

  • update source structure
  • use CSS vars for more structured customization in a future release
  • update example page styling