Skip to content

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

[email protected]

Minor Changes

  • ✨ Qwik UI has now fully migrated and updated the global.css config and components to use tailwind v4. You can copy/paste the components into your project(s) or use the CLI. (by @maiieul in #1122)

    Migration guide:

    • Make sure to commit any changes before you start the steps below
    • Run the npx @tailwindcss/upgrade script and let it do most of the work for you
    • Remove your tailwind.config.cjs and postcss.config.cjs
    • install the @tailwindcss/vite package and pass it to your vite.config plugins array
    • Copy paste the new css config base tokens, or use the qwik-ui init to get them, and adapt them to your project
    • If you are in a monorepo, make sure to @source “../../../path/to/your/components“;
    • Add "w-full" to Modal PanelVariants position.top and position.bottom; add "m-auto" to position.center
    • If you didn't modify some components, you can re-copy/paste (or re-install them with the cli) for their most up to date version

@qwik-ui/[email protected]

Minor Changes

  • ✨ Qwik UI has now fully migrated and updated the global.css config and components to use tailwind v4. You can copy/paste the components into your project(s) or use the CLI. (by @maiieul in #1122)

    Migration guide:

    • Make sure to commit any changes before you start the steps below
    • Run the npx @tailwindcss/upgrade script and let it do most of the work for you
    • Remove your tailwind.config.cjs and postcss.config.cjs
    • install the @tailwindcss/vite package and pass it to your vite.config plugins array
    • Copy paste the new css config base tokens, or use the qwik-ui init to get them, and adapt them to your project
    • If you are in a monorepo, make sure to @source “../../../path/to/your/components“;
    • Add "w-full" to Modal PanelVariants position.top and position.bottom; add "m-auto" to position.center
    • If you didn't modify some components, you can re-copy/paste (or re-install them with the cli) for their most up to date version

@qwik-ui/[email protected]

Patch Changes

  • 🐞🩹 the accordion offsetHeight is now properly calculated with tailwind v4. (by @maiieul in #1122)

@maiieul maiieul merged commit d74de4d into main Sep 27, 2025
@maiieul maiieul deleted the changeset-release/main branch September 27, 2025 11:07
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