Releases: appbaseio/reactivesearch
Releases Β· appbaseio/reactivesearch
3.0.0-rc.1-vue π
Bug Fixes
- Handle
URLParams
prop in kebab case @SavvyShah (#2191)
v1.33.12-vue π
v1.33.11-vue π
v3.0.0-rc-vue π
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
- Batch queries at initial load
- Change
xdate
todayjs
@SavvyShah (#2148)
Migration Guide
Looking for migrating Reactivesearch v2 to v3? Check the migration guide at here.
v4.0.0-rc π
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
- Batch queries at initial load
- Change
xdate
todayjs
@SavvyShah (#2148)
Migration Guide
Looking for migrating reactivesearch v3 to v4? Check the migration guide at here.
v3.43.8 π
Bug Fixes
- Reactive Component tree-shaking issues @bietkul 6c7a906
- Searchbox bugs and search enhancements @SavvyShah (#2178)
- SSR with hooks support @mohdashraf010897 (#2175)
v1.33.7-vue π
Bug Fixes
- Fix
renderNoResults
check @danielsmink (#2163) - Fix SSR issues because of tree-shaking fix @bietkul 929c88c
v3.43.7 π
Bug Fixes
- Components not reacting to props @SavvyShah (#2168)
- Add
setPage
prop in render prop of ReactiveList @mohdashraf010897 (#2146) - Add renderSelectedTags missing prop definition @mohdashraf010897 (#2144)
- Change xdate to dayjs @SavvyShah (#2148)
- Fix incorrect import for style prop type @mohdashraf010897 (#2145)
v1.33.6-vue π
Bug Fixes
- Remove unused components on destroy @bietkul a6f6130
- Fix
tag
mode in DataSearch component whenautosuggest
isfalse
@mohdashraf010897 #2155
v1.33.5-vue π
Bug Fixes
- DataSearch: Add support for
strictSelection
prop to disable the search on enter @mohdashraf010897 #2149 - Fix tree-shaking for components when installed locally @mohdashraf010897 #2147