- Added
timesLoaded
slot param to theInfiniteScroll
component - Fixed error in
InfiniteScroll
caused by calling observe before the IntersectionObserver was initialized
- Support for object responses
- The
Search
component no longer requires an explicit wrapper node for its children - Configurable prefix
- Added
InfiniteScroll
component - Added debounce support to the
Param
component - Fixed errors when
Param
used as a way to register params - Added
tag
prop to theResults
component - Simplified the
Checkbox
andRadio
components. Removed all the extra markup and will now simply render an input field - Removed the
options
prop from theSelect
component. Can now be used the same ways as the native select. - Removed the
results-path
prop from theSearch
component. Use thepath
prop of theResults
andNoResults
components. - Query params that are not managed by the Store will no longer be deleted when updating the url
- Removed
message
prop from theLoading
component - Added
tag
anddelay
props to theLoading
component - Removed
label
prop from SearchButton - Added Error component
- The fields used for the label and value of Checkbox/Radio/Select components
can be configured using the
label-field
andvalue-field
props. - Pressing enter on the input, when
refreshOnChange
is false, will trigger a search. - The text for the buttons can now be set using the label prop.
- Initial release