Skip to content

v3.8.0

Latest
Compare
Choose a tag to compare
@algolia-bot algolia-bot released this 12 Nov 20:17
8e419a0

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)