Releases: algolia/docsearch
Releases · algolia/docsearch
v3.8.0
3.8.0 (2024-11-12)
This version introduces a new type DocSearchTransformClient to allow the transformSearchClient
to use either the lite client, or the full algoliasearch client.
Users are encouraged to use the lite client (import { liteClient } from 'algoliasearch/lite
) to reduce bundle size.
Bug Fixes
Features
v3.7.0
v3.6.3
What's Changed
- docs(showcase): Fix logos for ScalarDB and ScalarDL in showcase by @josh-wong in #2317
- fix: upgrade algoliasearch to v5 by @millotp in #2326
- fix: use vite instead of parcel in the examples by @millotp in #2329
New Contributors
Full Changelog: v3.6.2...v3.6.3