Skip to content

Releases: appbaseio/reactivesearch

v1.33.13-vue 🌈

Choose a tag to compare

@bietkul bietkul released this 29 Mar 11:18

Bug Fixes

v4.0.0-rc.3 🌈

v4.0.0-rc.3 🌈 Pre-release
Pre-release

Choose a tag to compare

@bietkul bietkul released this 15 Mar 22:37

Features

• SearchBox: Add support for select type of suggestions @mohdashraf010897 (#2200)
• DynamicRangeSlider: Fix infinite updates @mohdashraf010897 (#2189)

Bug Fixes

• Height issue in multilist @SavvyShah (#2194)
• Searchbox examples changes @mohdashraf010897 (#2195)

v3.43.10 🌈

Choose a tag to compare

@bietkul bietkul released this 15 Mar 23:20

Bug Fixes

v3.43.9 🌈

Choose a tag to compare

@bietkul bietkul released this 15 Mar 22:30

Features

Bug Fixes

3.0.0-rc.1-vue 🌈

3.0.0-rc.1-vue 🌈 Pre-release
Pre-release

Choose a tag to compare

@bietkul bietkul released this 15 Mar 21:39

Bug Fixes

v1.33.12-vue 🌈

Choose a tag to compare

@bietkul bietkul released this 15 Mar 22:45

Bug Fixes

v1.33.11-vue 🌈

Choose a tag to compare

@bietkul bietkul released this 13 Mar 19:10
a0a0ff2

Bug Fixes

v3.0.0-rc-vue 🌈

v3.0.0-rc-vue 🌈 Pre-release
Pre-release

Choose a tag to compare

@release-drafter release-drafter released this 01 Mar 10:39

Features

New Components

  • SearchBox component with advanced search use-cases like recent, popular & category suggestions. It also supports search UX features like focus shortcuts, autofill & keyboard navigation etc.
  • TreeList component creates a selection based hierarchical tree UI component that is connected to multiple database fields.

Removal of FE query generation

In this release, we have removed the network requests to Elasticsearch server using query DSL, instead we use reactivesearch-api. You can read more about this decision at here.

Server Side Rendering

First class support for SSR without needing any additional config at initialization. Check the docs at here

Supports Vue 3.x

Performance

Migration Guide

Looking for migrating Reactivesearch v2 to v3? Check the migration guide at here.

v4.0.0-rc 🌈

v4.0.0-rc 🌈 Pre-release
Pre-release

Choose a tag to compare

@release-drafter release-drafter released this 25 Feb 10:48

Features

New Components

  • SearchBox component with advanced search use-cases like recent, popular & category suggestions. It also supports search UX features like focus shortcuts, autofill & keyboard navigation etc.
  • ReactiveChart to build charts UI using E-charts.
  • TreeList component creates a selection based hierarchical tree UI component that is connected to multiple database fields.
  • TabDataList creates a tabbed list UI component.
  • ErrorBoundary component is useful to catch network/component errors.

Removal of FE query generation

In this release, we have removed the network requests to Elasticsearch server using query DSL, instead we use reactivesearch-api. You can read more about this decision at here.

Server Side Rendering

First class support for SSR without needing any additional config at initialization. Check the docs at here

Supports React 18.x

Performance

Migration Guide

Looking for migrating reactivesearch v3 to v4? Check the migration guide at here.

v3.43.8 🌈

Choose a tag to compare

@bietkul bietkul released this 01 Mar 10:47
c506a65

Bug Fixes