1
0
Fork 0
Commit graph

1891 commits

Author SHA1 Message Date
Paul Jankowski
b3fb7f50f8
fix(sidepanel): autofocus prompt input on open for desktop only (#2857)
Focus the prompt textarea when the sidepanel opens, skipping mobile
to avoid triggering the virtual keyboard which disrupts the layout.
Blur the input when the sidepanel closes to remove lingering focus.
2026-02-10 11:28:20 -05:00
Sarah Dayan
fbb975b142
docs(readme): display Used by section (#2856) 2026-02-09 13:07:58 +01:00
Dylan Tientcheu
7c36039b10
chore: release v4.5.4 (#2854)
* chore: release v4.5.4

* upgrade

* fix: lock
2026-02-05 14:28:54 +01:00
Dylan Tientcheu
343115dc7c
fix: include ac in package (#2853) 2026-02-05 14:19:46 +01:00
Paul Jankowski
6ef6505e87
fix: Missing result title would trigger an error (#2852) 2026-01-28 17:39:59 -05:00
Dylan Tientcheu
104f7d1a98
chore: release v4.5.3 (#2849) 2026-01-21 20:23:06 +01:00
Dylan Tientcheu
73eddb76fc
fix: make @docsearch/core a real dependency. (#2848) 2026-01-21 14:12:40 -05:00
Dylan Tientcheu
e50a55da86
chore: release v4.5.2 (#2846) 2026-01-21 14:45:22 +01:00
Dylan Tientcheu
221fe8ec6c revert: changelog 2026-01-21 14:37:48 +01:00
Dylan Tientcheu
80fd05efc4 chore: install deps 2026-01-20 17:32:26 +01:00
Dylan Tientcheu
0488acb078 Merge branch 'main' of https://github.com/algolia/docsearch 2026-01-20 17:22:00 +01:00
Dylan Tientcheu
5661250e51 fix: upgrade the css packages 2026-01-20 17:21:05 +01:00
Dylan Tientcheu
7bf4521339
chore: release v4.5.1 (#2845) 2026-01-20 17:16:59 +01:00
Dylan Tientcheu
23f640bac7 fix: export sidepanel styles 2026-01-20 17:13:11 +01:00
Dylan Tientcheu
65d5b79dae
chore: release v4.5.0 (#2844) 2026-01-20 12:29:56 +01:00
Dylan Tientcheu
1674dbd55b
chore: release v4.5.0-beta.3 (#2843) 2026-01-16 17:31:56 +01:00
NatanTechOfNY
24d03ac5cc Merge remote-tracking branch 'refs/remotes/origin/main' 2026-01-16 10:49:39 -05:00
NatanTechOfNY
1015eb808b feat(website): new features section 2026-01-16 10:48:45 -05:00
NatanTechOfNY
b4764c1552 feat(website): new features section 2026-01-16 10:45:56 -05:00
Paul Jankowski
f1aaf911d7
feat(askai): Allow Agent Studio specific search params (#2842)
* feat(askai): Allow Agent Studio specific search params

* Simplify DocSearchProps types definitions

* Revert "Simplify DocSearchProps types definitions"

This reverts commit b53bc97688.

* fix: types
2026-01-16 10:06:04 -05:00
Dylan Tientcheu
55db6e9053
chore: release v4.5.0-beta.2 (#2841) 2026-01-13 19:52:12 +01:00
Dylan Tientcheu
a90f5b10ce fix: pin preact version 2026-01-13 19:43:17 +01:00
Dylan Tientcheu
021613587f
chore: release v4.5.0-beta.1 (#2840) 2026-01-13 18:48:33 +01:00
Dylan Tientcheu
851cfae380
fix(js): preact & types versions (#2839) 2026-01-13 18:38:38 +01:00
Paul Jankowski
ffa2835194
feat(askai): Allow use of Agent Studio for chat backend (#2832)
* feat(askai): Allow use of Agent Studio for chat backend

* feat(askai): Remove feedback actions if using Agent Studio

* feat(askai): Document agentStudio param

* Remove module resolution

* Update packages/website/docs/api.mdx

Co-authored-by: Dylan Tientcheu <dylan.tientcheu@algolia.com>

* Use css var for sidepanel button background

---------

Co-authored-by: Natan Yagudayev <natanyagudayev@gmail.com>
Co-authored-by: Dylan Tientcheu <dylan.tientcheu@algolia.com>
2026-01-13 10:58:11 -05:00
Vasco Bettencourt
5aac293d3e
feat(docs): update Ask AI errors docs (#2833)
* feat(docs): update Ask AI errors docs

* feat(docs): add AI-224 for context length exceeded errors

* fix
2026-01-13 15:16:30 +00:00
Paul Jankowski
7319f54898
fix(modal): Fixes modal opening on every key press (#2837) 2026-01-12 12:38:21 -05:00
Paul Jankowski
1886c03880 chore: Have website use production again 2026-01-09 14:17:53 -05:00
Paul Jankowski
f3b4b50a40
chore: Add agents and claude files (#2836) 2026-01-09 11:12:03 -05:00
Paul Jankowski
8ad60d9bab
fix(sidepanel): Fixes some issues while conversation is streaming (#2828)
* fix(sidepanel): Stop navigation during streaming

* fix(sidepanel): Fix scroll jumping while conversation is streaming

* fix(sidepanel): Keep input enabled but disable sending while streaming

---------

Co-authored-by: Dylan Tientcheu <dylan.tientcheu@algolia.com>
2026-01-08 17:36:16 -05:00
Paul Jankowski
8c750e5102
fix(hybrid): Fixes modal on mobile in hybrid mode (#2835) 2026-01-08 15:07:57 -05:00
Dylan Tientcheu
13db25fe58
chore: release v4.5.0-beta.0 (#2834) 2026-01-08 20:32:06 +01:00
Dylan Tientcheu
283ff35e6c
feat(js)!: expose instance API + lifecycle callbacks (#2826) 2026-01-08 18:17:45 +01:00
Paul Jankowski
ed59c7baa6
fix(deps): Move dependencies to devDependencies to fix peer dependency issues (#2831) 2026-01-08 17:40:37 +01:00
Paul Jankowski
3ffd9f6f29
chore: Allow using staging env on DocSearch website (#2829) 2026-01-08 11:27:42 -05:00
Dylan Tientcheu
2800eaf46f hotfix: empty sidepanel header menu 2025-12-23 15:50:37 +01:00
Dylan Tientcheu
33c02df711
refactor(button): replace SVG icons with text characters for keyboard shortcuts (#2823) 2025-12-23 15:19:56 +01:00
Vasco Bettencourt
f9ba0a01a4
fix: prevent XSS vulnerability in AskAI conversation history (#2822)
* fix: prevent XSS vulnerability in AskAI conversation history

* fix
2025-12-23 11:49:00 +00:00
Paul Jankowski
54bac9cf54
feat(website): Add Sidepanel to DocSearch website (#2821) 2025-12-22 19:23:21 +01:00
Paul Jankowski
ded5d44f5b
chore: release v4.4.0 (#2820)
* chore: release v4.4.0

* fix: changelog

* fix(ci): Split dts building to own process for all packages

* fix: remove unused import

* fix: remove unused import

* update yarn cache key

* fix: better dependency management
2025-12-19 12:56:58 -05:00
Paul Jankowski
a98294a4fc
Revert "chore: release v4.4.0 (#2818)" (#2819)
This reverts commit 79c17f5fc2.
2025-12-19 11:37:09 -05:00
Paul Jankowski
79c17f5fc2
chore: release v4.4.0 (#2818)
* chore: release v4.4.0

* fix: changelog
2025-12-19 10:16:11 -05:00
Paul Jankowski
269acced62 chore(ci): Revert yarn cache key 2025-12-18 15:02:03 -05:00
Paul Jankowski
b7dcf34302 fix: try splitting dts builds to own process 2025-12-18 13:15:21 -05:00
Paul Jankowski
bb9ccb5504 fix: track sidepanel-js for publishing 2025-12-18 13:01:59 -05:00
Paul Jankowski
ed415ce8f5 fix: revert module resolution 2025-12-18 12:50:16 -05:00
Dylan Tientcheu
b3f28af084 fix: try module resolution 2025-12-18 17:39:34 +01:00
Paul Jankowski
33d42180bf fix(ci): Update yarn cache key 2025-12-18 11:04:54 -05:00
Paul Jankowski
13f2179ab9 chore(ci): Restore yarn cache key 2025-12-17 13:51:45 -05:00
Paul Jankowski
171c504f11
feat(sidepanel): Introduce Ask AI Sidepanel (#2816)
* feat(sidepanel): Add sidepanel component for Ask AI (#2792)

* feat(sidepanel): Initial working Sidepanel implementation

* fix: circleci config

* fix: set proper sidepanel export

* Sidepanel props updates, conversation screen updates

* Started mobile work

* Style prompt input and header for mobile

* fixes prompt input height, adds more translations, mobile updates, fixes panel height calculations

* finish mobile, adds dark theme, minor fixes

* fix: lock

* Add missing titles to buttons

* Have most recent conversation be at the bottom of the exchange list, scroll to newest conversation

* fix: versions

* move to floating variant being default for Sidepanel

---------

Co-authored-by: Dylan Tientcheu <dylantientcheu@gmail.com>

* feat(sidepanel): Sidepanel/Modal hybrid mode (#2799)

* feat(sidepanel): Initial working Sidepanel implementation

* fix: circleci config

* fix: set proper sidepanel export

* Sidepanel props updates, conversation screen updates

* Started mobile work

* Style prompt input and header for mobile

* fixes prompt input height, adds more translations, mobile updates, fixes panel height calculations

* finish mobile, adds dark theme, minor fixes

* fix: lock

* Add missing titles to buttons

* Have most recent conversation be at the bottom of the exchange list, scroll to newest conversation

* feat(sidepanel): Allow hybrid mode for Sidepanel and Modal

* fix: yarn.lock

* fix: tests - dont send new chat message from modal while in hybrid mode

* Make docsearch core a true dependency

* Cleanup handling the registered views Set

---------

Co-authored-by: Dylan Tientcheu <dylantientcheu@gmail.com>

* feat(sidepanel): Add sidepanel-js package for CDN (#2800)

* feat(sidepanel): Initial working Sidepanel implementation

* fix: circleci config

* fix: set proper sidepanel export

* Sidepanel props updates, conversation screen updates

* Started mobile work

* Style prompt input and header for mobile

* fixes prompt input height, adds more translations, mobile updates, fixes panel height calculations

* finish mobile, adds dark theme, minor fixes

* fix: lock

* Add missing titles to buttons

* Have most recent conversation be at the bottom of the exchange list, scroll to newest conversation

* feat(sidepanel): Add sidepanel-js package for CDN

* fix: ci

* fix: yarn.lock

---------

Co-authored-by: Dylan Tientcheu <dylantientcheu@gmail.com>

* feat(sidepanel): Sidepanel UI/UX tweaks (#2808)

* fix(umd): Fixes global names for packages in UMD builds

* chore: Update tsdeclaration files, update directory field in package json files

* feat(sidepanel): Add Sidepanel documentation (#2811)

* feat(sidepanel): Add Sidepanel documentation

* Minor fixes and updates

* Hybrid mode update

* fix: hardcode yarn cache key for now

---------

Co-authored-by: Dylan Tientcheu <dylantientcheu@gmail.com>
2025-12-17 13:25:50 -05:00