Skip to content

Releases: appbaseio/reactivesearch

Vue: v3.4.0

10 Mar 08:58
Compare
Choose a tag to compare

New Features

  • Vector Search Support

    • Adds support for vector search with new props:
      • vectorDataField: Specifies which field contains the vector data for kNN (k-Nearest Neighbors) search
      • candidates: Controls how many nearest neighbors to return in vector search results
  • Components with Vector Search Support

    • SearchBox: Use vector search for queries with the vectorDataField and candidates props
    • ReactiveList: Display vector search results using the vectorDataField and candidates props

Examples

  • Added a new vector-search example demonstrating vector search capabilities with a dataset of startup companies
  • Updated all examples to use v3.4.0

Development and Build Improvements

  • Migrated from Vue CLI to Vite for improved development experience
    • Faster builds and hot module replacement
    • Replaced vue-cli-service with vite in package configurations
    • Added vite configuration files to examples
  • Added support for Node v22
  • Updated snapshot tests for compatibility with Node v22

Security Updates

  • Updated various dependencies for security improvements including:
    • dompurify from 3.0.8 to 3.2.4
    • elliptic from 6.5.4 to 6.6.1
    • follow-redirects from 1.15.4 to 1.15.6
    • and other dependency updates

React: v4.3.0

07 Mar 04:06
Compare
Choose a tag to compare

New Features

  • Added vector search capabilities:
    • New vectorDataField prop for specifying vector embeddings field
    • New candidates prop (default: 10) for controlling number of nearest neighbors
    • Made dataField optional in ReactiveList when using vector search

Examples

  • Added comprehensive vector search example demonstrating semantic similarity search
  • Shows integration of vector search with traditional facet filters

Dependencies

Vue@3.3.5

08 Jan 17:54
Compare
Choose a tag to compare

What's Changed

Full Changelog: https://github.com/appbaseio/reactivesearch/compare/web@4.2.0...vue@3.3.5

React: v4.2.2

27 Nov 05:33
Compare
Choose a tag to compare

Changes

  • [Vue] Use lazy & onChange for DynamicRangeSlider @Jade-GG (#2254)
  • Check for invalid range in DynamicRangeSlider (Vue) @Jade-GG (#2250)
  • format(README): update content + links for new major release @siddharthlatest (#2270)
  • chore(deps): bump browserify-sign from 4.2.1 to 4.2.2 @dependabot (#2264)
  • chore(deps): bump react-devtools-core from 4.28.0 to 4.28.4 @dependabot (#2258)
  • Support conditional rendering of suggestions with renderItem prop #2259

web@4.2.0

18 Oct 14:21
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: https://github.com/appbaseio/reactivesearch/compare/v4.0.0...web@4.2.0

@appbaseio/reactivesearch@v4.0.0

31 Jul 05:26
Compare
Choose a tag to compare

What's Changed

Full Changelog: 3.43.8...v4.0.0

@appbaseio/reactivesearch-vue@3.0.0 πŸš€

31 Jul 05:13
Compare
Choose a tag to compare

What's Changed

Full Changelog: 4.0.0-rc.3...v3.1.0s

@appbaseio/reactivesearch@3.45.0

24 Jul 13:27
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.43.10...v3.45.0

v1.33.13-vue 🌈

29 Mar 11:18
Compare
Choose a tag to compare

Bug Fixes

v4.0.0-rc.3 🌈

15 Mar 22:37
Compare
Choose a tag to compare
v4.0.0-rc.3 🌈 Pre-release
Pre-release

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)