File tree Expand file tree Collapse file tree 12 files changed +74
-46
lines changed Expand file tree Collapse file tree 12 files changed +74
-46
lines changed Original file line number Diff line number Diff line change
1
+ # [ 4.0.0-beta.2] ( https://github.com/algolia/docsearch/compare/v4.0.0-beta.1...v4.0.0-beta.2 ) (2025-07-16)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * add a section on models ([ c3c5691] ( https://github.com/algolia/docsearch/commit/c3c5691cf6186f21a28984ab697b70d72e75b124 ) )
7
+ * Add more styling ([ 505c214] ( https://github.com/algolia/docsearch/commit/505c2147da072d7307b02d05e833ad910a6ea44c ) )
8
+ * beta in readme ([ b1dad74] ( https://github.com/algolia/docsearch/commit/b1dad744f4dc9fb84ff1b4101e4a54bd200ec28a ) )
9
+ * polishing v4 ([ #2667 ] ( https://github.com/algolia/docsearch/issues/2667 ) ) ([ 2fe7b1d] ( https://github.com/algolia/docsearch/commit/2fe7b1d0d753954ee9a4ffbeade8fbc8ba5d4cc9 ) )
10
+ * update to ` <package>[@beta](https://github.com/beta) ` ([ 0cebaa6] ( https://github.com/algolia/docsearch/commit/0cebaa67491557c4f8d803b1f22c38cd13106168 ) )
11
+
12
+
13
+ ### Features
14
+
15
+ * add glow around the search bar and copy above the keyboard ([ 11716ac] ( https://github.com/algolia/docsearch/commit/11716ac88225b749b075f08b03aaf9b8608a248f ) )
16
+ * added glow around the search bar and a little copy above the keyboard ([ 7942f3f] ( https://github.com/algolia/docsearch/commit/7942f3f5e914e87a12e6f85348f920891d52491e ) )
17
+ * ** docsearch-website:** Updated docs ([ #2662 ] ( https://github.com/algolia/docsearch/issues/2662 ) ) ([ 1b09a56] ( https://github.com/algolia/docsearch/commit/1b09a569f6cd9ffedaaf3d4965fbc8667053d4f0 ) )
18
+ * ** v4:** update the landing page ([ #2665 ] ( https://github.com/algolia/docsearch/issues/2665 ) ) ([ 3861789] ( https://github.com/algolia/docsearch/commit/386178966e497fc1dd2a07b46582c2577ee0e229 ) )
19
+
20
+
21
+
1
22
# [ 4.0.0-beta.1] ( https://github.com/algolia/docsearch/compare/v4.0.0-beta.0...v4.0.0-beta.1 ) (2025-07-09)
2
23
3
24
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @docsearch/askai-example" ,
3
3
"description" : " DocSearch v4 AskAI example" ,
4
- "version" : " 4.0.0-beta.1 " ,
4
+ "version" : " 4.0.0-beta.2 " ,
5
5
"private" : true ,
6
6
"license" : " MIT" ,
7
7
"type" : " module" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @docsearch/react-18-example" ,
3
3
"description" : " DocSearch v3 React 18 example" ,
4
- "version" : " 4.0.0-beta.1 " ,
4
+ "version" : " 4.0.0-beta.2 " ,
5
5
"private" : true ,
6
6
"license" : " MIT" ,
7
7
"type" : " module" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @docsearch/react-example" ,
3
3
"description" : " DocSearch v4 React example" ,
4
- "version" : " 4.0.0-beta.1 " ,
4
+ "version" : " 4.0.0-beta.2 " ,
5
5
"private" : true ,
6
6
"license" : " MIT" ,
7
7
"type" : " module" ,
11
11
"preview" : " vite preview"
12
12
},
13
13
"dependencies" : {
14
- "@docsearch/css" : " 4.0.0-beta.1 " ,
15
- "@docsearch/react" : " 4.0.0-beta.1 " ,
14
+ "@docsearch/css" : " 4.0.0-beta.2 " ,
15
+ "@docsearch/react" : " 4.0.0-beta.2 " ,
16
16
"react" : " ^19.0.0" ,
17
17
"react-dom" : " ^19.0.0"
18
18
},
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @docsearch/js-example" ,
3
3
"description" : " DocSearch v3 Vanilla JavaScript example" ,
4
- "version" : " 4.0.0-beta.1 " ,
4
+ "version" : " 4.0.0-beta.2 " ,
5
5
"private" : true ,
6
6
"license" : " MIT" ,
7
7
"scripts" : {
10
10
"preview" : " vite preview"
11
11
},
12
12
"dependencies" : {
13
- "@docsearch/css" : " 4.0.0-beta.1 " ,
14
- "@docsearch/js" : " 4.0.0-beta.1 "
13
+ "@docsearch/css" : " 4.0.0-beta.2 " ,
14
+ "@docsearch/js" : " 4.0.0-beta.2 "
15
15
},
16
16
"devDependencies" : {
17
17
"vite" : " ^6.0.7"
Original file line number Diff line number Diff line change 3
3
" packages/*" ,
4
4
" examples/*"
5
5
],
6
- "version" : " 4.0.0-beta.1 " ,
6
+ "version" : " 4.0.0-beta.2 " ,
7
7
"npmClient" : " yarn"
8
8
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @docsearch/css" ,
3
3
"description" : " Styles for DocSearch." ,
4
- "version" : " 4.0.0-beta.1 " ,
4
+ "version" : " 4.0.0-beta.2 " ,
5
5
"license" : " MIT" ,
6
6
"homepage" : " https://docsearch.algolia.com" ,
7
7
"repository" : {
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @docsearch/js" ,
3
3
"description" : " JavaScript package for DocSearch, the best search experience for docs." ,
4
- "version" : " 4.0.0-beta.1 " ,
4
+ "version" : " 4.0.0-beta.2 " ,
5
5
"license" : " MIT" ,
6
6
"homepage" : " https://docsearch.algolia.com" ,
7
7
"repository" : {
33
33
"watch" : " nodemon --watch src --exec \" yarn on:change\" --ignore dist/ --ext ts,tsx"
34
34
},
35
35
"dependencies" : {
36
- "@docsearch/react" : " 4.0.0-beta.1 "
36
+ "@docsearch/react" : " 4.0.0-beta.2 "
37
37
},
38
38
"devDependencies" : {
39
39
"@rollup/plugin-replace" : " 6.0.2" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @docsearch/react" ,
3
3
"description" : " React package for DocSearch, the best search experience for docs." ,
4
- "version" : " 4.0.0-beta.1 " ,
4
+ "version" : " 4.0.0-beta.2 " ,
5
5
"license" : " MIT" ,
6
6
"homepage" : " https://docsearch.algolia.com" ,
7
7
"repository" : {
38
38
"dependencies" : {
39
39
"@ai-sdk/react" : " ^1.2.12" ,
40
40
"@algolia/autocomplete-core" : " 1.19.2" ,
41
- "@docsearch/css" : " 4.0.0-beta.1 " ,
41
+ "@docsearch/css" : " 4.0.0-beta.2 " ,
42
42
"algoliasearch" : " ^5.28.0" ,
43
43
"marked" : " ^15.0.12"
44
44
},
Original file line number Diff line number Diff line change 1
- export const version = '4.0.0-beta.1 ' ;
1
+ export const version = '4.0.0-beta.2 ' ;
You can’t perform that action at this time.
0 commit comments