Skip to content

Latest commit

 

History

History
60 lines (41 loc) · 3.29 KB

File metadata and controls

60 lines (41 loc) · 3.29 KB

Changelog

Unreleased

The following changes have been included in the dev branch and will be out in the next release. Click to expand

v2.6.2

  • Fixed query timestamp logic in core - should prevent stale results from getting rendered

v2.6.1

  • Fixed (multiple) partial queries firing issues with result component here
  • Fixed MultiDataList missing queryListener handlers here

v2.6.0

  • Fix onSuggestion rendering logic in search components here
  • Add onError support 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.

v2.5.1

  • Fix defaultQuery behavior in ReactiveComponent
  • fix #329 - highlightQuery issue with SSR
  • update query logic for SSR
  • update URLParams prop type to bool

v2.5.0

  • 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 showClear and clearIcon props in TextField, DataSearch and CategorySearch #255
  • Add support for combined queries via msearch
  • Add support for SSR
  • Fix onValueChange behavior

v2.3.3

  • Use commonjs module for rheostat #289
  • Adds support for aggregations on missing values for list components via showMissing and missingLabel prop #291
  • Adds onDrag support for RangeSlider components #284
  • Fixes dynamic size and pagination updates #298
  • Refactor Result Components #303

v2.3.2

  • Add customHighlight prop support in DataSearch and CategorySearch #285
  • Add renderListItem prop support in Single/Multi/DropdownList components #282

v2.3.1

  • Add 🌳 tree shaking capabilities with ES modules support here