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)
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)
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Bumps @docsearch/react from 3.6.1 to 3.8.0.
Release notes
Sourced from
@docsearch/react
's releases.Changelog
Sourced from
@docsearch/react
's changelog.Commits
8e419a0
chore: release v3.8.0 (#2349)08d9a37
fix(types): use a minimal type for transformSearchClient (#2348)57eace5
chore(deps): dependencies 2024-11-11 (#2340)44aa7dc
feat(a11y): add hotkeys to search input aria-label (#2337)32ec976
fix: use npm for release (#2339)9441df4
chore: release v3.7.0 (#2338)aa666de
chore(deps): dependencies 2024-11-04 (#2335)6579023
chore(docs): fix grammar, improve sentence clarity (#2052)c98ae2f
chore: updated react docs link (#2277)90ca5fa
fix(types): export the types folder (#2332)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show