1
0
Fork 0
Commit graph

1863 commits

Author SHA1 Message Date
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
Vasco Bettencourt
fd0de3d16f
feat(askai): add thread depth limit logic (#2812) 2025-12-16 08:59:28 +00:00
Paul Jankowski
8a9c4519eb
feat(docs): Add utm_ params to apply links (#2817)
* feat(utm): Add utm params to apply links

* Add utm_content to apply links
2025-12-10 09:50:33 -05:00
Paul Jankowski
c7f61062b4
feat(askai): Error code documentation (#2807) 2025-12-08 17:41:03 -05:00
Paul Jankowski
373d1394e1
fix(modal): Fixes modal opening on every keypress (#2813) 2025-12-08 10:47:55 -05:00
Paul Jankowski
b0a28f57f7
fix(button): Fixes default button styling accessibility (#2814) 2025-12-05 16:20:46 -05:00
Paul Jankowski
d531137f14
feat(askai): Handle errors better for Ask AI (#2803) 2025-11-26 10:35:36 -05:00
Dylan Tientcheu
5ef01ecd4d
fix: dropdown menu styles (#2801) 2025-11-20 11:09:59 +01:00
Rami Yushuvaev
9ed6c5a9ba
feat: Native RTL support (#2802) 2025-11-20 11:09:21 +01:00
Dylan Tientcheu
0b260cd094 fix: remove build commands from the netlify.toml file 2025-11-12 10:08:58 +01:00
Paul Jankowski
98067b58a2
chore: release v4.3.2 (#2798) 2025-11-10 16:24:42 -05:00
Paul Jankowski
d9c4220457
fix(suggested-questions): Fixes Suggested Questions on dark theme (#2797) 2025-11-10 16:08:24 -05:00
Paul Jankowski
82a0083c75
chore: release v4.3.1 (#2796)
* chore: release v4.3.1

* Manually bump version numbers
2025-11-04 14:42:36 -05:00
Paul Jankowski
2d045b59f2
fix(npm): Publish new packages with public access (#2795) 2025-11-04 14:02:53 -05:00
Dylan Tientcheu
4d951ccc93
chore: release v4.3.0 (#2794) 2025-11-04 12:42:21 -05:00
Paul Jankowski
e5ae33fe90
feat(composable-api): Document Composable API (#2793) 2025-11-04 09:40:05 -05:00
Paul Jankowski
b91e3099c6
feat: Composable API packages versions (#2789) 2025-10-29 11:25:38 -04:00
Paul Jankowski
2b4779ad06
feat(suggested-questions): Add suggested questions (#2787)
* feat(suggested-questions): Add suggested questions

* fix: build

* add docs, fix react-example

* add some more documentation
2025-10-28 14:31:44 -04:00
Natan Yagudayev
f7be2a65fc
fix(website): updated askai markdown documentation (#2788)
* fix(website): updated askai markdown documentation

* fix(website): updated askai markdown documentation
2025-10-23 16:15:03 -04:00
Paul Jankowski
5e9bdfed70
feat(composable-api): Introduce new Composable API (#2779)
* feat(composable-api): Step 1, new core package, pull basic state up higer (#2771)

* feat(composable-api): Step 1, new core package, pull basic state up higher

* Package cleanup, update core Readme

* Cleanup to fix weird import behavior

* Fix dependencies

* Try fixing deps again

* Track new package dist in CI

* Make sure to restore core package

* feat(composable-api): Step 2, composable DocSearchButton (#2772)

* feat(composable-api): Step 1, new core package, pull basic state up higher

* Package cleanup, update core Readme

* Cleanup to fix weird import behavior

* Fix dependencies

* Try fixing deps again

* Track new package dist in CI

* Make sure to restore core package

* feat(composable-api): Step 2, move DocSearchButton to be composable

* Implement keyboard shortcuts props

* Set modal package version

* Render new DocSearchButton in react package

* Bump allowed bundle size for now

* feat(composable-api): Step 3, composable DocSearchModal (#2774)

* feat(composable-api): Step 1, new core package, pull basic state up higher

* Package cleanup, update core Readme

* Cleanup to fix weird import behavior

* Fix dependencies

* Try fixing deps again

* Track new package dist in CI

* Make sure to restore core package

* feat(composable-api): Step 2, move DocSearchButton to be composable

* Implement keyboard shortcuts props

* Set modal package version

* Render new DocSearchButton in react package

* Bump allowed bundle size for now

* feat(composable-api): Step 3, make DocSearchModal composable

* Clean up needed dependencies, add more bundle checks

* fix: CI

* add test cases to core package

* add test cases to modal package

* fixes after rebase

* fix: lint

* Memoize modal props to stabalize rendering

* Dont track isModalActive in props

* bump @docsearch/modal bundlesize

* remove icons dir from @docsearch-modal

* update version definition for @docsearch-react and @docsearch-modal

* fix: lint
2025-10-20 16:22:53 -04:00
Vasco Bettencourt
5381e76126
fix(docsearch-js): resultsFooterComponent not working in JS CDN version (#2786)
* fix: resultsFooterComponent not working in JS CDN version

* fix: ci

* feat: implement htm templates

* fix: ci

* fix

* fix

* fix: ci

* fix: types

* fix: rollup

* fix: ci

* fix

* feat: add hitComponent updated docs

* fix: formatting
2025-10-15 09:57:00 +01:00
Paul Jankowski
8980d47dbc
fix(website): Fix API Reference docs page formatting (#2783) 2025-10-08 14:00:20 -04:00
Dylan Tientcheu
4e0fc72f4d
chore: release v4.2.0 (#2781) 2025-10-08 17:51:15 +02:00
Paul Jankowski
a3ab7a8176
feat: Modal UI/UX fixes and updates (#2780)
* feat: Modal UI/UX fixes and updates

* fix: manually handle common HTML entities to prevent XSS
2025-10-06 10:08:27 -04:00
Vasco Bettencourt
9986cbf426
feat: update Ask AI docs (#2775)
* feat: add link to Ask AI Algolia docs

* docs: add dual SDK support to Ask AI API docs

* fix: ci

* docs: uniformize Ask AI copy

* fix
2025-10-05 23:43:03 +01:00
Dylan Tientcheu
cd9e6fb3fb
fix: remove hit favorite and hit deletion animations (#2777) 2025-10-03 16:37:25 +02:00
Paul Jankowski
5d8943b5c6
fix(askai): Fixes issue with askai state being outside DocSearchModal (#2778)
Fixes an issue with Docusaurus after the new Ask AI screens were added.
This was caused from the state and callbacks being set outside of
DocSearchModal.

- Move askAiState inside of DocSearchModal
- Handle changing the state when needed
- Updates color styling of dropdown menu
2025-10-02 16:00:09 -04:00
Paul Jankowski
01517d94de
feat: dark theme support for Menu (#2776) 2025-10-02 16:22:51 +02:00
Vasco Bettencourt
0e6db19d75 docs: remove Ask AI API reference 2025-10-01 16:04:17 +01:00