Skip to content

Releases: qwikifiers/qwik-ui

[email protected]

07 Oct 12:14
6795d22
Compare
Choose a tag to compare

Patch Changes

  • 🐞🩹 the cli now supports handling tailwind import with simple quotes (by @maiieul in #1153)

@qwik-ui/[email protected]

07 Oct 12:14
6795d22
Compare
Choose a tag to compare

Patch Changes

  • 🐞🩹 The styled carousel types now use the "type" keyword (by @maiieul in #1154)

[email protected]

29 Sep 12:43
d0645a9
Compare
Choose a tag to compare

Patch Changes

  • 🐞🩹 the cli now properly injects the theme into your global css file. (by @maiieul in #1146)

[email protected]

29 Sep 11:21
1c2be87
Compare
Choose a tag to compare

Patch Changes

@qwik-ui/[email protected]

29 Sep 11:21
1c2be87
Compare
Choose a tag to compare

Patch Changes

  • 🐞🩹 the cli with tailwind v4 was not working because it was using outdated versions of its dependencies. It should now work normally. (by @maiieul in #1142)

@qwik-ui/[email protected]

29 Sep 11:21
1c2be87
Compare
Choose a tag to compare

Patch Changes

  • 🐞🩹 the cli with tailwind v4 was not working because it was using outdated versions of its dependencies. It should now work normally. (by @maiieul in #1142)

[email protected]

27 Sep 11:14
d74de4d
Compare
Choose a tag to compare

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]

27 Sep 11:14
d74de4d
Compare
Choose a tag to compare

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]

27 Sep 11:14
d74de4d
Compare
Choose a tag to compare

Patch Changes

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

@qwik-ui/[email protected]

27 Sep 06:12
4338aca
Compare
Choose a tag to compare

Patch Changes