Skip to content
This repository was archived by the owner on Dec 30, 2022. It is now read-only.

Commit ec843f9

Browse files
instantsearch-botfrancoischalifourHaroenv
authored
chore: release v6.28.0 (#3519)
Co-authored-by: François Chalifour <[email protected]> Co-authored-by: Haroen Viaene <[email protected]>
1 parent aa5f9d8 commit ec843f9

File tree

29 files changed

+74
-55
lines changed

29 files changed

+74
-55
lines changed

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
1+
# [6.28.0](https://github.com/algolia/react-instantsearch/compare/v6.27.0...v6.28.0) (2022-06-15)
2+
3+
4+
### Bug Fixes
5+
6+
* **hooks-server:** import react server via an expression ([#3515](https://github.com/algolia/react-instantsearch/issues/3515)) ([91b96f7](https://github.com/algolia/react-instantsearch/commit/91b96f743b9315ed5ea781681b77fc7f5604ab6e)), closes [#3512](https://github.com/algolia/react-instantsearch/issues/3512)
7+
* **hooks-web:** fix duplicated key in <CurrentRefinements> ([#3513](https://github.com/algolia/react-instantsearch/issues/3513)) ([fc94d80](https://github.com/algolia/react-instantsearch/commit/fc94d806daf139f58b234cdc0b450da2efe861ee))
8+
* **hooks:** mount widgets in SSR to retrieve HTML ([#3518](https://github.com/algolia/react-instantsearch/issues/3518)) ([aa5f9d8](https://github.com/algolia/react-instantsearch/commit/aa5f9d84ddb6e97d05e6ad1baf2c6caa23891281))
9+
* **types:** allow useInstantSearch to be generic ([#3508](https://github.com/algolia/react-instantsearch/issues/3508)) ([6807232](https://github.com/algolia/react-instantsearch/commit/68072324cf302801502a1b4c3d06703e57b55a97)), closes [algolia/instantsearch.js#5060](https://github.com/algolia/instantsearch.js/issues/5060)
10+
* **types:** support React 18 types ([#3481](https://github.com/algolia/react-instantsearch/issues/3481)) ([74cf8cb](https://github.com/algolia/react-instantsearch/commit/74cf8cb9be8ff3d113b57a50e7083df0d1bc94f2))
11+
12+
13+
### Features
14+
15+
* **hooks:** introduce `useInstantSearch()` ([#3494](https://github.com/algolia/react-instantsearch/issues/3494)) ([74d522c](https://github.com/algolia/react-instantsearch/commit/74d522c032326658f2a0b8f0001bd593e0085208))
16+
* **hooks:** support React 18 Strict Mode ([#3514](https://github.com/algolia/react-instantsearch/issues/3514)) ([eeb67c7](https://github.com/algolia/react-instantsearch/commit/eeb67c7b5dc08c696c46d9538f104eeceecef388))
17+
18+
19+
120
# [6.27.0](https://github.com/algolia/react-instantsearch/compare/v6.26.0...v6.27.0) (2022-06-07)
221

322

examples/autocomplete/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "example-autocomplete",
3-
"version": "6.27.0",
3+
"version": "6.28.0",
44
"private": true,
55
"license": "MIT",
66
"scripts": {
@@ -19,7 +19,7 @@
1919
"react": "17.0.2",
2020
"react-autosuggest": "9.4.3",
2121
"react-dom": "17.0.2",
22-
"react-instantsearch-dom": "6.27.0"
22+
"react-instantsearch-dom": "6.28.0"
2323
},
2424
"browserslist": [
2525
">0.2%",
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
22
"name": "algolia-theme",
3-
"version": "6.27.0",
3+
"version": "6.28.0",
44
"private": true,
55
"dependencies": {
66
"algoliasearch": "4.11.0",
77
"qs": "6.8.0",
88
"react": "17.0.2",
99
"react-dom": "17.0.2",
10-
"react-instantsearch-dom": "6.27.0"
10+
"react-instantsearch-dom": "6.28.0"
1111
}
1212
}

examples/e-commerce/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-instantsearch-e-commerce",
3-
"version": "6.27.0",
3+
"version": "6.28.0",
44
"private": true,
55
"dependencies": {
66
"algoliasearch": "4.11.0",
@@ -9,6 +9,6 @@
99
"react": "17.0.2",
1010
"react-compound-slider": "2.2.0",
1111
"react-dom": "17.0.2",
12-
"react-instantsearch-dom": "6.27.0"
12+
"react-instantsearch-dom": "6.28.0"
1313
}
1414
}

examples/geo-search/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "example-geo-search",
3-
"version": "6.27.0",
3+
"version": "6.28.0",
44
"private": true,
55
"license": "MIT",
66
"scripts": {
@@ -18,8 +18,8 @@
1818
"qs": "6.8.0",
1919
"react": "17.0.2",
2020
"react-dom": "17.0.2",
21-
"react-instantsearch-dom": "6.27.0",
22-
"react-instantsearch-dom-maps": "6.27.0"
21+
"react-instantsearch-dom": "6.28.0",
22+
"react-instantsearch-dom-maps": "6.28.0"
2323
},
2424
"browserslist": [
2525
">0.2%",

examples/hooks-next/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "hooks-next-example",
3-
"version": "6.27.0",
3+
"version": "6.28.0",
44
"private": true,
55
"scripts": {
66
"dev": "next dev",
@@ -14,8 +14,8 @@
1414
"next": "12.1.6",
1515
"react": "18.1.0",
1616
"react-dom": "18.1.0",
17-
"react-instantsearch-hooks-server": "6.27.0",
18-
"react-instantsearch-hooks-web": "6.27.0"
17+
"react-instantsearch-hooks-server": "6.28.0",
18+
"react-instantsearch-hooks-web": "6.28.0"
1919
},
2020
"devDependencies": {
2121
"@types/node": "17.0.40",

examples/hooks-react-native/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "hooks-react-native-example",
3-
"version": "6.27.0",
3+
"version": "6.28.0",
44
"private": true,
55
"main": "node_modules/expo/AppEntry.js",
66
"scripts": {
@@ -17,7 +17,7 @@
1717
"instantsearch.js": "4.41.0",
1818
"react": "17.0.1",
1919
"react-dom": "17.0.1",
20-
"react-instantsearch-hooks": "6.27.0",
20+
"react-instantsearch-hooks": "6.28.0",
2121
"react-native": "0.64.3",
2222
"react-native-web": "0.17.1"
2323
},

examples/hooks-ssr/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "hooks-ssr-example",
3-
"version": "6.27.0",
3+
"version": "6.28.0",
44
"private": true,
55
"license": "MIT",
66
"scripts": {
@@ -26,7 +26,7 @@
2626
"express": "4.17.1",
2727
"react": "18.1.0",
2828
"react-dom": "18.1.0",
29-
"react-instantsearch-hooks-server": "6.27.0",
30-
"react-instantsearch-hooks-web": "6.27.0"
29+
"react-instantsearch-hooks-server": "6.28.0",
30+
"react-instantsearch-hooks-web": "6.28.0"
3131
}
3232
}

examples/hooks/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "hooks-example",
3-
"version": "6.27.0",
3+
"version": "6.28.0",
44
"private": true,
55
"scripts": {
66
"build": "parcel build index.html",
@@ -11,7 +11,7 @@
1111
"instantsearch.js": "4.41.0",
1212
"react": "18.1.0",
1313
"react-dom": "18.1.0",
14-
"react-instantsearch-hooks-web": "6.27.0"
14+
"react-instantsearch-hooks-web": "6.28.0"
1515
},
1616
"devDependencies": {
1717
"parcel": "2.2.1"

examples/media/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
22
"name": "media",
3-
"version": "6.27.0",
3+
"version": "6.28.0",
44
"private": true,
55
"dependencies": {
66
"algoliasearch": "4.11.0",
77
"qs": "6.8.0",
88
"react": "17.0.2",
99
"react-dom": "17.0.2",
10-
"react-instantsearch-dom": "6.27.0"
10+
"react-instantsearch-dom": "6.28.0"
1111
}
1212
}

0 commit comments

Comments
 (0)