Skip to content

Publish release #250

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

Merged
merged 1 commit into from
Jun 20, 2025
Merged

Publish release #250

merged 1 commit into from
Jun 20, 2025

Conversation

github-actions[bot]
Copy link
Contributor

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

tailwindcss-capsize@4.0.0

Major Changes

  • Update plugin for Tailwind v4 support (#247)

    v4 was a major change to how projects are configured as well as what plugins are allowed to modify. Previously, this plugin disabled corePlugins like fontSize in order to include custom CSS properties within the same utilities. This is no longer possible in v4, so while the usage hasn't changed, the CSS being output now includes duplicate declarations — one from the plugin and one from Tailwind itself.

    v4 also allows configuration within CSS itself. However, this plugin relies on object values which aren't supported in CSS, so a JavaScript config file is still required. You can either use the JS file for all your settings, or just the settings for this plugin and configure the rest of your project in CSS.

    The mode option has also been removed. This also removes the dependency on @capsizecss/core.

@stormwarning stormwarning merged commit 83a4ec0 into main Jun 20, 2025
@stormwarning stormwarning deleted the changeset-release/main branch June 20, 2025 15:26
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