The following changes have been included in the dev branch and will be out in the next release. Click to expand
- Fixed query timestamp logic in core - should prevent stale results from getting rendered
- Fixed (multiple) partial queries firing issues with result component here
- Fixed MultiDataList missing queryListener handlers here
- Fix
onSuggestionrendering logic in search components here - Add
onErrorsupport in result components here - Support toggling on integer based dropdown lists #337
- Fix and cleanup infinte loading logic in Result components #336
- Fix queryOptions generation logic in search components here
- Better query generation support in core.
- Fix complex react prop based query generation logic in core.
- Fix defaultQuery behavior in ReactiveComponent
- fix #329 - highlightQuery issue with SSR
- update query logic for SSR
- update URLParams prop type to bool
- Add dynamic defaultQuery support in ReactiveComponent #313
- Fix an edge case with SingleDropdownList which threw React into an infinite update loop #317
- Add support for
showClearandclearIconprops inTextField,DataSearchandCategorySearch#255 - Add support for combined queries via
msearch - Add support for SSR
- Fix onValueChange behavior
- Use commonjs module for
rheostat#289 - Adds support for aggregations on missing values for list components via
showMissingandmissingLabelprop #291 - Adds
onDragsupport for RangeSlider components #284 - Fixes dynamic size and pagination updates #298
- Refactor Result Components #303
- Add
customHighlightprop support inDataSearchandCategorySearch#285 - Add
renderListItemprop support inSingle/Multi/DropdownListcomponents #282
- Add 🌳 tree shaking capabilities with ES modules support here