github fuma-nama/fumadocs fumadocs-twoslash@2.0.0

latest releases: fumadocs-core@15.7.12, fumadocs-openapi@9.3.9, create-fumadocs-app@15.7.12...
10 months ago

Major Changes

  • 9a10262: Move Twoslash UI components to fumadocs-twoslash

    why: Isolate logic from Fumadocs UI

    migrate:

    Before:

    import 'fumadocs-ui/twoslash.css';
    
    import { Popup } from 'fumadocs-ui/twoslash/popup';

    After:

    import 'fumadocs-twoslash/twoslash.css';
    
    import { Popup } from 'fumadocs-twoslash/ui';

    Tailwind CSS is now required for Twoslash integration.

Patch Changes

Don't miss a new fumadocs release

NewReleases is sending notifications on new releases.