Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Version Packages #1313

Merged
merged 1 commit into from
Jan 29, 2025
Merged

Version Packages #1313

merged 1 commit into from
Jan 29, 2025

Conversation

fuma-nama
Copy link
Owner

@fuma-nama fuma-nama commented Jan 22, 2025

This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to dev, this PR will be updated.

Releases

fumadocs-twoslash@3.0.0

Major Changes

  • a89d6e0: Require Fumadocs v15 & Tailwind CSS v4

Patch Changes

  • Updated dependencies [a89d6e0]
  • Updated dependencies [a84f37a]
  • Updated dependencies [f2f9c3d]
    • fumadocs-ui@15.0.0

fumadocs-ui@15.0.0

Major Changes

  • a84f37a: Migrate to Tailwind CSS v4

    migrate:

    Follow https://tailwindcss.com/blog/tailwindcss-v4 for official migrate guide of Tailwind CSS v4.

    Fumadocs UI v15 redesigned the Tailwind CSS config to fully adhere the new config style, no JavaScript and options needed for plugins.
    Add the following to your CSS file:

    @import 'tailwindcss';
    @import 'fumadocs-ui/css/neutral.css';
    @import 'fumadocs-ui/css/preset.css';
    /* if you have Twoslash enabled */
    @import 'fumadocs-twoslash/twoslash.css';
    
    @source '../node_modules/fumadocs-ui/dist/**/*.js';
    /* if you have OpenAPI enabled */
    @source '../node_modules/fumadocs-openapi/dist/**/*.js';

    The fumadocs-ui/css/preset.css import is required, it declares necessary plugins & styles for Fumadocs UI, and fumadocs-ui/css/neutral.css defines the color palette of UI.

    Like the previous preset option in Tailwind CSS plugin, you can import other color presets like fumadocs-ui/css/vitepress.css.

    You should also pay attention to @source, the file paths are relative to the CSS file itself. For your project, it might not be ../node_modules/fumadocs-ui/dist/**/*.js.

Patch Changes

fumadocs-core@15.0.0

Minor Changes

  • 581f4a5: Support code block tabs without hardcoding <Tabs /> items

    migrate: Use the remarkCodeTab plugin.

    before:

    import { Tab, Tabs } from 'fumadocs-ui/components/tabs';
    
    <Tabs items={["Tab 1", "Tab 2"]}>
    
    ```ts tab
    console.log('A');
    ```
    
    ```ts tab
    console.log('B');
    ```
    
    </Tabs>

    after:

    import { Tab, Tabs } from 'fumadocs-ui/components/tabs';
    
    ```ts tab="Tab 1"
    console.log('A');
    ```
    
    ```ts tab="Tab 2"
    console.log('B');
    ```

Patch Changes

  • 5b8cca8: Fix remarkAdmonition missing some types from Docusaurus
  • a763058: Support reversed rest items in meta.json

fumadocs-openapi@5.12.0

Minor Changes

  • 471478b: Support useScalar option

Patch Changes

  • 983b8a6: Use path of operation when id is not defined
  • Updated dependencies [5b8cca8]
  • Updated dependencies [a89d6e0]
  • Updated dependencies [a84f37a]
  • Updated dependencies [f2f9c3d]
  • Updated dependencies [a763058]
  • Updated dependencies [581f4a5]
    • fumadocs-core@15.0.0
    • fumadocs-ui@15.0.0

@fumadocs/content-collections@1.1.7

Patch Changes

  • a89d6e0: Support Fumadocs v15
  • Updated dependencies [5b8cca8]
  • Updated dependencies [a763058]
  • Updated dependencies [581f4a5]
    • fumadocs-core@15.0.0

create-fumadocs-app@15.0.0

Patch Changes

fumadocs-mdx@11.3.2

Patch Changes

  • a89d6e0: Support Fumadocs v15
  • d6781cc: Fix incorrect line number with frontmatter on dev mode
  • Updated dependencies [5b8cca8]
  • Updated dependencies [a763058]
  • Updated dependencies [581f4a5]
    • fumadocs-core@15.0.0

@fumadocs/mdx-remote@1.1.3

Patch Changes

  • a89d6e0: Support Fumadocs v15
  • Updated dependencies [5b8cca8]
  • Updated dependencies [a763058]
  • Updated dependencies [581f4a5]
    • fumadocs-core@15.0.0

@fuma-nama fuma-nama force-pushed the changeset-release/dev branch from 11ebbc5 to 5536bb9 Compare January 22, 2025 10:50
Copy link

vercel bot commented Jan 22, 2025

The latest updates on your projects. Learn more about Vercel for Git ↗︎

2 Skipped Deployments
Name Status Preview Comments Updated (UTC)
fumadocs ⬜️ Ignored (Inspect) Visit Preview Jan 29, 2025 2:10pm
fumadocs-mdx-remote ⬜️ Ignored (Inspect) Visit Preview Jan 29, 2025 2:10pm

@fuma-nama fuma-nama force-pushed the changeset-release/dev branch 5 times, most recently from 1e313ff to af4c675 Compare January 23, 2025 13:42
@fuma-nama fuma-nama force-pushed the changeset-release/dev branch 10 times, most recently from 0391244 to 69823eb Compare January 26, 2025 14:53
@fuma-nama fuma-nama force-pushed the changeset-release/dev branch 2 times, most recently from c104d52 to e66b5d8 Compare January 27, 2025 05:11
@fuma-nama fuma-nama force-pushed the changeset-release/dev branch 3 times, most recently from 07def92 to 554821f Compare January 27, 2025 15:59
@fuma-nama fuma-nama force-pushed the changeset-release/dev branch 2 times, most recently from 5bec27d to 51c69e5 Compare January 29, 2025 09:57
@fuma-nama fuma-nama force-pushed the changeset-release/dev branch from 51c69e5 to 39b2573 Compare January 29, 2025 14:06
@fuma-nama fuma-nama merged commit 43527c0 into dev Jan 29, 2025
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant