search-ui
search-ui copied to clipboard
:mag: A set of UI components to build a fully customized search!
Bumps [jsdom](https://github.com/jsdom/jsdom) from 11.12.0 to 16.5.0. Release notes Sourced from jsdom's releases. Version 16.5.0 Added window.queueMicrotask(). Added window.event. Added inputEvent.inputType. (diegohaz) Removed ondragexit from Window and friends, per a spec...
Instead of changing on range input changes, add a manual trigger button as an option
In order to reduce some first-results loads, we can work with certain events before making the first load - When the UI result widget is visible in the browser (we...
We can anticipate the results when we think that the use will require it. - On paginate item focus (both pagination and infinite scroll `load more` button - https://github.com/apisearch-io/search-ui/issues/39)
- Add a load more button - Force the automatic infinite scroll to work **only** with the wheel - Add a `loading` code
Allow users to pin items in another set of results.