Dylan Tientcheu
6921e7225a
chore: Promote DocSearch v4 from Beta to Stable ( #2752 )
...
Co-authored-by: Paul Jankowski <8BitTitan@gmail.com>
Co-authored-by: Paul Jankowski <33367713+8bittitan@users.noreply.github.com>
2025-09-15 16:41:59 +02:00
Paul Jankowski
df20e6c791
feat(askai): ai-sdk v5 ( #2746 )
...
* feat(askai): Initial ai-sdk v5 work
* Add sdk version header, code cleanup
* feat(askai): Get ai sdk v5 working
* fix: tests bundlesize
* fix: not all streaming states were showing
* fix: Show reasoning state, fix CSS issues, extract link sources for multiple text parts
* Remove important for removing text decoration
2025-09-11 10:53:10 -04:00
Greg Brimble
5be3e846a9
Add keyboardShortcuts property to allow users to customize shortcuts ( #2740 )
...
Co-authored-by: Paul Jankowski <33367713+8bittitan@users.noreply.github.com>
2025-09-04 09:05:08 -04:00
Paul Jankowski
905e26d693
feat(v4): Add support for multi-index search ( #2736 )
...
* feat(v4): Add support for multi-index search
* feat(docs): Document new indices property and mark indeName and searchParameters as deprecated
---------
Co-authored-by: Dylan Tientcheu <dylan.tientcheu@algolia.com>
2025-09-02 11:18:38 -04:00
Dylan Tientcheu
47be73da2c
chore: release v4.0.0-beta.8 ( #2739 )
2025-08-28 15:52:04 +02:00
Dylan Tientcheu
e8ba175868
fix: ensure content items are saved to recent searches ( #2738 )
2025-08-28 15:48:51 +02:00
Paul Jankowski
f065790ce6
feat(docs): Add Ask AI error documentation ( #2726 )
...
* feat(docs): Add Ask AI error documentation
* feat(askai): Render AI stream error messages as Markdown to allow for links
2025-08-27 17:02:46 -04:00
Dylan Tientcheu
e2fe65e739
fix(docsearch): use correct index name for Ask AI localStorage keys ( #2733 )
2025-08-26 16:26:30 +02:00
Dylan Tientcheu
bdb5d907e8
chore: release v4.0.0-beta.7 ( #2717 )
2025-08-14 21:00:32 +02:00
Dylan Tientcheu
d5c9c527d7
feat: a11y and ux tweaks ( #2712 )
...
Co-authored-by: Natan Yagudayev <natanyagudayev@gmail.com>
2025-08-14 20:04:30 +02:00
Paul Jankowski
2e4c11459e
feat(askai): Dont display links from code blocks in sources ( #2709 )
...
* feat(askai): Dont display links from code blocks in sources
* Remove no-continue comment
2025-08-11 10:28:28 -04:00
Dylan Tientcheu
dfe6cd5ab3
chore: release v4.0.0-beta.6 ( #2707 )
2025-08-11 09:19:43 +02:00
Dylan Tientcheu
3478262b3e
fix: cater for transformItems to use DS with custom indices ( #2705 )
2025-08-08 16:24:24 +02:00
Paul Jankowski
95af410f82
feat: Add recent searches limit param ( #2704 )
2025-08-07 12:39:25 -04:00
Dylan Tientcheu
9b29687456
chore: release v4.0.0-beta.5 ( #2685 )
2025-07-24 12:31:54 +02:00
Dylan Tientcheu
36021b9051
chore: release v4.0.0-beta.4 ( #2679 )
2025-07-22 18:52:30 +02:00
Dylan Tientcheu
60d8d5aa30
chore: release v4.0.0-beta.3 ( #2677 )
2025-07-22 11:30:03 +02:00
Dylan Tientcheu
55e3eb301c
feat(askai): add facet filtering ( #2676 )
2025-07-22 11:28:18 +02:00
Dylan Tientcheu
19c1ef9192
feat(v4): release v4 ( #2555 ) ( #2666 )
...
* feat(v4): add new UI (#2555 )
* feat: add new footer ui
* feat: add new search box ui
* feat: add searchbox actions
* feat: add start screen
* feat: add no results screen
* feat: add new card ui
* feat: add new icons
* feat: add new key press class
* fix: cypress tests
* fix: circleci
* fix: circleci
* fix: close aria label
* fix: circleci
* fix: remove unused classes
* fix: circleci
* feat: update version
* feat: add new dark mode ui
* fix: colors
* fix: design review
* fix: hit title length
* fix: improve accessibility
* fix: ci
* chore: increase bundle size threshold
* fix: css
* feat(v4): ask-ai foundations ✨ (#2574 )
* feat(v4): docsearch askAI context (#2587 )
* fix(v4): ask ai updates (#2654 )
* feat(v4): update beta documentation (#2659 )
* chore: release v4.0.0-beta.0 (#2660 )
* fix: make release run on branches like v4
* chore: release v4.0.0-beta.0
* hotfix: closing on askai error
* chore: release v4.0.0-beta.1 (#2661 )
* fix: add a section on models
* fix: update to `<package>@beta`
* feat(docsearch-website): Updated docs (#2662 )
* feat(v4): update the landing page (#2665 )
* fix: beta in readme
* feat: added glow around the search bar and a little copy above the keyboard
* feat: add glow around the search bar and copy above the keyboard
* fix: Add more styling
* fix: polishing v4 (#2667 )
* chore: release v4.0.0-beta.2 (#2668 )
* fix: update docusaurus tarballs
* fix(website): update docusaurus tarballs
* fix: mobile search bar
---------
Co-authored-by: Vasco Bettencourt <32492444+vascobettencourt@users.noreply.github.com>
Co-authored-by: Natan Yagudayev <natanyagudayev@gmail.com>
2025-07-17 15:53:46 +02:00
NiteshSingh17
85568ce095
feat: add theme prop ( #2651 )
...
Co-authored-by: Dylan Tientcheu <dylantientcheu@gmail.com>
2025-07-08 20:05:25 +02:00
Blake V.
b68a79261e
feat(a11y): add aria-keyshortcuts to search button ( #2365 )
2025-04-18 08:31:24 +02:00
Vasco Bettencourt
b21e3c6c14
chore(deps): replace yarn watch with nodemon ( #2565 )
2025-04-14 23:58:15 +03:00
mantou
ec351710b1
fix: <input> in ShadowDOM will open docsearch ( #2212 )
...
Co-authored-by: Paul Jankowski <33367713+8bittitan@users.noreply.github.com>
2025-03-14 16:53:27 -04:00
Max Schmitt
c591f00442
fix(a11y): have unique ids for favorite/recent lists ( #2485 )
2025-03-05 18:29:47 -05:00
Dylan Tientcheu
86dad6d870
chore: release v3.9.0 ( #2501 )
...
* chore: release v3.9.0
* chore: bump css to 3.9.0
* fix: lock
2025-02-19 09:41:02 +01:00
Dylan Tientcheu
8509002e1e
chore: release v3.9.0 ( #2500 )
2025-02-17 11:52:21 +01:00
reece-white
698c00c955
feat(deps): update react to 19 ( #2487 )
...
* chore(deps): update react to 19
* fix: examples to show backwards compatibility with react 18
* fix: types
* fix: eslint
---------
Co-authored-by: Dylan Tientcheu <dylantientcheu@gmail.com>
2025-02-06 17:24:14 +01:00
Algolia Bot
7857cf80b5
chore: release v3.8.3 ( #2463 )
...
Co-authored-by: Pierre Millot <pierre.millot@algolia.com>
2025-01-21 15:23:25 +01:00
Pierre Millot
db8edeb818
fix(ui): compensate for scrollbar ( #2413 )
...
fixes #2378
2025-01-21 09:41:27 +01:00
Algolia Bot
7813494a39
chore(deps): dependencies 2024-11-25 ( #2366 )
2025-01-20 18:01:57 +01:00
Clément Vannicatte
a425f6f4e5
chore: release v3.8.2 ( #2416 )
2024-12-17 16:31:08 +01:00
Algolia Bot
a159f76856
chore: release v3.8.1 ( #2412 )
...
Co-authored-by: Pierre Millot <pierre.millot@algolia.com>
2024-12-16 16:36:41 +01:00
루밀LuMir
b6fd7b6789
chore: add repository.directory property to package.json ( #2372 )
2024-11-23 10:01:26 +01:00
Algolia Bot
0f8b47bc12
chore(deps): dependencies 2024-11-18 ( #2350 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Pierre Millot <pierre.millot@algolia.com>
2024-11-18 09:47:37 +01:00
Pierre Millot
24c6b4dbf7
fix: use SearchParamsObject for searchParameters ( #2362 )
2024-11-16 22:54:18 +01:00
Pierre Millot
8e419a0d83
chore: release v3.8.0 ( #2349 )
2024-11-12 21:13:42 +01:00
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