1
0
Fork 0
Commit graph

114 commits

Author SHA1 Message Date
Pierre Millot
08d9a37807
fix(types): use a minimal type for transformSearchClient (#2348) 2024-11-12 16:15:02 +01:00
Algolia Bot
57eace5541
chore(deps): dependencies 2024-11-11 (#2340)
* chore: automatic empty commit

* chore(deps): update dependency cypress to v13.15.2 (#2341)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore(deps): update dependency node to v18.20.4 (#2343)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* fix(deps): update docusaurus monorepo to v3.6.1 (#2344)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore(deps): update typescript-eslint monorepo to v8.13.0 (#2345)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore(deps): update dependency rollup to v4.25.0 (#2346)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* fix(deps): update dependency postcss to v8.4.48 (#2347)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* fix(deps): update algoliasearch-autocomplete monorepo to v1.17.7 (#2108)

* fix(deps): update algoliasearch-autocomplete monorepo to v1.17.7

* yarn lock

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Pierre Millot <pierre.millot@algolia.com>

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Pierre Millot <pierre.millot@algolia.com>
Co-authored-by: Pierre Millot <millotpierre3@gmail.com>
2024-11-12 11:49:09 +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
32ec9769fb
fix: use npm for release (#2339) 2024-11-05 08:55:57 +01:00
Pierre Millot
9441df4409
chore: release v3.7.0 (#2338) 2024-11-04 20:00: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
90ca5fa8ed
fix(types): export the types folder (#2332) 2024-11-04 10:20:43 +01:00
Pierre Millot
e52c8f3435
chore: release v3.6.3 (#2330)
* chore: release v3.6.3

* fix website
2024-10-31 17:16:34 +01:00
Pierre Millot
d360855f16
fix: use vite instead of parcel in the examples (#2329)
Parcel would delete some random file like identity because it though it was not used, vite is smarter.
Also remove unused imports
2024-10-31 16:44:34 +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
Clément Vannicatte
86281d6f1c
chore: release v3.6.2 (#2310) 2024-09-27 16:22:41 +02:00
Clément Vannicatte
5260d1e5c2
fix(hits): default to hierarchy lvl0 if highlights present (#2309) 2024-09-27 16:11:06 +02:00
Levi Whalen
5c2ac997f7
chore: release v3.6.1 (#2279) 2024-07-16 11:56:47 -06:00
Levi Whalen
29aa9e6b18
fix #2230 - prevent babel helpers duplication and condense bundle & types (#2278)
* fix #2230

* fix linting

* improve docsearch-js build process, update all rollup configs, delete some deps
2024-07-16 10:58:22 -06:00
Clément Vannicatte
2df2e1392f
chore: release v3.6.0 (#2202)
* chore: release v3.6.0

* chore: missing feature in changelog
2024-03-06 22:49:01 +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
Shane Afsar
982a229231
chore: release v3.5.2 (#2020)
* chore: release v3.5.2

* Adds content to CHANGELOG

---------

Co-authored-by: Paul Jankowski <8BitTitan@gmail.com>
2023-08-17 10:04:58 -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
30aca5854b
chore: release v3.5.1 (#1917)
* chore: release v3.5.1

* Manually add changelog item

* Update CHANGELOG.md

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

---------

Co-authored-by: François Chalifour <francoischalifour@users.noreply.github.com>
2023-06-16 11:03:43 -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
Algolia Bot
f783d9d3c7
chore(deps): dependencies 2023-06-12 (#1913)
* chore: automatic empty commit

* fix(deps): update algoliasearch-autocomplete monorepo to v1.9.3

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Shane Afsar <shane.afsar@algolia.com>
2023-06-12 18:39:05 -04:00
Paul Jankowski
1f3cf879f1
chore: release v3.5.0 (#1912) 2023-06-08 11:57:19 -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
Shane Afsar
61fc92c999
chore: release v3.4.0 (#1896) 2023-05-24 17:33:11 -04:00
Bojan Rajh
f82a73367a
feat: implement maxResultsPerGroup prop (#1891) 2023-05-17 16:18:50 -04:00
Clément Vannicatte
2f21fd9b29
chore: release v3.3.5 (#1890) 2023-05-17 09:42:47 +02:00
非凡少年
3f15fdb319
fix: support Chrome autofill when event.key is undefined (#1888)
* fix: event.key is undefined #1887

* Update packages/docsearch-react/src/useDocSearchKeyboardEvents.ts

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

---------

Co-authored-by: François Chalifour <francoischalifour@users.noreply.github.com>
2023-05-17 09:00:05 +02:00
Clément Vannicatte
bae117ce6d
chore: release v3.3.4 (#1871) 2023-04-26 14:19:55 +02:00
Bojan Rajh
b9a38991e4
fix: prevent calling onClose() when shiftKey, ctrlKey or metaKey is pressed (#1870) 2023-04-26 14:11:03 +02:00
Algolia Bot
fd5715cf66
chore(deps): dependencies 2023-02-27 (#1804)
* chore: automatic empty commit

* fix(deps): update algoliasearch-autocomplete monorepo to v1.8.2

* chore(deps): update dependency eslint to v8.35.0

* chore(deps): update dependency start-server-and-test to v1.15.5

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-03-01 16:15:46 -05:00
Algolia Bot
d81016b110
chore(deps): dependencies 2023-02-20 (#1793)
* chore: automatic empty commit

* chore(deps): update node.js to v16.19.1

* chore(deps): update dependency start-server-and-test to v1.15.4

* chore(deps): update jest monorepo to v29.4.3

* chore(deps): update node.js to v16.19.1

* fix(deps): update algoliasearch-autocomplete monorepo to v1.8.1

* chore(deps): update dependency @testing-library/react to v14 (#1800)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore(deps): update dependency @testing-library/dom to v9 (#1799)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Clément Vannicatte <vannicattec@gmail.com>
2023-02-24 10:10:05 +01:00
Clément Vannicatte
1aec0e0db5
chore: release v3.3.3 (#1782) 2023-02-06 12:47:10 +01:00
Adam Skoufis
379f163a72
fix: Correctly type getMissingResultsUrl query as string (#1781) 2023-02-06 11:50:49 +01:00
Clément Vannicatte
bbfef3e820
chore: release v3.3.2 (#1753)
* chore: release v3.3.2

* fix: changelog
2023-01-10 11:49:40 +01:00
Algolia Bot
c867c8b649
chore(deps): dependencies 2023-01-02 (#1736)
* chore: automatic empty commit

* chore(deps): update dependency stylelint to v14.16.1

* chore(deps): update node.js to v16.19.0

* chore(deps): update dependency eslint to v8.31.0

* chore(deps): update dependency eslint-plugin-jest to v27.2.0

* fix: bump autocomplete

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Clément Vannicatte <vannicattec@gmail.com>
2023-01-10 10:58:58 +01:00
InstantSearch
512d10b826
chore: release v3.3.1 (#1733)
Co-authored-by: Clément Vannicatte <vannicattec@gmail.com>
2022-12-27 13:11:36 +01:00
InstantSearch
f9616a67c1
chore: release v3.3.0 (#1633)
Co-authored-by: Clément Vannicatte <vannicattec@gmail.com>
2022-10-25 16:38:20 +02:00
Algolia Bot
fad952df0d
chore(deps): dependencies 2022-10-24 (#1620)
Co-authored-by: Clément Vannicatte <vannicattec@gmail.com>
2022-10-24 09:43:28 +02:00
Alexey Pyltsyn
d13ded1cbd
feat: enable Cmd+K shortcut when caps lock is on (#1590) 2022-10-23 14:07:41 +02:00
InstantSearch
74986f9353
chore: release v3.2.2 (#1618)
Co-authored-by: Clément Vannicatte <vannicattec@gmail.com>
2022-10-20 18:33:50 +02:00
Clément Vannicatte
19454b855d
chore: update Algolia logo (#1617) 2022-10-20 18:25:46 +02:00
Clément Vannicatte
18cdceb2a2
chore: release v3.2.1 (#1508) 2022-08-16 13:04:19 +02:00
Divyansh Singh
eb44d0c2b7
fix(deps): make react an optional peer dependency in @docsearch/react (#1273)
Co-authored-by: Clément Vannicatte <vannicattec@gmail.com>
2022-08-16 00:07:04 +02:00
InstantSearch
85b54cc82e
chore: release v3.2.0 (#1479)
Co-authored-by: Clément Vannicatte <vannicattec@gmail.com>
2022-08-02 18:07:51 +02:00
Takuya N
8e2e90e980
feat(styles): set medium breakpoint to standarized value (#1446) 2022-07-21 14:03:24 +02:00
InstantSearch
c86e3195ae
chore: release v3.1.1 (#1423)
Co-authored-by: Clément Vannicatte <vannicattec@gmail.com>
2022-07-01 12:31:52 +02:00
Clément Vannicatte
d7be594fc6
chore(deps): bump and fix autocomplete deps (#1416) 2022-06-30 14:03:50 +02: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
InstantSearch
82b73a7dc6
chore: release v3.1.0 (#1390)
Co-authored-by: Clément Vannicatte <vannicattec@gmail.com>
2022-05-18 10:25:13 +02:00