Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Releases: devdocsorg/devdocsai-js

@devdocsai/web@0.21.4

12 May 23:28
6ccbfdc

Choose a tag to compare

Patch Changes

@devdocsai/react@1.0.0

12 May 23:28
6ccbfdc

Choose a tag to compare

Major Changes

  • #8
    2fe95643e783c77510c620f2f69bff82084942ab
    Thanks @TheDiscordian! - BREAKING:
    Drop React 16 and React 17 support. The peer range is now ^18 || ^19.

    Why: react-markdown@9 (required to compile under React 19's removed-global
    JSX namespace) itself peers react: ">=18", so a @devdocsai/react install
    on a React 17 host hits an unmet-peer error transitively even if our own peer
    range allowed it. Cleanly dropping React 16/17 here makes the supported range
    honest.

    Migration: pin @devdocsai/react@^0.30.x if you must stay on React 17.
    Otherwise upgrade your host to React 18 or 19.

    Also bumps:

    • react-markdown 8 → 9
    • remark-gfm 3 → 4
    • @testing-library/react 12 → 16 (dev dep)
    • @testing-library/dom 8 → 10 (dev dep)
    • Drops @testing-library/react-hooks (deprecated; its renderHook was
      merged into @testing-library/react in v13).

    Race-condition fix in useSearch / SearchView: a fast-resolving stale
    search response no longer overwrites the user's keyboard selection.
    Behavioural detail worth knowing for hosts that style the active result — when
    the search query changes, the selection now reliably resets to the first
    result of the new result set rather than transiently appearing cleared until
    the user navigates. In the previous code this only worked when the second
    response happened to come back empty (a race-timing artefact), which is
    exactly what the fix removes; the production intent — "fresh query → first
    result selected" — is now deterministic.

@devdocsai/docusaurus-theme-search@1.0.0

12 May 23:28
6ccbfdc

Choose a tag to compare

Major Changes

  • #8
    2fe95643e783c77510c620f2f69bff82084942ab
    Thanks @TheDiscordian! - BREAKING:
    Migrate to Docusaurus 3. The @docusaurus/types dep is now ^3.10.0 (was
    ^2.4.1) and the peer react is now ^18 || ^19 (was ^17.0.0).

    Migration: upgrade your Docusaurus site to 3.x first, then bump
    @devdocsai/docusaurus-theme-search. If you must stay on Docusaurus 2, pin to
    @devdocsai/docusaurus-theme-search@^0.14.x.

Patch Changes

@devdocsai/css@0.19.1

12 May 23:28
6ccbfdc

Choose a tag to compare

Patch Changes

  • #8
    2fe95643e783c77510c620f2f69bff82084942ab
    Thanks @TheDiscordian! - Fix invalid
    :first-child(.DevDocsAISearchResultIndented) pseudo-class syntax —
    :first-child doesn't accept arguments. Now correctly written as
    .DevDocsAISearchResultIndented:first-child. Surfaces in stricter CSS parsers
    like Lightning CSS (Next.js 16+).

@devdocsai/core@0.21.0

12 Aug 16:41
5ab9a47

Choose a tag to compare

@devdocsai/core

0.20.0

Minor Changes

0.19.1

Patch Changes

0.19.0

Minor Changes

@devdocsai/web@0.21.3

13 Jan 17:27
97fd73d

Choose a tag to compare

Patch Changes

@devdocsai/react@0.30.3

13 Jan 17:27
97fd73d

Choose a tag to compare

Patch Changes

@devdocsai/docusaurus-theme-search@0.14.2

13 Jan 17:27
97fd73d

Choose a tag to compare

Patch Changes

  • Updated dependencies []:
    • @devdocsai/react@0.30.3

@devdocsai/core@0.20.0

13 Jan 17:27
97fd73d

Choose a tag to compare

@devdocsai/web@0.21.2

28 Mar 09:29
be5d1b5

Choose a tag to compare

@devdocsai/web

0.21.1

Patch Changes

0.21.0

Minor Changes

Patch Changes

Morty Proxy This is a proxified and sanitized view of the page, visit original site.