Releases: sonofmagic/tailwindcss-mangle
Releases · sonofmagic/tailwindcss-mangle
[email protected]
Minor Changes
9105a4aThanks @sonofmagic! - expose hookable CLI command registration so host CLIs can customize command lifecycles, descriptions, and options without reimplementing tw-patch wiring
[email protected]
Minor Changes
6353ff5Thanks @sonofmagic! - Expose helpers to mount the Tailwind CSS patch CLI inside othercacapps with prefixed or renamed commands.
[email protected]
Patch Changes
1af573bThanks @sonofmagic! - Ensure Tailwind v4 CSS entries resolve@configpaths relative to each CSS file when no explicit base is provided.
[email protected]
Patch Changes
fc73e30Thanks @sonofmagic! - Ensure Tailwind v4 candidate extraction only keeps class names that compile to CSS so HTTP header literals liketext/event-streamno longer leak into the runtime class set.
[email protected]
Patch Changes
- Updated dependencies [
6799e3b]:- @tailwindcss-mangle/[email protected]
@tailwindcss-mangle/[email protected]
[email protected]
Patch Changes
- Updated dependencies [
ba12f2a]:- @tailwindcss-mangle/[email protected]
[email protected]
Minor Changes
d516eebThanks @sonofmagic! - Add grouped token exports, sanitized file metadata, and CLI options for the new token reporting flow.
[email protected]
Minor Changes
91f408cThanks @sonofmagic! - AddgetClassSetSyncalong with synchronous cache utilities so consumers that cannot await the async API can still collect Tailwind classes.
@tailwindcss-mangle/[email protected]
Patch Changes
ba12f2aThanks @sonofmagic! - Lazy-loadc12so CommonJS consumers avoid ESM require errors when loading the config helpers.