1
0
Fork 0
Commit graph

161 commits

Author SHA1 Message Date
Paul Jankowski
0c5978a1fe
chore: release v5.0.0 (#2969) 2026-08-06 15:46:22 -04:00
Paul Jankowski
ecd905d440
feat: promote DocSearch v5 to main (#2968)
* feat(askai): add compatibility with algolia mcp search tool [DASH-2294] (#2862)

## Summary
Fixes DASH-2294
Add compatibility with the Algolia MCP search tool (`algolia_search_index_${string}`) in AskAI.

## Changes
- Add `AlgoliaMCPSearchTool` type to handle the Algolia MCP server search tool
- Refactor how number of hits are retrieved in `ToolCall` into a `getNumberOfHits` helper

## Test plan
- Added unit tests for modified code 

* chore: Update to use tsdown for build system (#2824)

* chore: Update to use tsdown for build system

* fix: docsearch-react build

* fix: lint

* fix: glob resolved to incorrect version

* chore: migrate to from yarn, lerna and shipjs to bun & changesets (#2827)

* chore: add tool-versions file for node and bun versions (#2866)

* chore: watch in parallel (#2867)

* feat: agent studio feedback integration (#2868)

* feat(askai): Split Ask AI modal into own component (#2884)

* feat(askai): Split Ask AI modal into own component

* refactor(react): share modal utilities

* refactor(react): share search box form

* refactor(react): extract start screen sections

* refactor(react): extract shared modal hooks

* fix: lint adapter

* refactor(react): reorganize modal files

* fix: type error in examples

* fix: remove ai modal from adapter for now, fix import paths of react package

* feat(askai): Agent Studio core tools (#2886)

* feat(askai): Implement dynamic tool calls

* move ToolCall to components dir

* Converge Agent Studio search tools to same definition, fix client side tools breaking UI state

* add examples for custom tools

* fix: lint & types

* feat(askai): add Agent Studio memory support (#2888)

* feat(askai): remove Ask AI transport layer (#2889)

* feat(askai): add Agent Studio memory support

* refactor(askai): remove Ask AI transport abstraction

* feat(askai): Feedback notes and tags (#2890)

* feat(askai): add Agent Studio memory support

* refactor(askai): remove Ask AI transport abstraction

* feat(askai): Feedback notes and tags

* fix: bump css bundle size limit

* move feedback actions to components

* chore: fix deploys for v5 branch

* feat(askai): Aggregate MCP search tool calls (#2891)

* feat(askai): add Agent Studio memory support

* refactor(askai): remove Ask AI transport abstraction

* feat(askai): Feedback notes and tags

* fix: bump css bundle size limit

* move feedback actions to components

* feat(askai): Aggregate MCP search tool calls

* feat(askai): Allow dynamic indices for Agent Studio (#2893)

* feat(v5): UI updates (#2896)

* feat(v5): UI updates

* fix: css file size

* fix: e2e tests

* fix: e2e tests

* fix: e2e tests

* chore: add theme toggle to react demo example

* Update sources panel display, update dark theme

* fix: lint

* fix(askai): address ui review feedback

* fix: pin icon positioning

* fix(askai): improve a11y and dark-mode shimmer for thinking and error states

- add role=alert/status and aria-hidden on error/thinking UI
- support dark-mode shimmer gradients via CSS variables
- respect prefers-reduced-motion for shimmer
- handle null date in useRelativeFormattedDate with fallback translation

* feat(v5): Add hit breadcrumbs (#2897)

* feat(v5): UI updates

* fix: css file size

* fix: e2e tests

* fix: e2e tests

* fix: e2e tests

* chore: add theme toggle to react demo example

* Update sources panel display, update dark theme

* fix: lint

* fix(askai): address ui review feedback

* fix: pin icon positioning

* fix(askai): improve a11y and dark-mode shimmer for thinking and error states

- add role=alert/status and aria-hidden on error/thinking UI
- support dark-mode shimmer gradients via CSS variables
- respect prefers-reduced-motion for shimmer
- handle null date in useRelativeFormattedDate with fallback translation

* feat(v5): Add hit breadcrumbs

* fix: bump css bundle size limit

* Fix after conflicts

* chore: move CSS building to lightning css (#2898)

* feat: Facet filters for search (#2899)

* feat(v5): Initial facet filters work

* Perf updates, dark theme, facet chips, a11y improvements

* fix: bump css bundle size limit

* Dedupe facet filters, refetch facets on searchParameters changes

* Add chevron flourish

* fix(askai): Fix new conversation causing thread depth errors (#2900)

* feat(v5): Add hit result badge (#2901)

* feat(v5): Add hit result badge

* Add background to hit result badge

* feat(v5): Add follow up prompt suggestions (#2902)

* feat(v5): Add follow up prompt suggestions

* fix: bump css bundle size limit

* docs(agents): document Cursor Cloud dev environment setup for v5 (Bun) (#2903)

Co-authored-by: Cursor Agent <cursoragent@cursor.com>

* feat(mcp): setup mcp plugins (#2895)

* feat(v5): Add prompt suggestions to keyword search (#2912)

* feat(v5): Add prompt suggestions to keyword search

* cleanup: Move consistent object to reusable constant

* chore(v5): Split Ask AI related CSS into own bundle (#2913)

* chore(v5): Split Ask AI related CSS into own bundle

* move style.css to include modal and askai

* fix: Ensure stage level and watch level scripts use bun runtime (#2915)

* fix: Ensure stage level and watch level scripts use bun runtime

* chore: move to node@24 update imports

* fix: lint

* feat(js): Document JS based hybrid mode, fix JS packages (#2916)

* feat(js): Document JS based hybrid mode, fix JS packages

* update: add model onOpen to docs

* feat(cli): add @docsearch/cli for MCP setup and search (#2911)

* chore(tsdown): Bump to latest tsdown version (#2918)

* chore(tsdown): Bump to latest tsdown version

* fix: bump nvmrc node version

* fix: cli tsconfig

* fix: website build

* fix: example build

* fix: circleci install bun

* fix: lint

* fix: circleci install bun

* fix: circleci install bun

* fix: circleci install bun

* refactor(docusaurus-adapter): rework theme config for v5 and modularize SearchPage (#2904)

Co-authored-by: Paul Jankowski <8BitTitan@gmail.com>

* feat(askai): Move askai related props under root askai (#2919)

* feat(askai): Move askai related props under root askai

* fix: playwright test case

* fix(docusaurus): validate Ask AI options

* feat(js): Split JS bundles for search only (#2920)

* chore: Move to oxlint and oxfmt (#2923)

* chore: Get NPM OIDC token before publishing (#2924)

* chore: Enter v5 beta (#2925)

* chore: Enter pre release mode for v5

* chore: update release summary

* chore: version bump

* fix: Remove NPM_ID_TOKEN for release

* fix: Try setting blank NPM_TOKEN

* fix: Try blank NPM_AUTH_TOKEN

* chore: bump node and npm for release job

* docs(mcp): add service disclaimer (#2921)

* fix: Agent Studio MCP search tool (#2927)

* fix: Agent Studio MCP search tool

* Add changeset

* chore: Update stylelint (#2926)

* chore: stylelint update

* bun.lock

* Add changeset

* fix(website): use bare @import for tailwindcss (#2933)

Tailwind's build-time `@import` cannot be written with `url()` notation,
so `@import url('tailwindcss')` was passed through as a plain CSS import
instead of being processed by Tailwind.

Also syncs bun.lock with the 5.0.0-beta.0 versions already committed to
package.json.

* chore: version v5.0.0-beta.1 (#2932)

* feat(react): remove deprecated index props (#2936)

* feat(mcp): add ChatGPT and Codex DocSearch plugin package (#2938)

* fix: cleanup claude

* feat: website redesign (#2930)

Co-authored-by: Cursor <cursoragent@cursor.com>

* fix: lint

* fix: crash on the demo (#2940)

* feat(docs): Document v5 beta (#2935)

* chore(docs): v5 documentation

* Writing style clean up

* fix: website after conflicts

* fix: reported issues on mobile (#2944)

* chore: Introduce a11y smoke tests (#2943)

* chore: Add Lorris as codeowner (#2946)

* fix(askai): Ask AI fixes for v5 (#2945)

* fix: General v5 fixes (#2947)

- Fix `ref` console error for a `FacetMenu`
- Whitespace only search/conversation input does not trigger requests
- Fix flash of no results page on search

* feat: v5 general improvements (#2948)

* feat(v5): General fixes and improvements

* add changeset

* fix: bundlesize

* feat(v5): UI and DX improvements (#2949)

* feat: Rename assistantId to agentId

* feat: Allow reading default facet values from index searchParameters

* feat: Remove indexName prop from Sidepanel, cleanup documentation pages

* feat: Move appId and apiKey up into @docsearch/core

* feat: Add back nested grouping of search results

* add changeset

* revert changes to example demo

* fix: e2e tests

* chore: push git tags on version release (#2951)

* chore: release v5.0.0-beta.2 (#2950)

* chore: Fix pushing git tags (#2953)

* fix(askai): sanitize markdown HTML in v5 (#2954)

Backport of #2929.\n\nOriginal commit: 681cbfec03

Co-authored-by: Vasco Bettencourt <32492444+vascobettencourt@users.noreply.github.com>

* fix(v5): stop truncating mobile snippets (#2958)

* fix(v5): stop truncating mobile snippets

Backport of #2907.\n\nOriginal commit: 9ad6d169fe

* fix(v5): allow mobile hit text to wrap

Completes the v5 adaptation of #2907 by overriding later v5 child-level truncation rules.\n\nOriginal commit: 9ad6d169fe

* chore(v5): account for mobile wrapping CSS

Updates the CSS size budget for the v5 adaptation of #2907.\n\nOriginal commit: 9ad6d169fe

---------

Co-authored-by: Divyansh Singh <40380293+brc-dd@users.noreply.github.com>

* feat(v5): Add new footerAction prop (#2952)

* feat(v5): Add new footerAction prop

* Resolve PR comments

* fix(v5): recognize conversation depth errors (#2957)

Backport of #2881.\n\nOriginal commit: f68e52251c

Co-authored-by: Felipe Bermudez <felipeberm@gmail.com>

* fix(v5): expose Sidepanel search parameter types (#2956)

* fix(v5): expose Sidepanel search parameter types

Backport of #2906.\n\nOriginal commit: 4710d0ca77

* Delete sidepanel.test.ts

Had a pointless test case in it.

---------

Co-authored-by: Divyansh Singh <40380293+brc-dd@users.noreply.github.com>

* fix(v5): ignore slash shortcut on focused buttons (#2955)

Backport of #2871.\n\nOriginal commit: 0e41a78c44

Co-authored-by: Sigmabro <122412346+Sigmabrogz@users.noreply.github.com>

* fix(agentStudio): agents dynamic mode enabled (#2959)

* fix(agentStudio): agents dynamic mode enabled

* fix(askai): use string[] for dynamic agentStudio indices

* feat(docs): add Ask AI to Agent Studio migration guide (#2931)

* feat(docs): add Ask AI to Agent Studio migration guide

* feat(docs): agentStudio migrating from askAI

* feat(docs): renaming agentId

* feat(agentStudio): dynamic mode indices updated

* fix: Docusaurus adapter styling, DocSearch website fixes (#2960)

* chore: release v5.0.0-beta.3 (#2961)

* feat(website): Launch updates (#2964)

* fix(website): Fix font loading (#2966)

* feat(v5): Back port cost control errors (#2965)

* chore: release v5.0.0-beta.4 (#2967)

---------

Co-authored-by: Vincent Lemeunier <vincentlemeunier+git@gmail.com>
Co-authored-by: Dylan Tientcheu <dylan.tientcheu@algolia.com>
Co-authored-by: Lorris Saint-Genez <lorrissaintgenez@gmail.com>
Co-authored-by: Cursor Agent <cursoragent@cursor.com>
Co-authored-by: Dylan Tientcheu <dylantientcheu@gmail.com>
Co-authored-by: Vasco Bettencourt <32492444+vascobettencourt@users.noreply.github.com>
Co-authored-by: Divyansh Singh <40380293+brc-dd@users.noreply.github.com>
Co-authored-by: Felipe Bermudez <felipeberm@gmail.com>
Co-authored-by: Sigmabro <122412346+Sigmabrogz@users.noreply.github.com>
2026-08-06 15:31:45 -04:00
Felipe Bermudez
cf42ab519b
feat(agentStudio): surface thread depth error (#2877)
* feat(agentStudio): surface thread depth error

* feat(agentStudio): new conversation fixes

* feat(agentStudio): Sidepanel improvements

* feat(agentStudio): ussage of service error message
2026-04-14 11:36:54 -05:00
Dylan Tientcheu
eac70196eb fix: rollup version 2026-03-26 13:50:12 +01:00
dependabot[bot]
b1afe3dc48
chore(deps-dev): bump vitest from 3.0.2 to 3.0.5 in /packages/docsearch-sidepanel (#2874)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Dylan Tientcheu <dylantientcheu@gmail.com>
2026-03-26 13:46:47 +01:00
Dylan Tientcheu
4f68ebbc06
feat(docusaurus-adapter): support docsearch key and adapter docs (#2858)
* feat(docusaurus-adapter): Support docsearch key and adapter docs

* chore(release): include docusaurus adapter in shipjs publish list

* chore(docusaurus-adapter): remove libtmp and pin initial version


* fix: issue with footer

* fix: contextuals

* fix all ts errors

* fix: lint

* fix lint
2026-02-17 17:53:12 +01:00
Paul Jankowski
7319f54898
fix(modal): Fixes modal opening on every key press (#2837) 2026-01-12 12:38:21 -05:00
Dylan Tientcheu
2ff6353cb2
chore: release v4.1.0 (#2770) 2025-09-22 23:01:57 +02:00
Dylan Tientcheu
9a908b89b0
fix: add docsearch 4 to website (#2767)
Co-authored-by: Paul Jankowski <8BitTitan@gmail.com>
2025-09-22 10:52:07 +02:00
Dylan Tientcheu
d82fb7cc65 chore: add dev script 2025-09-03 10:25:19 +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
175a7d6bf4 fix: revert css change 2025-07-24 19:18:09 +02:00
Dylan Tientcheu
9a6f1a0cfa fix: upload tarballs 2025-07-23 11:00:50 +02:00
Dylan Tientcheu
1c5070b206 fix: update website package version 2025-07-23 09:44:55 +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
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
7813494a39
chore(deps): dependencies 2024-11-25 (#2366) 2025-01-20 18:01:57 +01:00
루밀LuMir
7a42e6015f
chore: add --host option to playground:start script in package.json (#2377) 2024-11-25 14:16:55 +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
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
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
34b8b761e6
chore(deps): upgrade cypress (#2333) 2024-11-04 10:06:54 +01:00
Pierre Millot
d5770a8ab7
chore(website): use the local package (#2331) 2024-11-04 08:53:24 +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
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
Algolia Bot
0169f027a5
chore(deps): dependencies 2023-11-20 (#2126)
* chore: automatic empty commit

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

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

* chore(deps): update babel monorepo to v7.23.4

* chore(deps): update dependency @babel/preset-env to v7.23.5

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

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-12-04 10:14:47 -05:00
Algolia Bot
4a6ac87505
chore(deps): dependencies 2023-11-13 (#2122)
* chore: automatic empty commit

* chore(deps): update babel monorepo to v7.23.3

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

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-11-13 14:56:16 -05:00
Algolia Bot
ac215bb035
chore(deps): dependencies 2023-11-06 (#2112)
* chore: automatic empty commit

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

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-11-07 14:48:30 -05:00
Algolia Bot
10e605d4cd
chore(deps): dependencies 2023-10-16 (#2098)
* chore: automatic empty commit

* chore(deps): update babel monorepo

* chore(deps): update dependency rollup-plugin-license to v3.2.0

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

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

* chore(deps): update dependency eslint-plugin-import to v2.29.0

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

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Shane Afsar <shane.afsar@algolia.com>
2023-10-30 11:11:26 -04:00
Algolia Bot
d00f5c4c95
chore(deps): dependencies 2023-08-14 (#2016)
* chore: automatic empty commit

* chore(deps): update babel monorepo to v7.22.10

* chore(deps): update dependency node to v16.20.2

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

* chore(deps): update dependency eslint-plugin-cypress to v2.14.0

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

* chore(deps): update dependency eslint-config-prettier to v8.10.0 (#2022)

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: Shane Afsar <shane.afsar@algolia.com>
2023-08-17 17:39:56 -04:00
Algolia Bot
5ed9a6d5c8
chore(deps): dependencies 2023-07-10 (#1962)
* chore: automatic empty commit

* chore(deps): update babel monorepo

* fix(deps): update dependency postcss to v8.4.25

* chore(deps): update dependency babel-loader to v9.1.3

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

* chore(deps): update dependency node to v16.20.1

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Shane Afsar <shane.afsar@algolia.com>
2023-07-11 13:14:26 -04:00
Algolia Bot
259f5c05f9
chore(deps): dependencies 2023-06-19 (#1918)
* chore: automatic empty commit

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

* chore(deps): update babel monorepo to v7.22.5

* chore(deps): update dependency algoliasearch to v4.17.2

* chore(deps): update dependency dotenv to v16.3.0

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

* chore(deps): update dependency dotenv to v16.3.1

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-06-21 15:17:41 -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
Algolia Bot
6fcf16cd52
chore(deps): dependencies 2023-05-22 (#1892)
* chore: automatic empty commit

* fix(deps): update docusaurus monorepo to v2.4.1

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

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-05-24 14:03:36 -04:00
Algolia Bot
337042c077
chore(deps): dependencies 2023-05-15 (#1883)
* chore: automatic empty commit

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

* chore(deps): update dependency stylelint-prettier to v3 (#1806)

* chore(deps): update dependency stylelint-prettier to v3

Co-authored-by: Clément Vannicatte <vannicattec@gmail.com>

* chore(deps): update babel monorepo to v7.21.5 (#1737)

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-05-17 09:32:40 +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
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
Algolia Bot
178d353ee4
chore(deps): dependencies 2022-10-31 (#1635)
* chore: automatic empty commit

* chore(deps): update dependency eslint-plugin-jsdoc to v39.3.25

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

* chore(deps): update dependency rollup-plugin-license to v2.9.0

* chore(deps): update typescript-eslint monorepo to v5.41.0

* fix(deps): update docusaurus monorepo to v2.2.0

* chore(deps): update dependency eslint-plugin-jsdoc to v39.4.0

* chore(deps): update dependency rollup-plugin-license to v3 (#1643)

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

* chore(deps): update dependency babel-loader to v9 (#1642)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Clément Vannicatte <vannicattec@gmail.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-11-03 09:22:18 +01: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
Algolia Bot
16f542af56
chore(deps): dependencies 2022-10-17 (#1598)
* chore: automatic empty commit

* chore(deps): update dependency eslint-plugin-react to v7.31.10

* fix(deps): update dependency postcss to v8.4.18

* chore(deps): update babel monorepo

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

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

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

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

* chore(deps): update typescript-eslint monorepo to v5.40.0

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

* chore(deps): update dependency rollup-plugin-license to v2.8.2

* netlify run condition

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Clément Vannicatte <vannicattec@gmail.com>
2022-10-21 09:49:57 +02:00
Algolia Bot
6af76488a7 chore(deps): dependencies 2022-09-19 (#1563)
* chore: automatic empty commit

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

* chore(deps): update dependency stylelint-no-unsupported-browser-features to v5.0.4

* fix(deps): update dependency postcss-preset-env to v7.8.2

* chore(deps): update babel monorepo

* chore(deps): update typescript-eslint monorepo to v5.37.0

* chore(deps): update dependency @testing-library/dom to v8.18.0

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

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-09-19 09:01:54 +02:00
Algolia Bot
808e9e6624
chore(deps): dependencies 2022-09-05 (#1536)
* chore: automatic empty commit

* chore(deps): update dependency dotenv to v16.0.2

* chore(deps): update typescript-eslint monorepo to v5.36.1

* fix(deps): update docusaurus monorepo to v2.1.0

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

* chore(deps): update dependency eslint-plugin-react to v7.31.5

* chore(deps): update dependency @types/jest to v29 (#1541)

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

* chore(deps): update dependency eslint-plugin-react to v7.31.6

* fix(deps): update dependency postcss-import to v15 (#1542)

* chore(deps): update dependency @testing-library/react to v13.4.0

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Clément Vannicatte <vannicattec@gmail.com>
2022-09-09 14:08:03 +02:00
Algolia Bot
f1ce39e31a
fix: dependencies 2022-08-29 (#1523)
* chore: automatic empty commit

* chore(deps): update dependency eslint-plugin-react to v7.31.0

* chore(deps): update typescript-eslint monorepo to v5.35.1

* chore(deps): update dependency eslint-plugin-react to v7.31.1

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

* chore(deps): update dependency eslint-plugin-jest to v26.9.0

* chore(deps): update jest monorepo to v29 (#1530)

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

* chore(deps): update dependency eslint-plugin-jest to v27 (#1533)

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

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-08-29 09:32:16 +02:00
Algolia Bot
0da9cf8b75
fix: dependencies 2022-08-22 (#1509)
Co-authored-by: Clément Vannicatte <vannicattec@gmail.com>
2022-08-24 09:44:50 +02:00
Algolia Bot
2f1027c997
fix: dependencies 2022-08-15 (#1498) 2022-08-17 02:43:06 +02:00
Algolia Bot
587ccd1cf9
fix: dependencies 2022-08-08 (#1480) 2022-08-09 09:09:37 +02:00
Algolia Bot
8f67c47488
fix: dependencies 2022-08-01 (#1471)
* chore: automatic empty commit

* chore(deps): update dependency algoliasearch to v4.14.2

* chore(deps): update dependency eslint-plugin-jsdoc to v39.3.4

* chore(deps): update typescript-eslint monorepo to v5.31.0

* chore(deps): update dependency eslint-plugin-jest to v26.7.0

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Clément Vannicatte <vannicattec@gmail.com>
2022-08-02 17:54:45 +02:00