Skip to content

Releases: stadiamaps/swiftui-autocomplete-search

1.4.0

14 Oct 07:42
Compare
Choose a tag to compare

This release includes a number of visual improvements, particularly for use cases where the view is designed to be an overlay as part of a larger UI. It also adds a configurable minimum query length.

1.3.0

29 Sep 09:22
Compare
Choose a tag to compare

This release adds support for filtering by layer. For example:

AutocompleteSearch(apiKey: "YOUR-API-KEY", limitLayers: [.coarse]) { selection in
    print("Selected: \(selection)")
}

Full Changelog: 1.2.0...1.3.0

1.2.0

13 Sep 07:20
Compare
Choose a tag to compare

This release polishes up the result display with more local context and better iconography.

1.1.1

07 Sep 18:40
Compare
Choose a tag to compare

This release improves the quality and completeness of the generated documentation.

Full Changelog: 1.1.0...1.1.1

1.1.0

07 Sep 18:03
Compare
Choose a tag to compare

This release adds the ability to supply your own view builder to customize the search result display.

Full Changelog: 1.0.0...1.1.0

1.0.0

07 Sep 10:24
Compare
Choose a tag to compare

Initial release