1
0
Fork 0
Commit graph

18 commits

Author SHA1 Message Date
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
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
4d042d68a3
fix: modal layout issues with footer positioning (#2734) 2025-08-25 16:27:07 +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
Dylan Tientcheu
3478262b3e
fix: cater for transformItems to use DS with custom indices (#2705) 2025-08-08 16:24:24 +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
Xavier Ruiz
fe03b8e04e
fix: size and background scroll fixes (#2603)
* fix(docsearch-css): use correct size and position

`position: absolute` makes the element absolute relative to its parent
If the parent is not sized/positioned as desired, then the children
suffer. `position: fixed` makes this element no longer depend on parent
positioning.

The height units are changed to more reliable/modern units to get the
desired behavior.

* fix(docksearch-css): prevent mobile body scrolling

On initial modal open, the body is scrollable. Prevent this as suggested
on SO

---------

Co-authored-by: Dylan Tientcheu <dylantientcheu@gmail.com>
2025-06-25 09:21:13 -04:00
Daria Savinova
50de4d9de0
fix(modal): add scroll-margin-top for DocSearch-Hit (#2434)
fixes #2433
2025-01-21 09:24:01 +01:00
Clément Vannicatte
0658d3190d
fix(css): older sass supported syntax (#2415) 2024-12-17 16:25:37 +01:00
루밀LuMir
f3dc646256
refactor: improve readability of _variables.css (#2359) 2024-11-16 22:51:03 +01:00
Heather Buchel
df60b8ebe8
fix: add accessible label to SearchBox input (#2193) 2024-02-28 11:14:04 +01:00
Sam Chen
f7a8bde7af
fix(modal): enable outline for focus state (#1732) 2022-12-27 12:26:48 +01:00
Takuya N
8e2e90e980
feat(styles): set medium breakpoint to standarized value (#1446) 2022-07-21 14:03:24 +02:00
Clément Vannicatte
613f2a882d
fix(css): prevent kbd unwanted style overriding (#1389) 2022-05-18 09:31:58 +02:00
François Chalifour
f5947a98cd fix(css): enforce no margin on DocSearch form 2020-11-24 12:31:11 +01:00
Sylvain Pace
d01a848761 style(DocSearchModal): vertically center command keys (#75) 2020-09-02 08:54:00 +02:00
Sylvain Pace
a8fb06305a fix(DocSearch): extend dropdown to fill the viewport height (#72) 2020-09-02 08:53:16 +02:00
François Chalifour
5582b65722 chore: move docsearch-css to packages 2020-09-01 11:26:54 +02:00
Renamed from src/modal.css (Browse further)