searchkit v0.5.0 Release Notes

Release Date: 2016-02-03 // about 8 years ago
  • Notable changes

    • โœ‚ remove lib from git. If you install package not via npm, you need to npm run-script build in root of project. #37

    ๐Ÿ†• New Features

    • ๐ŸŽ‰ InitialView component #34

    ๐Ÿ‘Œ Improvements

    • Avoid duplicate redundant searches #71
    • ๐Ÿ‘€ Discourage extending searchkit components, use itemComponent and component to override display with your own React components. The following components support this feature. See component docs for more information. #17

      • Hits
      • InitialLoader
      • Menu
      • Refinement List
      • Reset
      • Selected Filters
    • ๐Ÿ‘ Pagination supports showing links #40

    • Range Filter no filter applied if range min max equals component min and max #16

    • ๐Ÿ”ง Configurable search throttle time via prop on searchbox component #55

    ๐Ÿ› Bugs

    • No throttling of search query #35
    • componentWillUnmount not removing accessor #25
    • NumericRefinementListFilter does not add .is-disabled class when has no options #50