chore: release v3.8.1 (#2412)
Co-authored-by: Pierre Millot <pierre.millot@algolia.com>
This commit is contained in:
parent
7a42e6015f
commit
a159f76856
10 changed files with 34 additions and 25 deletions
|
|
@ -1,3 +1,12 @@
|
|||
## [3.8.1](https://github.com/algolia/docsearch/compare/v3.8.0...v3.8.1) (2024-12-16)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* use SearchParamsObject for searchParameters ([#2362](https://github.com/algolia/docsearch/issues/2362)) ([24c6b4d](https://github.com/algolia/docsearch/commit/24c6b4dbf7bd476683ddea6ba14f641dcca31895))
|
||||
|
||||
|
||||
|
||||
# [3.8.0](https://github.com/algolia/docsearch/compare/v3.7.0...v3.8.0) (2024-11-12)
|
||||
|
||||
This version introduces a new type [DocSearchTransformClient](https://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.
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "@docsearch/react-example",
|
||||
"description": "DocSearch v3 React example",
|
||||
"version": "3.8.0",
|
||||
"version": "3.8.1",
|
||||
"private": true,
|
||||
"license": "MIT",
|
||||
"type": "module",
|
||||
|
|
@ -11,8 +11,8 @@
|
|||
"preview": "vite preview"
|
||||
},
|
||||
"dependencies": {
|
||||
"@docsearch/css": "3.8.0",
|
||||
"@docsearch/react": "3.8.0",
|
||||
"@docsearch/css": "3.8.1",
|
||||
"@docsearch/react": "3.8.1",
|
||||
"react": "^18.0.0",
|
||||
"react-dom": "^18.0.0"
|
||||
},
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "@docsearch/js-example",
|
||||
"description": "DocSearch v3 Vanilla JavaScript example",
|
||||
"version": "3.8.0",
|
||||
"version": "3.8.1",
|
||||
"private": true,
|
||||
"license": "MIT",
|
||||
"scripts": {
|
||||
|
|
@ -10,8 +10,8 @@
|
|||
"preview": "vite preview"
|
||||
},
|
||||
"dependencies": {
|
||||
"@docsearch/css": "3.8.0",
|
||||
"@docsearch/js": "3.8.0"
|
||||
"@docsearch/css": "3.8.1",
|
||||
"@docsearch/js": "3.8.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"vite": "^5.4.10"
|
||||
|
|
|
|||
|
|
@ -3,6 +3,6 @@
|
|||
"packages/*",
|
||||
"examples/*"
|
||||
],
|
||||
"version": "3.8.0",
|
||||
"version": "3.8.1",
|
||||
"npmClient": "yarn"
|
||||
}
|
||||
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "@docsearch/css",
|
||||
"description": "Styles for DocSearch.",
|
||||
"version": "3.8.0",
|
||||
"version": "3.8.1",
|
||||
"license": "MIT",
|
||||
"homepage": "https://docsearch.algolia.com",
|
||||
"repository": {
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "@docsearch/js",
|
||||
"description": "JavaScript package for DocSearch, the best search experience for docs.",
|
||||
"version": "3.8.0",
|
||||
"version": "3.8.1",
|
||||
"license": "MIT",
|
||||
"homepage": "https://docsearch.algolia.com",
|
||||
"repository": {
|
||||
|
|
@ -33,7 +33,7 @@
|
|||
"watch": "watch \"yarn on:change\" --ignoreDirectoryPattern \"/dist/\""
|
||||
},
|
||||
"dependencies": {
|
||||
"@docsearch/react": "3.8.0",
|
||||
"@docsearch/react": "3.8.1",
|
||||
"preact": "^10.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "@docsearch/react",
|
||||
"description": "React package for DocSearch, the best search experience for docs.",
|
||||
"version": "3.8.0",
|
||||
"version": "3.8.1",
|
||||
"license": "MIT",
|
||||
"homepage": "https://docsearch.algolia.com",
|
||||
"repository": {
|
||||
|
|
@ -38,7 +38,7 @@
|
|||
"dependencies": {
|
||||
"@algolia/autocomplete-core": "1.17.7",
|
||||
"@algolia/autocomplete-preset-algolia": "1.17.7",
|
||||
"@docsearch/css": "3.8.0",
|
||||
"@docsearch/css": "3.8.1",
|
||||
"algoliasearch": "^5.14.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
export const version = '3.8.0';
|
||||
export const version = '3.8.1';
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@docsearch/website",
|
||||
"version": "3.8.0",
|
||||
"version": "3.8.1",
|
||||
"private": true,
|
||||
"homepage": "https://docsearch.algolia.com/",
|
||||
"scripts": {
|
||||
|
|
@ -17,7 +17,7 @@
|
|||
},
|
||||
"dependencies": {
|
||||
"@algolia/ui-library": "5.86.0",
|
||||
"@docsearch/react": "3.8.0",
|
||||
"@docsearch/react": "3.8.1",
|
||||
"@docusaurus/core": "3.6.1",
|
||||
"@docusaurus/preset-classic": "3.6.1",
|
||||
"@mdx-js/react": "^3.1.0",
|
||||
|
|
|
|||
20
yarn.lock
20
yarn.lock
|
|
@ -2258,7 +2258,7 @@ __metadata:
|
|||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@docsearch/css@npm:3.8.0, @docsearch/css@workspace:packages/docsearch-css":
|
||||
"@docsearch/css@npm:3.8.1, @docsearch/css@workspace:packages/docsearch-css":
|
||||
version: 0.0.0-use.local
|
||||
resolution: "@docsearch/css@workspace:packages/docsearch-css"
|
||||
languageName: unknown
|
||||
|
|
@ -2268,17 +2268,17 @@ __metadata:
|
|||
version: 0.0.0-use.local
|
||||
resolution: "@docsearch/js-example@workspace:examples/js-demo"
|
||||
dependencies:
|
||||
"@docsearch/css": "npm:3.8.0"
|
||||
"@docsearch/js": "npm:3.8.0"
|
||||
"@docsearch/css": "npm:3.8.1"
|
||||
"@docsearch/js": "npm:3.8.1"
|
||||
vite: "npm:^5.4.10"
|
||||
languageName: unknown
|
||||
linkType: soft
|
||||
|
||||
"@docsearch/js@npm:3.8.0, @docsearch/js@workspace:packages/docsearch-js":
|
||||
"@docsearch/js@npm:3.8.1, @docsearch/js@workspace:packages/docsearch-js":
|
||||
version: 0.0.0-use.local
|
||||
resolution: "@docsearch/js@workspace:packages/docsearch-js"
|
||||
dependencies:
|
||||
"@docsearch/react": "npm:3.8.0"
|
||||
"@docsearch/react": "npm:3.8.1"
|
||||
"@rollup/plugin-replace": "npm:6.0.1"
|
||||
preact: "npm:^10.0.0"
|
||||
languageName: unknown
|
||||
|
|
@ -2346,8 +2346,8 @@ __metadata:
|
|||
version: 0.0.0-use.local
|
||||
resolution: "@docsearch/react-example@workspace:examples/demo"
|
||||
dependencies:
|
||||
"@docsearch/css": "npm:3.8.0"
|
||||
"@docsearch/react": "npm:3.8.0"
|
||||
"@docsearch/css": "npm:3.8.1"
|
||||
"@docsearch/react": "npm:3.8.1"
|
||||
"@vitejs/plugin-react": "npm:^4.3.3"
|
||||
react: "npm:^18.0.0"
|
||||
react-dom: "npm:^18.0.0"
|
||||
|
|
@ -2355,13 +2355,13 @@ __metadata:
|
|||
languageName: unknown
|
||||
linkType: soft
|
||||
|
||||
"@docsearch/react@npm:3.8.0, @docsearch/react@npm:^3.5.2, @docsearch/react@workspace:packages/docsearch-react":
|
||||
"@docsearch/react@npm:3.8.1, @docsearch/react@npm:^3.5.2, @docsearch/react@workspace:packages/docsearch-react":
|
||||
version: 0.0.0-use.local
|
||||
resolution: "@docsearch/react@workspace:packages/docsearch-react"
|
||||
dependencies:
|
||||
"@algolia/autocomplete-core": "npm:1.17.7"
|
||||
"@algolia/autocomplete-preset-algolia": "npm:1.17.7"
|
||||
"@docsearch/css": "npm:3.8.0"
|
||||
"@docsearch/css": "npm:3.8.1"
|
||||
"@rollup/plugin-replace": "npm:6.0.1"
|
||||
"@testing-library/jest-dom": "npm:6.6.3"
|
||||
"@testing-library/react": "npm:16.0.1"
|
||||
|
|
@ -2389,7 +2389,7 @@ __metadata:
|
|||
resolution: "@docsearch/website@workspace:packages/website"
|
||||
dependencies:
|
||||
"@algolia/ui-library": "npm:5.86.0"
|
||||
"@docsearch/react": "npm:3.8.0"
|
||||
"@docsearch/react": "npm:3.8.1"
|
||||
"@docusaurus/core": "npm:3.6.1"
|
||||
"@docusaurus/preset-classic": "npm:3.6.1"
|
||||
"@mdx-js/react": "npm:^3.1.0"
|
||||
|
|
|
|||
Loading…
Reference in a new issue