searchkit v0.6.0 Release Notes

Release Date: 2016-02-08 // about 8 years ago
  • Notable Changes

    • ๐Ÿ‘ Hits now supports the sourceFilter prop, we strongly advise you to use this as it will speed up your search and reduce a lot of wasted bandwidth #20 jsx <Hits hitsPerPage={50} sourceFilter={["title", "poster", "imdbId"]} itemComponent={HitItem}/>
    • 0๏ธโƒฃ SortingSelector Component now supports defaultOption prop, and we have fixed issues in selection. #89
    • ๐Ÿ‘ RefinementListFilter, MenuFilter, HierarchicalMenuFilter all support sorting on intrinsic order fields via the the orderKey and orderDirection props. #46
    • ๐Ÿ‘ NoHits, ResetFilters now support customization via high order react components
    • ๐Ÿ‘ HitStats now supports customization via higher order react component, note if you previously extended HitStats, you will need to change your code to use the component prop
    • ๐Ÿ”ง ScrollToTop improvements, now configurable on Hits component and will scroll to top on any result changes, this is via the scrollTo prop. #48
    • ๐Ÿ”ง ErrorHandling, we now display a more meaningful message when an error in elastic or the http call occurs. The NoHits component displays this, and is also configurable via the errorComponent higher order component prop.#18
    • 0๏ธโƒฃ ResetFilters now ignores defaultQueries.#44