Releases: devdocsorg/devdocsai-js
@devdocsai/web@0.21.4
Patch Changes
- Updated dependencies
[2fe95643e783c77510c620f2f69bff82084942ab]:- @devdocsai/react@1.0.0
@devdocsai/react@1.0.0
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
JSXnamespace) itself peersreact: ">=18", so a@devdocsai/reactinstall
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.xif you must stay on React 17.
Otherwise upgrade your host to React 18 or 19.Also bumps:
react-markdown8 → 9remark-gfm3 → 4@testing-library/react12 → 16 (dev dep)@testing-library/dom8 → 10 (dev dep)- Drops
@testing-library/react-hooks(deprecated; itsrenderHookwas
merged into@testing-library/reactin 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
Major Changes
-
#8
2fe95643e783c77510c620f2f69bff82084942ab
Thanks @TheDiscordian! - BREAKING:
Migrate to Docusaurus 3. The@docusaurus/typesdep is now^3.10.0(was
^2.4.1) and the peerreactis 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
- Updated dependencies
[2fe95643e783c77510c620f2f69bff82084942ab,
2fe95643e783c77510c620f2f69bff82084942ab]:- @devdocsai/css@0.19.1
- @devdocsai/react@1.0.0
@devdocsai/css@0.19.1
Patch Changes
- #8
2fe95643e783c77510c620f2f69bff82084942ab
Thanks @TheDiscordian! - Fix invalid
:first-child(.DevDocsAISearchResultIndented)pseudo-class syntax —
:first-childdoesn'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
@devdocsai/core
0.20.0
Minor Changes
87e1ae2771f2539f97597602fb1cceb4f70f51b9Thanks @devdocsai! - add fireflies
0.19.1
Patch Changes
7582fff02781cf44baa489bde5ca7cc3441a9e6bThanks @devdocsai! - Add gitlab
0.19.0
Minor Changes
93742188ed7f66070576475dea8d7fb673d66510Thanks @justinr1234! - Initial release of devdocs.ai
@devdocsai/web@0.21.3
Patch Changes
- Updated dependencies [
87e1ae2771f2539f97597602fb1cceb4f70f51b9]:- @devdocsai/core@0.20.0
- @devdocsai/react@0.30.3
@devdocsai/react@0.30.3
Patch Changes
- Updated dependencies [
87e1ae2771f2539f97597602fb1cceb4f70f51b9]:- @devdocsai/core@0.20.0
@devdocsai/docusaurus-theme-search@0.14.2
Patch Changes
- Updated dependencies []:
- @devdocsai/react@0.30.3
@devdocsai/core@0.20.0
Minor Changes
87e1ae2771f2539f97597602fb1cceb4f70f51b9Thanks @devdocsai! - add fireflies
@devdocsai/web@0.21.2
@devdocsai/web
0.21.1
Patch Changes
- Updated dependencies [
7582fff02781cf44baa489bde5ca7cc3441a9e6b]:- @devdocsai/core@0.19.1
0.21.0
Minor Changes
93742188ed7f66070576475dea8d7fb673d66510Thanks @justinr1234! - Initial release of devdocs.ai
Patch Changes
- Updated dependencies [
93742188ed7f66070576475dea8d7fb673d66510]:- @devdocsai/react@0.30.0
- @devdocsai/core@0.19.0