algolia

Algolia Search Module for Nuxt 3

v1.8.0 by BaroshemBaroshem

What's Changed

New Contributors

Full Changelog: https://github.com/nuxt-modules/algolia/compare/v1.7.0...v1.8.0

v1.7.0 by BaroshemBaroshem

v1.6.0 by BaroshemBaroshem

What's Changed

New Contributors

Full Changelog: https://github.com/nuxt-modules/algolia/compare/v1.5.0...v1.6.0

v1.5.0 by BaroshemBaroshem

  1. Fixed support for SSR requests
  2. Add support for using environment variables without passing them to module configuration
  3. Add a new useAsyncAlgoliaSearch composable that allows for easier SSR flow

What's Changed

Full Changelog: https://github.com/nuxt-modules/algolia/compare/v1.4.2...v1.5.0

v1.4.2 by BaroshemBaroshem

v1.4.0 by BaroshemBaroshem

v1.3.1 by BaroshemBaroshem

v1.3.0 by BaroshemBaroshem

  1. Fixed docs links after Algolia rebranding and Nuxt 3 stable release
  2. Added content (videos, articles, projects) to docs
  3. Added support for caching in the algoliasearch client

What's Changed

Full Changelog: https://github.com/nuxt-modules/algolia/compare/v1.2.0...v1.3.0

v1.2.0 by BaroshemBaroshem

What's Changed

  • fix: upgrade for latest nuxt 3 compatibility by @pi0 in #107

New Contributors

  • @pi0 made their first contribution in #107

Full Changelog: https://github.com/nuxt-modules/algolia/compare/v1.1.5...v1.2.0

v1.1.5 by BaroshemBaroshem

What's Changed

Full Changelog: https://github.com/nuxt-modules/algolia/compare/v1.1.4...v1.1.5

v1.1.4 by BaroshemBaroshem

v1.1.3 by BaroshemBaroshem

What's Changed

New Contributors

Full Changelog: https://github.com/nuxt-modules/algolia/compare/v1.1.2...v1.1.3

v1.1.2 by BaroshemBaroshem

v1.1.1 by BaroshemBaroshem

What's Changed

Fix problems with module on NuxtEdge version (Nuxt 2)

Full Changelog: https://github.com/nuxt-community/algolia-module/compare/v1.1.0...v1.1.1

v1.1.0 by BaroshemBaroshem

Breaking Changes

As mentioned in the previous big release, the renaming of composables is now a thing and the deprecated composables have been completely removed. Make sure to use the current naming that you can check out here https://algolia.nuxtjs.org/getting-started/usage

What's Changed

Full Changelog: https://github.com/nuxt-community/algolia-module/compare/v1.0.3...v1.1.0

v1.0.3 by BaroshemBaroshem

Bump StoryblokAlgoliaIndexer version

Full Changelog: https://github.com/nuxt-community/algolia-module/compare/1.0.2...v1.0.3

v1.0.2 by BaroshemBaroshem

Small bugfix of useQuery not being imported

What's Changed

New Contributors

Full Changelog: https://github.com/nuxt-community/algolia-module/compare/v1.0.1...1.0.2

v1.0.1 by BaroshemBaroshem

Fixing the issue with module not being able to convert CMS indexer options when they are not defined.

Full Changelog: https://github.com/nuxt-community/algolia-module/compare/v1.0.0...v1.0.1

v1.0.0 by BaroshemBaroshem

What's Changed

Full Changelog: https://github.com/nuxt-community/algolia-module/compare/v0.9.2...v1.0.0

v0.9.2 by BaroshemBaroshem

Upgrade to Nuxt 3.0.0-rc.3

What's Changed

Full Changelog: https://github.com/nuxt-community/algolia-module/compare/v0.9.1...v0.9.2

v0.9.1 by BaroshemBaroshem

What's Changed

Full Changelog: https://github.com/nuxt-community/algolia-module/compare/v0.9.0...v0.9.1

v0.9.0 by BaroshemBaroshem

v0.8.3 by BaroshemBaroshem

Some fixes were necessary for 0.8.0 release in order to correctly work in more advances scenarios.

  • Support for Algolia Recommend API
  • Updated docs
  • New logging system

What's Changed

New Contributors

Full Changelog: https://github.com/nuxt-community/algolia-module/compare/v0.7.1...v0.8.0

v0.8.0 by BaroshemBaroshem

  • Support for Algolia Recommend API
  • Updated docs
  • New logging system

What's Changed

New Contributors

Full Changelog: https://github.com/nuxt-community/algolia-module/compare/v0.7.1...v0.8.0

v0.7.1 by BaroshemBaroshem

What's Changed

New Contributors

Full Changelog: https://github.com/nuxt-community/algolia-module/compare/v0.7.0...v0.7.1

v0.5.1 by BaroshemBaroshem

What's Changed

Full Changelog: https://github.com/nuxt-modules/algolia/compare/v0.4.0...v0.5.1

https://algolia-nm.netlify.app/advanced

  • Added optional crawler support
  • Updated docs
  • Added type declarations
  • New Nuxt lifecycle hooks

v0.4.0 by BaroshemBaroshem

Full Changelog: https://github.com/nuxt-modules/algolia/compare/v0.3.0...v0.4.0

  • New optional config property lite used to indicate whether to use full or lite algoliasearch client
  • Update docs
  • Update types

v0.3.0 by BaroshemBaroshem

Full Changelog: https://github.com/nuxt-modules/algolia/compare/v0.2.0...v0.3.0

  • New composable useSearchForFacetValues
  • Updated types to autosuggest in Nuxt 3 project
  • Renamed from @nuxt-commerce to @nuxt-modules
  • Updated docs

v0.2.0 by BaroshemBaroshem

Full Changelog: https://github.com/nuxt-commerce/algolia/compare/v0.1.2...v0.2.0

  • New composable useInitIndex
  • Improved TypeScript support for search method
  • Added optional parameter requestOptions to search method
  • Updated docs