File tree 9 files changed +32
-15
lines changed 9 files changed +32
-15
lines changed Original file line number Diff line number Diff line change
1
+ # [ 3.6.0] ( https://github.com/algolia/docsearch/compare/v3.5.2...v3.6.0 ) (2024-03-06)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * add accessible label to SearchBox input ([ #2193 ] ( https://github.com/algolia/docsearch/issues/2193 ) ) ([ df60b8e] ( https://github.com/algolia/docsearch/commit/df60b8ebe89c80ce3d00b80d94e95b6fd86edd19 ) )
7
+ * ** docs:** sidebar logo size ([ #2125 ] ( https://github.com/algolia/docsearch/issues/2125 ) ) ([ 572b117] ( https://github.com/algolia/docsearch/commit/572b117ce6ab3f131b18e345e7e8384685a2a8e0 ) )
8
+ * ** website:** update discord link ([ #2141 ] ( https://github.com/algolia/docsearch/issues/2141 ) ) ([ 874e16a] ( https://github.com/algolia/docsearch/commit/874e16a5d42e8657e6ab2653e9638cd2282ba408 ) )
9
+
10
+
11
+ ### Features
12
+
13
+ * add additional scss output ([ #2201 ] ( https://github.com/algolia/docsearch/issues/2201 ) ) ([ fe3ac9e] ( https://github.com/algolia/docsearch/commit/fe3ac9e782c2bc84e39b61e3749f067c59f56129 ) )
14
+ * add keypress effect to DocSearchButton ([ #2087 ] ( https://github.com/algolia/docsearch/issues/2087 ) ) ([ 4c82640] ( https://github.com/algolia/docsearch/commit/4c82640022154dd32cc9d3e28a7ae2fba786da8d ) )
15
+
16
+
17
+
1
18
## [ 3.5.2] ( https://github.com/algolia/docsearch/compare/v3.5.1...v3.5.2 ) (2023-08-11)
2
19
3
20
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @docsearch/react-example" ,
3
3
"description" : " DocSearch v3 React example" ,
4
- "version" : " 3.5.2 " ,
4
+ "version" : " 3.6.0 " ,
5
5
"private" : true ,
6
6
"license" : " MIT" ,
7
7
"scripts" : {
8
8
"build" : " parcel build index.html" ,
9
9
"start" : " parcel index.html"
10
10
},
11
11
"dependencies" : {
12
- "@docsearch/css" : " 3.5.2 " ,
13
- "@docsearch/react" : " 3.5.2 " ,
12
+ "@docsearch/css" : " 3.6.0 " ,
13
+ "@docsearch/react" : " 3.6.0 " ,
14
14
"react" : " ^18.1.0" ,
15
15
"react-dom" : " ^18.1.0"
16
16
},
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" : " 3.5.2 " ,
4
+ "version" : " 3.6.0 " ,
5
5
"private" : true ,
6
6
"license" : " MIT" ,
7
7
"scripts" : {
8
8
"build" : " parcel build index.html" ,
9
9
"start" : " parcel index.html"
10
10
},
11
11
"dependencies" : {
12
- "@docsearch/css" : " 3.5.2 " ,
13
- "@docsearch/js" : " 3.5.2 "
12
+ "@docsearch/css" : " 3.6.0 " ,
13
+ "@docsearch/js" : " 3.6.0 "
14
14
},
15
15
"devDependencies" : {
16
16
"parcel" : " 2.7.0"
Original file line number Diff line number Diff line change 1
1
{
2
2
"packages" : [" packages/*" , " examples/*" ],
3
- "version" : " 3.5.2 " ,
3
+ "version" : " 3.6.0 " ,
4
4
"npmClient" : " yarn" ,
5
5
"useWorkspaces" : true
6
6
}
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" : " 3.5.2 " ,
4
+ "version" : " 3.6.0 " ,
5
5
"license" : " MIT" ,
6
6
"homepage" : " https://docsearch.algolia.com" ,
7
7
"repository" : " algolia/docsearch" ,
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" : " 3.5.2 " ,
4
+ "version" : " 3.6.0 " ,
5
5
"license" : " MIT" ,
6
6
"homepage" : " https://docsearch.algolia.com" ,
7
7
"repository" : " algolia/docsearch" ,
30
30
"watch" : " watch \" yarn on:change\" --ignoreDirectoryPattern \" /dist/\" "
31
31
},
32
32
"dependencies" : {
33
- "@docsearch/react" : " 3.5.2 " ,
33
+ "@docsearch/react" : " 3.6.0 " ,
34
34
"preact" : " ^10.0.0"
35
35
}
36
36
}
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" : " 3.5.2 " ,
4
+ "version" : " 3.6.0 " ,
5
5
"license" : " MIT" ,
6
6
"homepage" : " https://docsearch.algolia.com" ,
7
7
"repository" : " algolia/docsearch" ,
35
35
"dependencies" : {
36
36
"@algolia/autocomplete-core" : " 1.9.3" ,
37
37
"@algolia/autocomplete-preset-algolia" : " 1.9.3" ,
38
- "@docsearch/css" : " 3.5.2 " ,
38
+ "@docsearch/css" : " 3.6.0 " ,
39
39
"algoliasearch" : " ^4.19.1"
40
40
},
41
41
"peerDependencies" : {
Original file line number Diff line number Diff line change 1
- export const version = '3.5.2 ' ;
1
+ export const version = '3.6.0 ' ;
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @docsearch/website" ,
3
- "version" : " 3.5.2 " ,
3
+ "version" : " 3.6.0 " ,
4
4
"private" : true ,
5
5
"homepage" : " https://docsearch.algolia.com/" ,
6
6
"scripts" : {
17
17
},
18
18
"dependencies" : {
19
19
"@algolia/ui-library" : " 4.0.0-beta.71" ,
20
- "@docsearch/react" : " 3.5.2 " ,
20
+ "@docsearch/react" : " 3.6.0 " ,
21
21
"@docusaurus/core" : " 2.4.1" ,
22
22
"@docusaurus/preset-classic" : " 2.4.1" ,
23
23
"@mdx-js/react" : " ^1.6.22" ,
You can’t perform that action at this time.
0 commit comments