Skip to content

v3.0.0-rc-vue 🌈

Pre-release
Pre-release
Compare
Choose a tag to compare
@release-drafter release-drafter released this 01 Mar 10:39
· 1002 commits to refs/heads/next since this release

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.