Skip to content

Releases: sonofmagic/tailwindcss-mangle

tailwindcss-patch@8.5.0

12 Dec 12:10

Choose a tag to compare

Minor Changes

  • 5b11714 Thanks @sonofmagic! - Add CLI/API support for reporting which Tailwind patches are applied or pending.

tailwindcss-patch@8.4.3

05 Dec 14:31

Choose a tag to compare

Patch Changes

  • 0b484c1 Thanks @sonofmagic! - chore(deps): upgrade

  • 6542453 Thanks @sonofmagic! - Fix getClassSetSync() returning an empty set before Tailwind v3 contexts are ready so runtime collectors fall back to the async extraction path instead of skipping class discovery.

@tailwindcss-mangle/core@5.0.1

05 Dec 14:30

Choose a tag to compare

Patch Changes

tailwindcss-patch@8.4.2

27 Nov 13:56

Choose a tag to compare

Patch Changes

  • 6bd5faa Thanks @sonofmagic! - fix cache store to write through temp files and rename atomically so concurrent patchers never read truncated JSON

tailwindcss-patch@8.4.1

27 Nov 11:32

Choose a tag to compare

Patch Changes

  • e5c8155 Thanks @sonofmagic! - Ensure TailwindcssPatcher uses the workspace root as the default v4 source when cssEntries point at empty folders so extract() still reports runtime classes in v4 mode.

  • 4df42ed Thanks @sonofmagic! - Stop logging cache warnings when the Tailwind class cache file is missing so repeated builds on Windows no longer show ENOENT errors.

tailwindcss-patch@8.4.0

25 Nov 02:55

Choose a tag to compare

Minor Changes

  • 9105a4a Thanks @sonofmagic! - expose hookable CLI command registration so host CLIs can customize command lifecycles, descriptions, and options without reimplementing tw-patch wiring

tailwindcss-patch@8.3.0

24 Nov 13:00

Choose a tag to compare

Minor Changes

  • 6353ff5 Thanks @sonofmagic! - Expose helpers to mount the Tailwind CSS patch CLI inside other cac apps with prefixed or renamed commands.

tailwindcss-patch@8.2.4

18 Nov 16:32

Choose a tag to compare

Patch Changes

  • 1af573b Thanks @sonofmagic! - Ensure Tailwind v4 CSS entries resolve @config paths relative to each CSS file when no explicit base is provided.

tailwindcss-patch@8.2.3

08 Nov 15:36

Choose a tag to compare

Patch Changes

  • fc73e30 Thanks @sonofmagic! - Ensure Tailwind v4 candidate extraction only keeps class names that compile to CSS so HTTP header literals like text/event-stream no longer leak into the runtime class set.

tailwindcss-patch@8.2.2

06 Nov 16:07

Choose a tag to compare

Patch Changes

  • Updated dependencies [6799e3b]:
    • @tailwindcss-mangle/config@6.1.0