Skip to content

Releases: appbaseio/reactivesearch

SSR support and performance upgrades

12 Apr 09:00
Compare
Choose a tag to compare

Includes:

  • 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

Bug fixes and improvements

26 Mar 09:25
Compare
Choose a tag to compare

Includes:

  • 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

Improve customizations

09 Mar 15:08
Compare
Choose a tag to compare
  • Add customHighlight prop support in DataSearch and CategorySearch #285
  • Add renderListItem prop support in Single/Multi/DropdownList components #282

Tree shaking and ES modules support

07 Mar 10:25
Compare
Choose a tag to compare

Adds 🌳 tree shaking capabilities with ES modules support 62a2ace

Extend theming support and important bug fixes

06 Mar 13:31
Compare
Choose a tag to compare

This release extends theming support: Now, you can create dark themed apps with Reactivesearch easily as well as extend theming to your own color palette preferences with themePreset. Read more about it in the theming docs here.

It also includes fixes for important bugs and packs in performance improvements

Includes

  • Fixes ToggleButton interaction behavior #273
  • Fixes MultiDataList lifecycle issues #271
  • Fixes URLParams in RatingsFilter #265
  • Fixes MultiDataList generation with values instead of labels #244
  • Fixes keys collision in RatingsFilter #266
  • Add support for active className in Pagination component #264
  • Add support for paginationAt prop both in Result components bfe7430
  • Add support for innerClass count in list compoonents #268
  • Add onPageChange prop support #274
  • Support custom loader for infinite-loading #253
  • Strip extra slash from query request url #279
  • Extend theming support #195

Check docs for more details πŸ’―

SSR improvements and general fixes

17 Feb 07:29
Compare
Choose a tag to compare

Includes:

  • SSR improvements #239
    • Conditionally use window for setting search query params 3220609
  • TextField ref prop support and other improvements 204472a e246a65
  • Update emotion to 9.0.0 b5eba0e

Bug fixes and store improvements

01 Feb 13:09
Compare
Choose a tag to compare

Includes:

  • Fixes auth headers issue #241
  • Fixes List item selection issue #235
  • Better redux-store segmentation #234

πŸ’―

2.2.0

23 Jan 08:26
Compare
Choose a tag to compare

Includes

  • Better pagination handling #175
  • Fixes rendering issues with google page crawling #211
  • Better ws handshake handling #208
  • Fixes url prop support in ReactiveBase and appbase-js #206

Now supports streaming

11 Jan 18:41
Compare
Choose a tag to compare

Includes

  • Streaming support on result components #194
  • Pagination bug fixes #204
  • DynamicRangeSlider bug fixes #209
  • Misc improvements

Reactivesearch 2.0

08 Jan 10:39
Compare
Choose a tag to compare

Announcing Reactivesearch 2.0 ⚑️

  • Focusing primarily on improving the developer experience(DX) 😸
  • Better styling and theming options πŸ’…
  • Component scoped styles 🎨
  • Easy setup. Zero boilerplate settings βœ…
  • Blazing fast components πŸš€
  • Supports custom components 🀘

Getting Started πŸ‘Ά

image

πŸ’―