Skip to content

Releases: sonofmagic/tailwindcss-mangle

@tailwindcss-mangle/core@4.0.3

17 Feb 15:37
Compare
Choose a tag to compare

Patch Changes

  • Updated dependencies [362bd49]:
    • @tailwindcss-mangle/config@5.0.0

@tailwindcss-mangle/config@5.0.1

17 Feb 17:46
Compare
Choose a tag to compare

Patch Changes

@tailwindcss-mangle/config@5.0.0

17 Feb 15:37
Compare
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.

unplugin-tailwindcss-mangle@4.0.2

09 Nov 15:32
Compare
Choose a tag to compare

Patch Changes

  • Updated dependencies [ba35630]:
    • @tailwindcss-mangle/core@4.0.2

@tailwindcss-mangle/core@4.0.2

09 Nov 15:32
Compare
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`;

tailwindcss-patch@5.0.2

02 Nov 13:51
Compare
Choose a tag to compare

Patch Changes

unplugin-tailwindcss-mangle@4.0.1

28 Oct 12:05
Compare
Choose a tag to compare

Patch Changes

  • a529a71 Thanks @sonofmagic! - fix: build dist empty issue

  • Updated dependencies [a529a71]:

    • @tailwindcss-mangle/config@4.0.1
    • @tailwindcss-mangle/core@4.0.1
    • @tailwindcss-mangle/shared@4.0.1

tailwindcss-patch@5.0.1

28 Oct 12:05
Compare
Choose a tag to compare

Patch Changes

@tailwindcss-mangle/shared@4.0.1

28 Oct 12:05
Compare
Choose a tag to compare

Patch Changes

@tailwindcss-mangle/core@4.0.1

28 Oct 12:05
Compare
Choose a tag to compare

Patch Changes

  • a529a71 Thanks @sonofmagic! - fix: build dist empty issue

  • Updated dependencies [a529a71]:

    • @tailwindcss-mangle/config@4.0.1
    • @tailwindcss-mangle/shared@4.0.1