Searchkit 0.5

Joseph McElroy
Searchkit Blog
Published in
1 min readFeb 3, 2016

--

We are very happy to announce the release of Searchkit 0.5 today. In this release, we have focused on making it easier for developers to build and use Searchkit’s components.

Previously, we allowed developers to extend Searchkit’s component classes to customise the rendering of each component. In this release, we refactored a few key components which are often extended, and implemented props to pass in a new React component for customised rendering.

For example in the Hits component, we now have an itemComponent prop.

Only a few critical components support this style, and based on feedback we will be improving more of our components very soon. Using this style, it gives a lot of flexibility to developers in extending Searchkit’s components without causing any headache in future releases.

Not only that, but 0.5.1 release has lots of new features and improvements to our components. You can read the full summary of our changes on our Github release page.

Checkout our new updated demo page demo.searchkit.co and searchkit.co for more information!

Many thanks to our contributors who have been involved in this release!

--

--