Skip to content

Latest commit

 

History

History
executable file
·
245 lines (102 loc) · 7.65 KB

CHANGELOG.md

File metadata and controls

executable file
·
245 lines (102 loc) · 7.65 KB

ChangeLog

7.19.1 (2022-08-04)

Fix

  • hierarchical: deselect item (#236) (804ca2b)

7.19.0 (2022-07-18)

Feat

  • NumberObservableController implementation (#233) (7c9cfa9)

Fix

  • SwiftUI infinite scrolling issue (#228) (6f924e3)

Chore

  • Update GitHub actions (#229) (712e190)
  • Deprecate Boundable <-> Search Result Provider connection (#230) (bbde414)
  • Deprecate Answers components (#231) (35e6848)
  • Deprecate Places components (#232) (180909a)

7.18.0 (2022-06-21)

Fix

  • Carthage build issue (#224) (e3384dc)

7.17.0 (2022-05-22)

Feat

  • CurrentFiltersObservableController: add removal capability
  • StatsObservableController: add empty constructor
  • SearchBar: fix the appearance, make platform-agnostic
  • QueryInput: rename to SearchBox
  • SelectableFilter: rename to FilterMap

Chore

  • Migrate the demos from the separate repository (#217) (a4fb97e)
  • Declare json files used in unit tests as library resources and update the tests accordingly

7.16.0 (2021-12-15)

Feat

  • Expose the pageCleanUpOffset parameter (#208) (1341c42)

Chore

7.15.0 (2021-11-05)

Refactor

  • Searchers refactoring (#184) (9e85b7c)

7.14.0 (2021-10-01)

Refactor

  • Separate the InstantSearchSwiftUI product (#193) (a321c41)

7.13.5 (2021-09-23)

Fix

  • tvOS and watchOS compiler issues (#197) (9d470e8)

7.13.4 (2021-09-22)

Fix

  • Xcode 13 archive issues (#195) (15687b0)

7.13.3 (2021-09-08)

Fix

  • Xcode 13 compiler issues (#179) (1665c7a)

7.13.2 (2021-08-30)

Fix

  • Compiler & archive issues (#189) (4fcbbf8)

7.13.1 (2021-08-05)

Fix

  • remove objc leftovers causing the crash (#186) (dd928a6)

7.13.0 (2021-08-03)

Feat

  • SwiftUI: Full-fledged SwiftUI support (#178) (a189b0c)

7.12.1 (2021-07-22)

Fix

  • Bump API client dependencies (#181) (046216d)

7.12.0 (2021-07-13)

Feat

  • Dynamic Faceting widget (#168) (52508ca)

7.11.1 (2021-05-27)

Fix

  • Add conditional imports for Combine & SwiftUI (#173) (c9ab1d5)

7.11.0 (2021-04-30)

Feat

7.10.0 (2021-03-30)

Feat

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

7.9.1 (2021-03-09)

Fix

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

7.9.0 (2021-03-04)

Misc

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

7.8.0 (2021-01-29)

Feat

  • AnswersSearcher & connections (#159) (5daebc4)

7.7.0 (2021-01-07)

Feat

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

7.6.2 (2020-12-28)

Fix

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

7.6.1 (2020-12-21)

Fix

  • broken geolocated conformance (#152) (d2823eb)

7.6.0 (2020-11-16)

Feat

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

7.5.0 (2020-11-04)

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 (2020-10-27)

Feat

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