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
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
- @francois2metz made their first contribution in #162
- @Lehoczky made their first contribution in #168
- @vilhelmjosander made their first contribution in #176
- plexus77
Full Changelog: v1.9.0...v1.10.0