Skip to content

Releases: sonofmagic/tailwindcss-mangle

[email protected]

17 Feb 15:37

Choose a tag to compare

Major Changes

  • a3214e0 Thanks @sonofmagic! - chore: prepare for tailwindcss v4

  • 362bd49 Thanks @sonofmagic! - feat!: add tailwindcss v4 support and change getClassSet return type

    need to install @tailwindcss/node and @tailwindcss/oxide

    This is a breaking change because it changes the return type of getClassSet.

  • 4318d88 Thanks @sonofmagic! - chore: upgrade tailwindcss-config@1 and remove jiti and lilconfig dep

Patch Changes

@tailwindcss-mangle/[email protected]

17 Feb 17:46

Choose a tag to compare

Patch Changes

@tailwindcss-mangle/[email protected]

17 Feb 15:37

Choose a tag to compare

Patch Changes

@tailwindcss-mangle/[email protected]

17 Feb 17:46

Choose a tag to compare

Patch Changes

@tailwindcss-mangle/[email protected]

17 Feb 15:37

Choose a tag to compare

Major Changes

  • 362bd49 Thanks @sonofmagic! - feat!: add tailwindcss v4 support and change getClassSet return type

    need to install @tailwindcss/node and @tailwindcss/oxide

    This is a breaking change because it changes the return type of getClassSet.

[email protected]

09 Nov 15:32

Choose a tag to compare

Patch Changes

@tailwindcss-mangle/[email protected]

09 Nov 15:32

Choose a tag to compare

Patch Changes

  • ba35630 Thanks @sonofmagic! - feat: add twIgnore for ignore mangle

    Example

    Input

    const twIgnore = String.raw;
    const className = `${twIgnore`gap-y-4`} bg-zinc-800/30`;

    Output

    const twIgnore = String.raw;
    const className = `${twIgnore`gap-y-4`} tw-a`;

[email protected]

02 Nov 13:51

Choose a tag to compare

Patch Changes

[email protected]

28 Oct 12:05

Choose a tag to compare

Patch Changes

[email protected]

28 Oct 12:05

Choose a tag to compare

Patch Changes