v1.9.0 by
Baroshem
What's Changed
- Update 2.configuration.md by @Triloworld in #155
- Added optional key to useAlgoliaRecommend by @LoMonacoSalvatore in #159
New Contributors
- @Triloworld made their first contribution in #155
- @LoMonacoSalvatore made their first contribution in #159
Full Changelog: https://github.com/nuxt-modules/algolia/compare/v1.8.0...v1.9.0
v1.8.0 by
Baroshem
What's Changed
- Update 1.vue-instantsearch.md by @camaech in #149
- Added key to useAsyncAlgoliaSearch by @Rigo-m in #151
New Contributors
Full Changelog: https://github.com/nuxt-modules/algolia/compare/v1.7.0...v1.8.0
v1.7.0 by
Baroshem
v1.6.0 by
Baroshem
What's Changed
- feat: update Stackblitz link by @Baroshem in #131
- docs: correct template code by @Baroshem in #134
- docs: correct template code by @Baroshem in #135
- docs: using vue-instantsearch with ssr by @Laruxo in #143
- feat: add crawler support for Nuxt 3 by @yassilah in #145
New Contributors
Full Changelog: https://github.com/nuxt-modules/algolia/compare/v1.5.0...v1.6.0
v1.5.0 by
Baroshem
- Fixed support for SSR requests
- Add support for using environment variables without passing them to module configuration
- Add a new
useAsyncAlgoliaSearch
composable that allows for easier SSR flow
What's Changed
- fix: ssr support by @Baroshem in #126
- feat: support env vars by @Baroshem in #128
- Feat/use async algolia search by @Baroshem in #130
Full Changelog: https://github.com/nuxt-modules/algolia/compare/v1.4.2...v1.5.0
v1.4.2 by
Baroshem
v1.4.0 by
Baroshem
v1.3.1 by
Baroshem
v1.3.0 by
Baroshem
- Fixed docs links after Algolia rebranding and Nuxt 3 stable release
- Added content (videos, articles, projects) to docs
- 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
Baroshem
v1.1.5 by
Baroshem
What's Changed
- fix: updated branding of module by @Intevel in #103
- fix: don't import docsearch css for server build by @Baroshem in #106
Full Changelog: https://github.com/nuxt-modules/algolia/compare/v1.1.4...v1.1.5
v1.1.4 by
Baroshem
v1.1.3 by
Baroshem
What's Changed
- chore: #94 replace community with modules by @Baroshem in #95
- Update 1.vue-instantsearch.md by @podlebar in #93
- chore: 1.1.3 by @Baroshem in #96
New Contributors
Full Changelog: https://github.com/nuxt-modules/algolia/compare/v1.1.2...v1.1.3
v1.1.2 by
Baroshem
What's Changed
- fix(module): rc9 compatibility issues by @Intevel in nuxt-community/algolia-module#92
Full Changelog: https://github.com/nuxt-community/algolia-module/compare/v1.1.1...v1.1.2
v1.1.1 by
Baroshem
What's Changed
Fix problems with module on NuxtEdge version (Nuxt 2)
- Release/1.1.0 by @Baroshem in nuxt-community/algolia-module#79
- Chore/release 1.1.1 by @Baroshem in nuxt-community/algolia-module#82
Full Changelog: https://github.com/nuxt-community/algolia-module/compare/v1.1.0...v1.1.1
v1.1.0 by
Baroshem
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
- feat: #69 remove deprecated composables by @Baroshem in nuxt-community/algolia-module#74
- Feat #73 globalIndex by @Baroshem in nuxt-community/algolia-module#75
- docs: #72 quick-start docs by @Baroshem in nuxt-community/algolia-module#76
Full Changelog: https://github.com/nuxt-community/algolia-module/compare/v1.0.3...v1.1.0
v1.0.3 by
Baroshem
Bump StoryblokAlgoliaIndexer version
Full Changelog: https://github.com/nuxt-community/algolia-module/compare/1.0.2...v1.0.3
v1.0.2 by
Baroshem
Small bugfix of useQuery not being imported
What's Changed
- Add indexer object to config defaults by @digbyk in nuxt-community/algolia-module#68
New Contributors
- @digbyk made their first contribution in nuxt-community/algolia-module#68
Full Changelog: https://github.com/nuxt-community/algolia-module/compare/v1.0.1...1.0.2
v1.0.1 by
Baroshem
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
Baroshem
What's Changed
- feat(docs): upgrade docs to use latest docus (nuxt3) by @Tahul in nuxt-community/algolia-module#56
- fix: #61 vue-instantsearch plugin by @Baroshem in nuxt-community/algolia-module#62
- Docs/rewrite with docus by @Baroshem in nuxt-community/algolia-module#64
- feat: #47 rename composables to algolia by @Baroshem in nuxt-community/algolia-module#58
- feat: #54 AlgoliaStoryblokIndexer by @Baroshem in nuxt-community/algolia-module#67
- Release/1.0.0 by @Baroshem in nuxt-community/algolia-module#66
Full Changelog: https://github.com/nuxt-community/algolia-module/compare/v0.9.2...v1.0.0
v0.9.2 by
Baroshem
Upgrade to Nuxt 3.0.0-rc.3
What's Changed
- fix: #50 fix docs about vue-instantsearch by @Baroshem in nuxt-community/algolia-module#51
- fix: theme selection by @yassilah in nuxt-community/algolia-module#52
Full Changelog: https://github.com/nuxt-community/algolia-module/compare/v0.9.1...v0.9.2
v0.9.1 by
Baroshem
What's Changed
- feat(nuxt): update for post-RC releases by @Tahul in nuxt-community/algolia-module#48
- feat(docs): improved preview images & setup documentation by @Intevel in nuxt-community/algolia-module#45
Full Changelog: https://github.com/nuxt-community/algolia-module/compare/v0.9.0...v0.9.1
v0.9.0 by
Baroshem
What's Changed
- chore(fix) Issue template fixed by @Intevel in nuxt-community/algolia-module#39
- fix: provided compatibility options by @Intevel in nuxt-community/algolia-module#43
- feat: docsearch feature by @Tahul in nuxt-community/algolia-module#42
New Contributors
- @Intevel made their first contribution in nuxt-community/algolia-module#39
- @Tahul made their first contribution in nuxt-community/algolia-module#42
Full Changelog: https://github.com/nuxt-community/algolia-module/compare/v0.8.3...v0.9.0
v0.8.3 by
Baroshem
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
- chore: updated docs by @Baroshem in nuxt-community/algolia-module#32
- fix: add missing comma from example config by @zal1000 in nuxt-community/algolia-module#33
- Feat/algolia recommend by @Baroshem in nuxt-community/algolia-module#34
New Contributors
- @zal1000 made their first contribution in nuxt-community/algolia-module#33
Full Changelog: https://github.com/nuxt-community/algolia-module/compare/v0.7.1...v0.8.0
v0.8.0 by
Baroshem
- Support for Algolia Recommend API
- Updated docs
- New logging system
What's Changed
- chore: updated docs by @Baroshem in nuxt-community/algolia-module#32
- fix: add missing comma from example config by @zal1000 in nuxt-community/algolia-module#33
- Feat/algolia recommend by @Baroshem in nuxt-community/algolia-module#34
New Contributors
- @zal1000 made their first contribution in nuxt-community/algolia-module#33
Full Changelog: https://github.com/nuxt-community/algolia-module/compare/v0.7.1...v0.8.0
v0.7.1 by
Baroshem
What's Changed
- Feat/nuxt community by @Baroshem in nuxt-community/algolia-module#20
- chore(release): 0.7.0 by @Baroshem in nuxt-community/algolia-module#27
- fix: remove unnecessary @nuxt/schema declaration by @yassilah in nuxt-community/algolia-module#22
- chore(deps): update actions/setup-node action to v3 by @renovate in nuxt-community/algolia-module#30
- feat: search results type from index name by @yassilah in nuxt-community/algolia-module#29
New Contributors
- @Baroshem made their first contribution in nuxt-community/algolia-module#20
- @renovate made their first contribution in nuxt-community/algolia-module#30
Full Changelog: https://github.com/nuxt-community/algolia-module/compare/v0.7.0...v0.7.1
v0.7.0 by
Baroshem
What's Changed
- feat: vue-instantsearch by @yassilah in nuxt-community/algolia-module#15
- fix: gh-badges by @yassilah in nuxt-community/algolia-module#16
Full Changelog: https://github.com/nuxt-community/algolia-module/compare/v0.5.1...v0.7.0
v0.5.1 by
Baroshem
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
Baroshem
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
Baroshem
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
Baroshem
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
tosearch
method - Updated docs
v0.1.2 by
Baroshem
Full Changelog: https://github.com/nuxt-commerce/algolia/commits/0.1.0
Full Changelog: https://github.com/nuxt-commerce/algolia/compare/v0.1.1...v0.1.2