Skip to content

1.10.0

Latest
Compare
Choose a tag to compare
@Baroshem Baroshem released this 27 Oct 10:18
· 25 commits to main since this release

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