Skip to content

Releases: mapbox/mapbox-search-ios

Release v1.0.0-rc.3

21 Apr 10:24
d5fcc6c
Compare
Choose a tag to compare

Changes

Added

  • [Place Autocomplete]: added routablePoints property to the PlaceAutocomplete.Suggestion.

Breaking changes

  • [Place Autocomplete]: PlaceAutocomplete.Suggestion.result() method has been removed.
    Use PlaceAutocomplete.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

17 Mar 13:22
3d1c132
Compare
Choose a tag to compare

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

01 Mar 09:40
6c03b8d
Compare
Choose a tag to compare

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

07 Feb 17:12
Compare
Choose a tag to compare

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

17 Jan 17:13
d37ab3c
Compare
Choose a tag to compare

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

06 Dec 16:06
Compare
Choose a tag to compare

Changes

Updated

  • [Tech]: added version range support for MapboxCommon dependency in SPM/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

14 Nov 18:21
5e95825
Compare
Choose a tag to compare

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

26 Oct 14:51
55398bc
Compare
Choose a tag to compare

Changes

Fixed

  • Fixed the issue when defaultSearchOptions were ignored for the CategorySearchEngine.

Updated

  • [Autofill]: name field exposed for the AddressAutofill.Suggestion.

  • [Autofill]: exposed query requirements constant in AddressAutofill.Query.Requirements.

  • [Autofill]: added example to the Demo project

  • [Common]: added support to initialize Language with the Locale object.

  • [Common]: added support to pass Locale object to the SearchOptions. 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

14 Oct 14:47
1804768
Compare
Choose a tag to compare

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

22 Sep 20:01
bd7b537
Compare
Choose a tag to compare

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