1
0
Fork 0
Commit graph

25 commits

Author SHA1 Message Date
Pierre Millot
db8edeb818
fix(ui): compensate for scrollbar (#2413)
fixes #2378
2025-01-21 09:41:27 +01:00
Blake V.
44aa7dcf38
feat(a11y): add hotkeys to search input aria-label (#2337) 2024-11-12 11:25:27 +01:00
Pierre Millot
aa666deccc
chore(deps): dependencies 2024-11-04 (#2335)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-11-04 18:15:51 +01:00
Pierre Millot
93578a4de0
fix: upgrade algoliasearch to v5 (#2326)
We can use the new generated client to stay up to date and upgrade packages that depends on docsearch.

---------

Co-authored-by: shortcuts <vannicattec@gmail.com>
2024-10-30 15:46:38 +01:00
Heather Buchel
df60b8ebe8
fix: add accessible label to SearchBox input (#2193) 2024-02-28 11:14:04 +01:00
Doma
4c82640022
feat: add keypress effect to DocSearchButton (#2087)
* feat: add keypress effect to DocSearchButton

* Bump expected bundle sizes

---------

Co-authored-by: Paul Jankowski <8BitTitan@gmail.com>
Co-authored-by: Paul Jankowski <33367713+8bittitan@users.noreply.github.com>
2023-10-05 10:57:27 -04:00
Paul Jankowski
cc90789290
chore: Prepare for Docusaurus update (#2007)
* chore: Prepare for Docusaurus update

* Bump package sizes
2023-08-11 11:41:58 -04:00
Paul Jankowski
cacade4c65
feat (api): Adds ability for click insights events to be triggered (#1916)
* Adds ability for click insights events to be triggered

* Bump bundlesize

* Cleanup insights click defenition

* Update packages/docsearch-react/src/DocSearchModal.tsx

Co-authored-by: François Chalifour <francoischalifour@users.noreply.github.com>

* Inline creating insights event parameters


---------

Co-authored-by: François Chalifour <francoischalifour@users.noreply.github.com>
2023-06-15 10:44:00 -04:00
Paul Jankowski
26691a5c8a
feat(api): allow insights options to be forwarded to Autocomplete (#1904)
* Allow insights options to be forwarded to Autocomplete

* Add autocomplete params to hits for insights

* Fixes TS errors after Autocomplete update

* Bump bundlesize after Autocomplete update

* Cleanup checking if insights is active

* Add documentation for sending events with DocSearch

* Move insights boolean casting to inside of getSources

* Update packages/docsearch-react/src/DocSearchModal.tsx

Co-authored-by: François Chalifour <francoischalifour@users.noreply.github.com>

---------

Co-authored-by: François Chalifour <francoischalifour@users.noreply.github.com>
2023-06-08 10:47:42 -04:00
Daiki Nishikawa
448192e07b
fix(searchbutton): fix react production hydration error (#1384)
Co-authored-by: Clément Vannicatte <vannicattec@gmail.com>
2022-06-24 14:59:27 +02:00
Clément Vannicatte
716b515f39
chore: update deps and CI config (#1388) 2022-05-17 16:41:26 +02:00
Clément Vannicatte
eb372f2743
feat(deps): bump peer to React 18 (#1385) 2022-05-17 12:32:50 +02:00
Clément Vannicatte
59a3ebf5ec
fix(footer): make SVG accessible (#1306) 2022-02-22 10:53:16 +01:00
renovate[bot]
aa309f54af
fix(deps): update algoliasearch-autocomplete monorepo to v1.5.2 (#1225)
Co-authored-by: Clément Vannicatte <vannicattec@gmail.com>
2022-02-03 17:52:19 +01:00
Clément Vannicatte
ef13dea393
feat(translations): expose Button and Modal translations (#1183) 2021-11-22 14:24:07 +01:00
renovate[bot]
a2a7db71e5
chore(deps): update dependency rollup-plugin-terser to v7 (#1137)
* chore(deps): update dependency rollup-plugin-terser to v7

* increase a bit for rollup

Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: Samuel Bodin <1637651+bodinsamuel@users.noreply.github.com>
2021-11-18 17:21:09 +01:00
renovate[bot]
18781ef121
chore(deps): update dependency algoliasearch to v4.11.0 (#1112)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: Clément Vannicatte <vannicattec@gmail.com>
2021-11-03 09:33:51 +01:00
Clément Vannicatte
9300cb4bd6
fix(dependencies): upgrade dependencies (#1015) 2021-07-09 10:48:33 +02:00
Clément Vannicatte
117228b19b
fix(results): unescaped lvl0 (#1001)
* fix(results): unescaped lvl0

* upgrade bundlesize
2021-04-07 11:04:14 +02:00
Clément Vannicatte
1421077637
fix(deps): Update and pin Autocomplete to the latest version (#999)
* Update DocSearch to the latest Autocomplete version

Co-authored-by: François Chalifour <francoischalifour@users.noreply.github.com>
2021-03-08 16:43:16 +01:00
François Chalifour
c12517986f chore: update TypeScript 2020-11-25 11:37:58 +01:00
François Chalifour
9a388427ca feat: update Autocomplete version 2020-11-24 12:08:46 +01:00
François Chalifour
ad44f0edc4 chore: update tooling 2020-09-01 14:24:58 +02:00
François Chalifour
701935e45c chore: remove autocomplete references 2020-09-01 12:01:48 +02:00
François Chalifour
fc08ef3e12 chore: more files to root 2020-09-01 11:54:48 +02:00