Skip to content

Releases: appbaseio/reactivesearch

React: v4.3.1

Choose a tag to compare

@siddharthlatest siddharthlatest released this 26 Jul 08:16
7584480

@appbaseio/reactivesearch 4.3.1

New Features

  • SearchBox: downShiftProps prop to pass custom props through to the underlying Downshift instance

Bug Fixes

  • ErrorBoundary: guard onError so it only fires when state.error is truthy — fixes null-callback spam on every re-render in error monitoring integrations

Examples

  • Migrate web examples to the Render ReactiveSearch API (reactivesearch-api-9-4-0.onrender.com) with shared read-only credentials, unblocking Docs CodeSandbox embeds
  • Retarget ToggleButton examples from meetup_app to good-books-ds
  • Simplify QuerySuggestion demo configuration

Dependencies

  • reactivecore unchanged at 10.4.0 (same as 4.3.0)
  • Added npm bugs metadata (https://github.com/appbaseio/reactivesearch/issues)

Vue: v3.5.0

Choose a tag to compare

@siddharthlatest siddharthlatest released this 26 Jul 09:00

@appbaseio/reactivesearch-vue 3.5.0

Examples — Render ReactiveSearch API migration

All Vue examples and demos now point at https://reactivesearch-api-9-4-0.onrender.com (replacing the legacy demo backend). ToggleButton examples retargeted from meetup_app to good-books-ds. Vite examples include allowedHosts: true for CodeSandbox embeds.

Examples — Search showcase and demo fixes

SearchBox demo simplified to autosuggest-only (drops popular/recent suggestions that 500 on the minimal Render preferences API). QuerySuggestion demo simplified; ToggleButton sort field corrected.

Development

  • Added npm bugs metadata pointing to the monorepo issues tracker
  • All 50 Vue example/demo package.json files updated to depend on 3.5.0

Dependencies

  • @appbaseio/reactivecore 10.4.0 (unchanged)
  • No library source changes in packages/vue/src since 3.4.0 — vector search, Vite migration, and Node v22 support shipped in 3.4.0

Vue: v3.4.0

Choose a tag to compare

@siddharthlatest siddharthlatest released this 10 Mar 08:58

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

Choose a tag to compare

@siddharthlatest siddharthlatest released this 07 Mar 04:06

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

Choose a tag to compare

@mohdashraf010897 mohdashraf010897 released this 08 Jan 17:54

What's Changed

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

React: v4.2.2

Choose a tag to compare

@release-drafter release-drafter released this 27 Nov 05:33

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

Choose a tag to compare

@mohdashraf010897 mohdashraf010897 released this 18 Oct 14:21

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

Choose a tag to compare

@mohdashraf010897 mohdashraf010897 released this 31 Jul 05:26

What's Changed

Full Changelog: 3.43.8...v4.0.0

@appbaseio/reactivesearch-vue@3.0.0 🚀

Choose a tag to compare

@mohdashraf010897 mohdashraf010897 released this 31 Jul 05:13

What's Changed

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

@appbaseio/reactivesearch@3.45.0

Choose a tag to compare

@mohdashraf010897 mohdashraf010897 released this 24 Jul 13:27

What's Changed

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