Skip to content

Releases: algolia/instantsearch-ios

7.10.0

31 Mar 15:38
Compare
Choose a tag to compare

Feat

  • FacetListInteractor - MultiIndexSearcher connection (#169) (ab7af08)

7.9.1

09 Mar 20:37
Compare
Choose a tag to compare

Fix

  • Wrap ios availability for advanced connectors initializers (#165) (c768bd3)

7.9.0

05 Mar 11:40
Compare
Choose a tag to compare

Misc

  • feat(relevant sort): Relevant sort widget (#162) (d77bb60)

Implementation of the widget toggling the relevancy strictness search parameter within a virtual index search.

InstantSearch Core inlcudes:

  • RelevantSortInteractor - relevant sort priority toggling logic
  • RelevantSortController - controller presenting the relevant sort priority applied to the search and a toggle control
  • RelevantSortPresenter - presenter transforming the relevant sort priority state to its representation for a controller
  • RelevantSortConnector - high-level component automatically establishing the connections between relevant sort components
  • DefaultPresenter.RelevantSort.present – default textual presenter

And connections between them:

  • RelevantSortInteractor.SingleIndexSearcherConnection
  • RelevantSortInteractor.MultiIndexSearcherConnection
  • RelevantSortInteractor.ControllerConnection

InstantSearch provides out-of-box ButtonRelevantSortController including a label presenting the relevant sort state hint and state toggle button.

7.8.0

29 Jan 17:21
Compare
Choose a tag to compare

Feat

7.7.0

07 Jan 17:54
Compare
Choose a tag to compare

Feat

  • Manual setting of disjunctive facets (#150) (99d6a9d)

7.6.2

30 Dec 23:47
Compare
Choose a tag to compare

Fix

  • Remove legacy Insights dependency from the podspec (#155) (0b127ed)

7.6.1

21 Dec 16:11
Compare
Choose a tag to compare

Fix

7.6.0

16 Nov 14:18
Compare
Choose a tag to compare

Feat

  • Implement NumericRatingRangeController (#147) (a372b84)
  • Implement RatingControl & NumericRatingController (#146) (8b50dec)

7.5.0

04 Nov 13:17
Compare
Choose a tag to compare

Feat

  • Improve API convenience (#141) (789e092)
  • Connection between Numeric filter and Searcher to fetch numeric value bounds (#143) (4f6509b)

Refactor

  • Suppress generic requirements in LoadingConnector and QueryInputConnector (#142) (85f9f69)

7.4.0

27 Oct 12:10
Compare
Choose a tag to compare

Feat

  • Integration of InstantSearch Insights library into the main InstantSearch package (#137) (65da836)