All Versions
56
Latest Version
Avg Release Cycle
26 days
Latest Release
325 days ago
Changelog History
Page 6
Changelog History
Page 6
-
v3.1.0
November 28, 2018 -
v3.0.0
September 27, 2018 -
v2.1.0 Changes
December 12, 2017- Multi-Index functionality added to all widgets with the introduction of the index and variant field.
- โ Adding 2 new widgets:
MultiHitsTableWidget
andMultiHitsCollectionWidget
that can handle multiple indices in different sections. - ๐ Introduction of 6 ViewModels that encapsulate the business logic of the widgets. You can use them to easily access the search state for better customization.
SearchViewModel
,HitsViewModel
,MultiHitsViewModel
,NumericControlViewModel
,FacetControlViewModel
,RefinementMenuViewModel
.
-
v2.0.0 Changes
October 01, 2017Swift Version
- โ Add support for Swift 4
-
v1.0.1 Changes
July 31, 2017Dependency Managers
- โ Add support for Carthage
-
v1.0.0 Changes
July 17, 2017๐ First official release of InstantSearch iOS!
๐ Features
- ๐ 15 customizable widgets to use in your apps. Checkout the documentation of those widgets in the community website.
- 4 base controllers:
HitsTableViewController
,RefinementTableViewController
,HitsCollectionViewController
,RefinementCollectionViewController
. - ๐ Custom widget creation. Follow documentation.
- ๐ Getting Started Guide. Follow guide.