Releases: stadiamaps/swiftui-autocomplete-search
Releases · stadiamaps/swiftui-autocomplete-search
1.4.0
1.3.0
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
This release polishes up the result display with more local context and better iconography.
1.1.1
This release improves the quality and completeness of the generated documentation.
Full Changelog: 1.1.0...1.1.1
1.1.0
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
Initial release