Skip to content

Releases: nuxt-modules/algolia

1.10.0

27 Oct 10:18
Compare
Choose a tag to compare

1.10.0

This is a new minor update of the Algolia module for Nuxt with several features, bugfixes, and new docs.

βœ… Migration Guide

This version includes ⚠️ breaking changes but don't worry, we have prepared migration guide for you πŸ˜‰

In the previous version, DocSearch component had few props set by default like lang and langAttribute. This was causing bugs for users so instead of that we decided to remove them and give full control of the props to you.

Check out the documentation for it here

What's Changed

  • Remove unused dependency rollup-plugin-node-polyfills by @francois2metz in #162
  • fix: do not throw errors during prepare script by @Lehoczky in #168
  • fix: do not push baseURL with the vue router by @Lehoczky in #171
  • feat(docsearch): allow to set component props individually and inherit undefined ones from the config by @Lehoczky in #178
  • Add option to enable requester-fetch instead of requester-node-http for edge-environments like Cloudflare Workers by @vilhelmjosander in #176
  • feat!(docsearch): remove default facetFilters by @Lehoczky in #181
  • Chore/1.10.0 by @Baroshem in #179

New Contributors

Full Changelog: v1.9.0...v1.10.0

1.9.0

03 Aug 13:30
4e0e71e
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.8.0...v1.9.0

1.8.0

12 Jun 05:30
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.7.0...v1.8.0

1.7.0

08 May 17:08
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.6.0...v1.7.0

1.6.0

12 Apr 09:33
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.5.0...v1.6.0

1.5.0

17 Jan 11:50
Compare
Choose a tag to compare
  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: v1.4.2...v1.5.0

1.4.2

03 Jan 08:30
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.4.0...v1.4.2

1.4.0

27 Dec 22:04
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.3.1...v1.4.0

1.3.1

28 Nov 08:18
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.3.0...v1.3.1

1.3.0

25 Nov 07:44
Compare
Choose a tag to compare
  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: v1.2.0...v1.3.0