Skip to content

Version Packages - #192

Merged
abernier merged 1 commit into
mainfrom
changeset-release/main
Aug 18, 2026
Merged

Version Packages#192
abernier merged 1 commit into
mainfrom
changeset-release/main

Conversation

@abernier-release

Copy link
Copy Markdown

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 main, this PR will be updated.

Releases

material-theme-builder@5.0.0

Major Changes

  • 63018e0: The Tailwind stylesheet is gone — the plugin was already carrying everything it
    did:

      @import "tailwindcss";
    
    - @import "material-theme-builder/tailwind.css";
      @plugin "material-theme-builder/tailwind" {
        custom-colors: myCustomColor1, myCustomColor2;
      }

    material-theme-builder/tailwind.css no longer resolves. @plugin declares
    the same 115 names it did, inlined the same way, and the custom colors it never
    could. The Tailwind recipe is one line now, and the @plugin line is no longer
    the optional half of a pair.

    One behaviour changes with it: theme values a plugin contributes are defaults,
    so an @theme block of your own wins over them whatever the order — where a
    later @import of the stylesheet would have won. Only colliding names are
    affected. Against shadcn there are exactly three (background, primary,
    secondary), and shadcn.css points those back at M3 anyway, so the
    documented recipe comes out unchanged.

    toTailwind() and --format tailwind are untouched: given a real source
    color, they emit the @theme inline block plus your custom colors, which is
    what the shipped file could never do.

@abernier
abernier merged commit 7658150 into main Aug 18, 2026
6 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