Skip to content

Releases: algolia/docsearch

v4.5.3

21 Jan 19:30
104f7d1

Choose a tag to compare

4.5.3 (2026-01-21)

Bug Fixes

v4.5.2

21 Jan 13:53
e50a55d

Choose a tag to compare

4.5.2 (2026-01-21)

Reverts

v4.5.0

20 Jan 11:37
65d5b79

Choose a tag to compare

4.5.0 (2026-01-20)

v4.5.0-beta.3

16 Jan 16:39
1674dbd

Choose a tag to compare

4.5.0-beta.3 (2026-01-16)

Features

  • askai: Allow Agent Studio specific search params (#2842) (f1aaf91)
  • website: new features section (1015eb8)
  • website: new features section (b4764c1)

v4.5.0-beta.2

13 Jan 18:59
55db6e9

Choose a tag to compare

4.5.0-beta.2 (2026-01-13)

Bug Fixes

v4.5.0-beta.1

13 Jan 17:56
0216135

Choose a tag to compare

4.5.0-beta.1 (2026-01-13)

Bug Fixes

  • hybrid: Fixes modal on mobile in hybrid mode (#2835) (8c750e5)
  • js: preact & types versions (#2839) (851cfae)
  • modal: Fixes modal opening on every key press (#2837) (7319f54)
  • sidepanel: Fixes some issues while conversation is streaming (#2828) (8ad60d9)

Features

v4.5.0-beta.0

08 Jan 19:38
13db25f

Choose a tag to compare

v4.5.0-beta.0 Pre-release
Pre-release

4.5.0-beta.0 (2026-01-08)

BREAKING CHANGE

  • @docsearch/js:
    docsearch() and sidepanel() no longer return a bare cleanup function.

Migration:

// Before
const cleanup = docsearch(opts)
cleanup()

// After
const instance = docsearch(opts)
instance.destroy()

Bug Fixes

  • deps: Move dependencies to devDependencies to fix peer dependency issues (#2831) (ed59c7b)
  • prevent XSS vulnerability in AskAI conversation history (#2822) (f9ba0a0)

Features

  • website: Add Sidepanel to DocSearch website (#2821) (54bac9c)
  • docsearch: Add imperative API & lifecycle callbacks #2826

v4.4.0

22 Dec 16:45
ded5d44

Choose a tag to compare

4.4.0 (2025-12-18)

Bug Fixes

Features

v4.3.1

04 Nov 19:49
82a0083

Choose a tag to compare

4.3.1 (2025-11-04)

Bug Fixes

  • npm: Publish new packages with public access (#2795) (2d045b5)

v4.2.0

08 Oct 15:57
4e0fc72

Choose a tag to compare

4.2.0 (2025-10-06)

Bug Fixes

  • askai: Fixes issue with askai state being outside DocSearchModal (#2778) (5d8943b)
  • remove hit favorite and hit deletion animations (#2777) (cd9e6fb)
  • typo (1ff1198)

Features