algolia/docsearch (@docsearch/react)
### [`v3.8.0`](https://redirect.github.com/algolia/docsearch/blob/HEAD/CHANGELOG.md#380-2024-11-12)
[Compare Source](https://redirect.github.com/algolia/docsearch/compare/v3.7.0...v3.8.0)
This version introduces a new type [DocSearchTransformClient](https://redirect.github.com/algolia/docsearch/blob/main/packages/docsearch-react/src/DocSearch.tsx#L19) to allow the `transformSearchClient` to use either the lite client, or the full algoliasearch client.
Users are encouraged to use the [lite client](https://www.algolia.com/doc/libraries/javascript/v5/methods/search/) (`import { liteClient } from 'algoliasearch/lite`) to reduce bundle size.
##### Bug Fixes
- **types:** use a minimal type for transformSearchClient ([#2348](https://redirect.github.com/algolia/docsearch/issues/2348)) ([08d9a37](https://redirect.github.com/algolia/docsearch/commit/08d9a37807a136da99ca2dd39f4cbc86ade9c5bf))
##### Features
- **a11y:** add hotkeys to search input aria-label ([#2337](https://redirect.github.com/algolia/docsearch/issues/2337)) ([44aa7dc](https://redirect.github.com/algolia/docsearch/commit/44aa7dcf3831b533d9546c95a916d6acdee9d6d8))
Configuration
📅 Schedule: Branch creation - "on sunday before 6:00am" in timezone UTC, Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
[ ] If you want to rebase/retry this PR, check this box
This PR contains the following updates:
^3.7.0
->^3.8.0
Release Notes
algolia/docsearch (@docsearch/react)
### [`v3.8.0`](https://redirect.github.com/algolia/docsearch/blob/HEAD/CHANGELOG.md#380-2024-11-12) [Compare Source](https://redirect.github.com/algolia/docsearch/compare/v3.7.0...v3.8.0) This version introduces a new type [DocSearchTransformClient](https://redirect.github.com/algolia/docsearch/blob/main/packages/docsearch-react/src/DocSearch.tsx#L19) to allow the `transformSearchClient` to use either the lite client, or the full algoliasearch client. Users are encouraged to use the [lite client](https://www.algolia.com/doc/libraries/javascript/v5/methods/search/) (`import { liteClient } from 'algoliasearch/lite`) to reduce bundle size. ##### Bug Fixes - **types:** use a minimal type for transformSearchClient ([#2348](https://redirect.github.com/algolia/docsearch/issues/2348)) ([08d9a37](https://redirect.github.com/algolia/docsearch/commit/08d9a37807a136da99ca2dd39f4cbc86ade9c5bf)) ##### Features - **a11y:** add hotkeys to search input aria-label ([#2337](https://redirect.github.com/algolia/docsearch/issues/2337)) ([44aa7dc](https://redirect.github.com/algolia/docsearch/commit/44aa7dcf3831b533d9546c95a916d6acdee9d6d8))Configuration
📅 Schedule: Branch creation - "on sunday before 6:00am" in timezone UTC, Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.