1
0
Fork 0

chore: release v5.0.0-beta.3 (#2961)

This commit is contained in:
Paul Jankowski 2026-08-05 20:05:00 -04:00 committed by GitHub
parent c6a1ce1c50
commit b0442509a5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
19 changed files with 164 additions and 32 deletions

View file

@ -18,9 +18,17 @@
"changesets": [
"better-cars-smell",
"brave-things-join",
"calm-buttons-listen",
"deep-conversations-start",
"dynamic-indices-strings",
"kind-foxes-give",
"long-snippets-wrap",
"ready-clubs-serve",
"safe-answers-smile",
"sharp-donkeys-search",
"sixty-lights-try",
"tidy-moons-argue",
"typed-panels-wave",
"vast-numbers-read"
]
}

View file

@ -1,5 +1,22 @@
# @docsearch/docusaurus-adapter
## 5.0.0-beta.3
### Patch Changes
- fe4d0c2: Align Ask AI dynamic indices with Agent Studio completions: `askAi.indices` is now `string[]` (index names only). Use `askAi.searchParameters` for per-index runtime overrides.
- c6a1ce1: fix(docusaurus-adapter): Docusaurus styling cleanup
- Updated dependencies [3f74c33]
- Updated dependencies [b33a7f7]
- Updated dependencies [fe4d0c2]
- Updated dependencies [4e44b55]
- Updated dependencies [9a1b3e4]
- Updated dependencies [b28bc84]
- @docsearch/core@5.0.0-beta.3
- @docsearch/react@5.0.0-beta.3
- @docsearch/modal@5.0.0-beta.3
- @docsearch/sidepanel@5.0.0-beta.3
## 5.0.0-beta.2
### Patch Changes

View file

@ -1,6 +1,6 @@
{
"name": "@docsearch/docusaurus-adapter",
"version": "5.0.0-beta.2",
"version": "5.0.0-beta.3",
"description": "Algolia search component for Docusaurus.",
"main": "lib/index.js",
"sideEffects": [

View file

@ -31,7 +31,7 @@
},
"adapters/docusaurus-theme-search-algolia": {
"name": "@docsearch/docusaurus-adapter",
"version": "5.0.0-beta.2",
"version": "5.0.0-beta.3",
"dependencies": {
"@algolia/autocomplete-core": "1.19.2",
"@docsearch/core": "workspace:*",
@ -115,7 +115,7 @@
},
"packages/docsearch-core": {
"name": "@docsearch/core",
"version": "5.0.0-beta.2",
"version": "5.0.0-beta.3",
"devDependencies": {
"@testing-library/jest-dom": "6.6.3",
"@testing-library/react": "16.2.0",
@ -137,7 +137,7 @@
},
"packages/docsearch-css": {
"name": "@docsearch/css",
"version": "5.0.0-beta.2",
"version": "5.0.0-beta.3",
"devDependencies": {
"browserslist": "4.28.2",
"lightningcss": "1.32.0",
@ -146,7 +146,7 @@
},
"packages/docsearch-js": {
"name": "@docsearch/js",
"version": "5.0.0-beta.2",
"version": "5.0.0-beta.3",
"dependencies": {
"@docsearch/core": "4.6.0",
"@docsearch/react": "4.6.0",
@ -160,7 +160,7 @@
},
"packages/docsearch-modal": {
"name": "@docsearch/modal",
"version": "5.0.0-beta.2",
"version": "5.0.0-beta.3",
"dependencies": {
"@docsearch/core": "4.6.0",
"@docsearch/react": "4.6.0",
@ -185,13 +185,13 @@
},
"packages/docsearch-react": {
"name": "@docsearch/react",
"version": "5.0.0-beta.2",
"version": "5.0.0-beta.3",
"dependencies": {
"@ai-sdk/react": "^2.0.30",
"@algolia/autocomplete-core": "1.19.2",
"@base-ui/react": "^1.5.0",
"@docsearch/core": "5.0.0-beta.2",
"@docsearch/css": "5.0.0-beta.2",
"@docsearch/core": "5.0.0-beta.3",
"@docsearch/css": "5.0.0-beta.3",
"ai": "^5.0.30",
"algoliasearch": "^5.28.0",
"marked": "^16.3.0",
@ -199,7 +199,7 @@
},
"devDependencies": {
"@algolia/autocomplete-core": "1.19.2",
"@docsearch/core": "5.0.0-beta.2",
"@docsearch/core": "5.0.0-beta.3",
"@testing-library/jest-dom": "6.6.3",
"@testing-library/react": "16.2.0",
"preact": "11.0.0-beta.0",
@ -222,7 +222,7 @@
},
"packages/docsearch-sidepanel": {
"name": "@docsearch/sidepanel",
"version": "5.0.0-beta.2",
"version": "5.0.0-beta.3",
"dependencies": {
"@docsearch/core": "4.6.0",
"@docsearch/css": "4.6.0",
@ -248,7 +248,7 @@
},
"packages/docsearch-sidepanel-js": {
"name": "@docsearch/sidepanel-js",
"version": "5.0.0-beta.2",
"version": "5.0.0-beta.3",
"dependencies": {
"@docsearch/core": "4.6.0",
"@docsearch/react": "4.6.0",

View file

@ -1,5 +1,11 @@
# @docsearch/core
## 5.0.0-beta.3
### Patch Changes
- 3f74c33: Prevent the slash search shortcut from intercepting key events on focused buttons.
## 5.0.0-beta.2
### Patch Changes

View file

@ -1,7 +1,7 @@
{
"name": "@docsearch/core",
"description": "Core package logic for DocSearch",
"version": "5.0.0-beta.2",
"version": "5.0.0-beta.3",
"license": "MIT",
"type": "module",
"homepage": "https://docsearch.algolia.com",

View file

@ -1,5 +1,19 @@
# @docsearch/css
## 5.0.0-beta.3
### Patch Changes
- 4e44b55: Stop over-truncating mobile snippets and allow long search hits to wrap.
- b28bc84: feat(v5): add customizable footer action
- New `footerAction` prop renders a custom action in the modal footer,
before the Algolia logo, inside `.DocSearch-Footer-Action`
- `@docsearch/js` supports `footerAction` via template patterns (html helper,
JSX, or function-based)
- Fixes typing differences between `@docsearch/react` and `@docsearch/js`
- Restyle the footer with a `.DocSearch-Footer-Actions` wrapper
## 5.0.0-beta.2
### Patch Changes

View file

@ -1,7 +1,7 @@
{
"name": "@docsearch/css",
"description": "Styles for DocSearch.",
"version": "5.0.0-beta.2",
"version": "5.0.0-beta.3",
"license": "MIT",
"homepage": "https://docsearch.algolia.com",
"repository": {

View file

@ -1,5 +1,27 @@
# @docsearch/js
## 5.0.0-beta.3
### Patch Changes
- b28bc84: feat(v5): add customizable footer action
- New `footerAction` prop renders a custom action in the modal footer,
before the Algolia logo, inside `.DocSearch-Footer-Action`
- `@docsearch/js` supports `footerAction` via template patterns (html helper,
JSX, or function-based)
- Fixes typing differences between `@docsearch/react` and `@docsearch/js`
- Restyle the footer with a `.DocSearch-Footer-Actions` wrapper
- Updated dependencies [3f74c33]
- Updated dependencies [b33a7f7]
- Updated dependencies [fe4d0c2]
- Updated dependencies [4e44b55]
- Updated dependencies [9a1b3e4]
- Updated dependencies [b28bc84]
- @docsearch/core@5.0.0-beta.3
- @docsearch/react@5.0.0-beta.3
## 5.0.0-beta.2
### Patch Changes

View file

@ -1,7 +1,7 @@
{
"name": "@docsearch/js",
"description": "JavaScript package for DocSearch, the best search experience for docs.",
"version": "5.0.0-beta.2",
"version": "5.0.0-beta.3",
"license": "MIT",
"homepage": "https://docsearch.algolia.com",
"repository": {
@ -33,8 +33,8 @@
"watch": "tsdown --watch"
},
"dependencies": {
"@docsearch/core": "5.0.0-beta.2",
"@docsearch/react": "5.0.0-beta.2"
"@docsearch/core": "5.0.0-beta.3",
"@docsearch/react": "5.0.0-beta.3"
},
"devDependencies": {
"htm": "3.1.1",

View file

@ -1,5 +1,18 @@
# @docsearch/modal
## 5.0.0-beta.3
### Patch Changes
- Updated dependencies [3f74c33]
- Updated dependencies [b33a7f7]
- Updated dependencies [fe4d0c2]
- Updated dependencies [4e44b55]
- Updated dependencies [9a1b3e4]
- Updated dependencies [b28bc84]
- @docsearch/core@5.0.0-beta.3
- @docsearch/react@5.0.0-beta.3
## 5.0.0-beta.2
### Patch Changes

View file

@ -1,7 +1,7 @@
{
"name": "@docsearch/modal",
"description": "DocSearch modal package for keyword search and Ask AI.",
"version": "5.0.0-beta.2",
"version": "5.0.0-beta.3",
"license": "MIT",
"homepage": "https://docsearch.algolia.com",
"repository": {
@ -35,8 +35,8 @@
"watch": "tsdown --watch"
},
"dependencies": {
"@docsearch/core": "5.0.0-beta.2",
"@docsearch/react": "5.0.0-beta.2"
"@docsearch/core": "5.0.0-beta.3",
"@docsearch/react": "5.0.0-beta.3"
},
"devDependencies": {
"@testing-library/jest-dom": "6.6.3",

View file

@ -1,5 +1,29 @@
# @docsearch/react
## 5.0.0-beta.3
### Patch Changes
- 3f74c33: Prevent the slash search shortcut from intercepting key events on focused buttons.
- b33a7f7: Recognize current Agent Studio conversation-depth error messages.
- fe4d0c2: Align Ask AI dynamic indices with Agent Studio completions: `askAi.indices` is now `string[]` (index names only). Use `askAi.searchParameters` for per-index runtime overrides.
- 4e44b55: Stop over-truncating mobile snippets and allow long search hits to wrap.
- 9a1b3e4: Sanitize Ask AI Markdown HTML and URLs before rendering to prevent XSS.
- b28bc84: feat(v5): add customizable footer action
- New `footerAction` prop renders a custom action in the modal footer,
before the Algolia logo, inside `.DocSearch-Footer-Action`
- `@docsearch/js` supports `footerAction` via template patterns (html helper,
JSX, or function-based)
- Fixes typing differences between `@docsearch/react` and `@docsearch/js`
- Restyle the footer with a `.DocSearch-Footer-Actions` wrapper
- Updated dependencies [3f74c33]
- Updated dependencies [4e44b55]
- Updated dependencies [b28bc84]
- @docsearch/core@5.0.0-beta.3
- @docsearch/css@5.0.0-beta.3
## 5.0.0-beta.2
### Patch Changes

View file

@ -1,7 +1,7 @@
{
"name": "@docsearch/react",
"description": "React package for DocSearch, the best search experience for docs.",
"version": "5.0.0-beta.2",
"version": "5.0.0-beta.3",
"license": "MIT",
"homepage": "https://docsearch.algolia.com",
"repository": {
@ -50,8 +50,8 @@
"@ai-sdk/react": "^2.0.30",
"@algolia/autocomplete-core": "1.19.2",
"@base-ui/react": "^1.5.0",
"@docsearch/core": "5.0.0-beta.2",
"@docsearch/css": "5.0.0-beta.2",
"@docsearch/core": "5.0.0-beta.3",
"@docsearch/css": "5.0.0-beta.3",
"ai": "^5.0.30",
"algoliasearch": "^5.28.0",
"marked": "^16.3.0",
@ -59,7 +59,7 @@
},
"devDependencies": {
"@algolia/autocomplete-core": "1.19.2",
"@docsearch/core": "5.0.0-beta.2",
"@docsearch/core": "5.0.0-beta.3",
"@testing-library/jest-dom": "6.6.3",
"@testing-library/react": "16.2.0",
"preact": "11.0.0-beta.0",

View file

@ -1 +1 @@
export const version = '5.0.0-beta.2';
export const version = '5.0.0-beta.3';

View file

@ -1,5 +1,19 @@
# @docsearch/sidepanel-js
## 5.0.0-beta.3
### Patch Changes
- a8fecaa: Expose Agent Studio search parameters in the public Sidepanel JavaScript props.
- Updated dependencies [3f74c33]
- Updated dependencies [b33a7f7]
- Updated dependencies [fe4d0c2]
- Updated dependencies [4e44b55]
- Updated dependencies [9a1b3e4]
- Updated dependencies [b28bc84]
- @docsearch/core@5.0.0-beta.3
- @docsearch/react@5.0.0-beta.3
## 5.0.0-beta.2
### Patch Changes

View file

@ -1,7 +1,7 @@
{
"name": "@docsearch/sidepanel-js",
"description": "JavaScript package for DocSearch Sidepanel for interfacing with Ask AI.",
"version": "5.0.0-beta.2",
"version": "5.0.0-beta.3",
"license": "MIT",
"homepage": "https://docsearch.algolia.com",
"repository": {
@ -32,8 +32,8 @@
"watch": "tsdown --watch"
},
"dependencies": {
"@docsearch/core": "5.0.0-beta.2",
"@docsearch/react": "5.0.0-beta.2"
"@docsearch/core": "5.0.0-beta.3",
"@docsearch/react": "5.0.0-beta.3"
},
"devDependencies": {
"preact": "11.0.0-beta.0",

View file

@ -1,5 +1,19 @@
# @docsearch/sidepanel
## 5.0.0-beta.3
### Patch Changes
- Updated dependencies [3f74c33]
- Updated dependencies [b33a7f7]
- Updated dependencies [fe4d0c2]
- Updated dependencies [4e44b55]
- Updated dependencies [9a1b3e4]
- Updated dependencies [b28bc84]
- @docsearch/core@5.0.0-beta.3
- @docsearch/react@5.0.0-beta.3
- @docsearch/css@5.0.0-beta.3
## 5.0.0-beta.2
### Patch Changes

View file

@ -1,7 +1,7 @@
{
"name": "@docsearch/sidepanel",
"description": "DocSearch Sidepanel package for Ask AI.",
"version": "5.0.0-beta.2",
"version": "5.0.0-beta.3",
"license": "MIT",
"homepage": "https://docsearch.algolia.com",
"repository": {
@ -38,9 +38,9 @@
"watch": "tsdown --watch"
},
"dependencies": {
"@docsearch/core": "5.0.0-beta.2",
"@docsearch/css": "5.0.0-beta.2",
"@docsearch/react": "5.0.0-beta.2"
"@docsearch/core": "5.0.0-beta.3",
"@docsearch/css": "5.0.0-beta.3",
"@docsearch/react": "5.0.0-beta.3"
},
"devDependencies": {
"@testing-library/jest-dom": "6.6.3",