Skip to content

Releases: algolia/docsearch

v3.8.0

12 Nov 20:17
8e419a0
Compare
Choose a tag to compare

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

  • types: use a minimal type for transformSearchClient (#2348) (08d9a37)

Features

  • a11y: add hotkeys to search input aria-label (#2337) (44aa7dc)

v3.7.0

05 Nov 12:58
32ec976
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v3.6.3...v3.7.0

v3.6.3

31 Oct 16:49
e52c8f3
Compare
Choose a tag to compare

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

v3.6.2

27 Sep 14:29
86281d6
Compare
Choose a tag to compare

3.6.2 (2024-09-27)

Bug Fixes

v3.6.1

16 Jul 18:02
5c2ac99
Compare
Choose a tag to compare

3.6.1 (2024-07-16)

Bug Fixes

v3.6.0

06 Mar 21:55
2df2e13
Compare
Choose a tag to compare

3.6.0 (2024-03-06)

Bug Fixes

Features

v3.5.2

17 Aug 14:11
982a229
Compare
Choose a tag to compare

3.5.2 (2023-08-11)

Fixes

  • Updates algoliasearch package version (cc90789)
  • Adds search-insights as options peer dependency (cc90789)

v3.5.1

16 Jun 15:11
30aca58
Compare
Choose a tag to compare

3.5.1 (2023-06-15)

Features

  • api: support Insights on search results click (#1916) (cacade4)

v3.5.0

08 Jun 16:03
1f3cf87
Compare
Choose a tag to compare

3.5.0 (2023-06-08)

Features

  • api: allow insights options to be forwarded to Autocomplete (#1904) (26691a5)

v3.4.0

24 May 21:39
61fc92c
Compare
Choose a tag to compare

3.4.0 (2023-05-24)

Features