Releases: mapbox/mapbox-search-ios
Releases · mapbox/mapbox-search-ios
v2.9.0-rc.2
📚 Dependencies
MapboxCommon
: v24.11.0-rc.2
MapboxCoreSearch
: v2.9.0-rc.2
📚 Changes
- [FavoriteRecord] Fix an issue where
routablePoints
were not set during the initialization ofFavoriteRecord
. - [Cocoapods] Fix MapboxSearchUI dependency when using cocoapods.
v2.9.0-rc.1
2.9.0-rc.1
MapboxCommon: v24.11.0-rc.2
MapboxCoreSearch: v2.9.0-rc.2
v2.9.0-beta.1
📚 Dependencies
MapboxCommon
: v24.11.0-beta.1
MapboxCoreSearch
: v2.9.0-beta.1
📚 Changes
- [Core]
ApiType.SBS
is deprecated. Use otherApiType
values that better suit your use case. - [Core]
ApiType.default
is deprecated. SpecifyApiType
explicitly instead. - [PlaceAutocomplete]
PlaceAutocomplete
now usesApiType.searchBox
. - [Discover]
PlaceAutocomplete
now usesApiType.searchBox
. - [Offline] Add
SearchOfflineManager.selectTileset(for:)
which allows you to select a tileset with the specified parameters, including language and worldview. - [Offline] Add
SearchOfflineManager.createTilesetDescriptor(tilesetParameters:)
andSearchOfflineManager.createPlacesTilesetDescriptor(tilesetParameters:)
to specify tileset worldview. - [Offline] Deprecate
SearchOfflineManager.createTilesetDescriptor(dataset:version:language:)
andSearchOfflineManager.createPlacesTilesetDescriptor(dataset:version:language:)
. Use corresponding methods withtilesetParameters
instead.
v2.8.0
v2.8.0-rc.3
📚 Dependencies
MapboxCoreSearch: v2.8.0-rc.2
v2.8.0-rc.2
🔨 Project changes
- [SearchSuggestion] Fix
SearchSuggestion.namePreferred
always returnednil
.
v2.8.0-rc.1
🔨 Project changes
[Core] Update dependencies.
📚 Dependencies
MapboxCommon: v24.10.0-rc.1
MapboxCoreSearch: v2.8.0-rc.1
v2.8.0-beta.1
📚 Dependencies
MapboxCommon: v24.10.0-beta.2
MapboxCoreSearch: v2.8.0-beta.2
Changes
- [Details] Add
SearchEngine.retrieve(mapboxID: String, options: DetailsOptions)
function. - [SearchOptions] Add
SearchOptions.attributeSets
option. It allows to request of additional metadata attributes besides the basic ones in category search requests. - [SearchSuggestion] Add
SearchSuggestion.namePreferred
field to represent the preferred display name for the result.
Release v2.7.1
🔨 Project changes
- [Core] Update dependencies.
📚 Dependencies
MapboxCommon: v24.9.0
MapboxCoreSearch: v2.7.0
Release v2.7.0
🔨 Project changes
- [Core] Update dependencies.
📚 Dependencies
MapboxCommon: v24.9.0-rc.1
MapboxCoreSearch: v2.7.0-rc.1