Skip to content

Latest commit

 

History

History
executable file
·
362 lines (151 loc) · 11.7 KB

CHANGELOG.md

File metadata and controls

executable file
·
362 lines (151 loc) · 11.7 KB

ChangeLog

7.26.1 (2023-08-28)

Misc

  • SwiftUI query suggestions example (#294) (47d296a)

7.26.0 (2023-08-16)

Feat

  • searchbox: query debouncing (#297) (0c3a7fd)

7.25.2 (2023-06-11)

Fix

  • filters: issue with textual value escaping (#293) (a2a7b73)
  • Examples app (#288) (cfd7b9b)

7.25.1 (2023-05-30)

Misc

  • fix(dynamic facets): recalculate selections on facets order change (#289) (168505a)

7.25.0 (2023-05-05)

Fix

  • redundant search request sent by NumberRangeConnector (#283) (7c68b57)

Feat

  • HitsTracker: add automatic object ids chunking (#284) (5c1a04a)
  • hits: Inifinite Scroll components (#282) (2b8eced)

7.24.0 (2023-05-02)

Feat

  • insights: automatic hits view events tracking (#276) (501bb00)

7.23.0 (2023-02-12)

Feat

  • Insights: add user-agent extension (#274) (42b5d08)

7.22.0 (2023-01-30)

Feat

  • dynamicFacetList: add default selection & faceting parameters (#272) (1c311b5)

Fix

  • HitsObservableController: empty queries conditional display not working (#267) (d67b03a)
  • send empty events packages if all non statisfying condition (#268) (0dcd985)

7.21.2 (2022-11-02)

Fix

  • multi-search: crash in case of requests-results count mismatch (#261) (47ae361)

7.21.1 (2022-10-13)

Fix

  • DynamicFacetListInteractor: Updating orderedFacets of the DynamicFacetListInteractor ignores disjunctiveFacets (#258) (abcc825)
  • HitsInteractor: Missing json decoder in convenience initalizer (#257) (5981de8)

7.21.0 (2022-09-29)

Fix

  • Searcher: make AbstractSearcher and IndexSearcher open (#255) (f67cf46)

Feat

  • HitsInteractor: ability to set a custom json decoder to hits interactor (#254) (91628d7)

7.20.1 (2022-09-27)

Fix

  • hierarchical: Hierarchical facets clearing (#252) (3ba16f7)

7.20.0 (2022-08-31)

Refactor

  • logging: Logging logic (#248) (25d5e3e)

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)