Releases: mapbox/mapbox-search-ios
Releases · mapbox/mapbox-search-ios
Release v1.0.0-rc.3
Changes
Added
- [Place Autocomplete]: added
routablePoints
property to thePlaceAutocomplete.Suggestion
.
Breaking changes
- [Place Autocomplete]:
PlaceAutocomplete.Suggestion.result()
method has been removed.
UsePlaceAutocomplete.select(PlaceAutocomplete.Suggestion)
instead. Note that developers must call this method when a user selects a search suggestion in the UI.
Updated
- [Tech]: added SDK version to the Telemetry User Agent.
Dependencies
- MapboxCommon: 23.3.1..<24.0.0
- MapboxCoreSearch: v0.68.0
Release v1.0.0-rc.2
Changes
Fixed
- [Core]: partially fixed a bug when indexable records couldn't be matched with corresponding search results which caused duplicated search results.
Dependencies
- MapboxCommon: 23.3.1..<24.0.0
- MapboxCoreSearch: v0.67.2
Release v1.0.0-rc.1
Changes
Added
- [Discover]: added Discover use case for searching POIs nearby/in region by a category.
- [Autocomplete]: added Autocomplete use case for getting place suggestions for the specified input.
- [Autofill]: added Autofill use case for getting addresses with the components.
Dependencies
- MapboxCommon: 23.3.1..<24.0.0
- MapboxCoreSearch: v0.67.1
Release v1.0.0-beta.42
Changes
Added
- [Discover]: added Discover use case for searching POIs nearby/in region by a category.
Dependencies
- MapboxCommon: 23.2.0..<24.0.0
- MapboxCoreSearch: v0.65.0
Release v1.0.0-beta.41
Changes
Updated
- [Autofill]: added example of the Address Autofill reverse geocoding requests.
Fixed
- [Autofill]: fixed retrieving reverse geocoding suggestions.
Dependencies
- MapboxCommon: 23.2.0..<24.0.0
- MapboxCoreSearch: v0.65.0
Release v1.0.0-beta.40
Changes
Updated
- [Tech]: added version range support for
MapboxCommon
dependency inSPM
/Cocoapods
.
Fixed
- [Autofill]: fixed retrieving reverse geocoding suggestions.
Dependencies
- MapboxCommon: 23.2.0..<24.0.0
- MapboxCoreSearch: v0.65.0
Release v1.0.0-beta.39
Changes
This release includes fixes for Xcode 14 support, resolved warnings and errors, removed dead code.
Updated dependencies to use Swift 5+ version.
Dependencies
- MapboxCommon: 23.2.0-beta.1
- MapboxCoreSearch: v0.63.0
Release v1.0.0-beta.38
Changes
Fixed
- Fixed the issue when
defaultSearchOptions
were ignored for theCategorySearchEngine
.
Updated
-
[Autofill]:
name
field exposed for theAddressAutofill.Suggestion
. -
[Autofill]: exposed query requirements constant in
AddressAutofill.Query.Requirements
. -
[Autofill]: added example to the Demo project
-
[Common]: added support to initialize
Language
with theLocale
object. -
[Common]: added support to pass
Locale
object to theSearchOptions
. Language code will be used for a search request if present.
Dependencies
- MapboxCommon: 23.1.0
- MapboxCoreSearch: v0.62.0
Release v1.0.0-beta.37
Changes
Fixed
- [Core]: fixed an issue related to suggestion resolving, when the request was failed in case
searchEngine.query
is changed during resolving. - [UI]: fixed
hospital
category icon.
Updated
- [Autofill]:
AddressAutofill
now returns up to 10 suggestions. - [Autofill]: Now it is possible to provide custom implementation of
LocationProvider
.
Dependencies
- MapboxCommon: 23.1.0-rc.1
- MapboxCoreSearch: v0.61.0
Release v1.0.0-beta.36
Changes
- [Core]: updated native dependencies to use latest version;
- [Core]: updated MapboxCommon version to 23.0.0
Dependencies
- MapboxCommon: v23.0.0
- MapboxCoreSearch: v0.59.1