Releases: tailwindlabs/tailwindcss
Releases · tailwindlabs/tailwindcss
v3.0.18
28 Jan 19:52
Compare
Sorry, something went wrong.
No results found
Fixed
Fix @apply order regression (in addComponents, addUtilities, ...) (#7232 )
Quick fix for incorrect arbitrary properties when using URLs (#7252 )
v3.0.17
26 Jan 18:47
Compare
Sorry, something went wrong.
No results found
Fixed
Remove false positive warning in CLI when using the --content option (#7220 )
v3.0.16
24 Jan 14:01
Compare
Sorry, something went wrong.
No results found
Fixed
Ensure to transpile the PostCSS Nesting plugin (tailwindcss/nesting) (#7080 )
Improve various warnings (#7118 )
Fix grammatical mistake (cca5a38 )
v3.0.15
15 Jan 01:44
Compare
Sorry, something went wrong.
No results found
Fixed
Temporarily remove optional chaining in nesting plugin (#7077 )
v3.0.14
14 Jan 17:28
Compare
Sorry, something went wrong.
No results found
Added
Show warnings for invalid content config (#7065 )
Fixed
Only emit utility/component variants when those layers exist (#7066 )
Ensure nesting plugins can receive options (#7016 )
v3.0.13
11 Jan 10:25
Compare
Sorry, something went wrong.
No results found
Fixed
Fix consecutive builds with at apply producing different CSS (#6999 )
v3.0.12
07 Jan 16:48
Compare
Sorry, something went wrong.
No results found
Fixed
Allow use of falsy values in theme config (#6917 )
Ensure we can apply classes that are grouped with non-class selectors (#6922 )
Improve standalone CLI compatibility on Linux by switching to the linuxstatic build target (#6914 )
Ensure @apply works consistently with or without @layer (#6938 )
Only emit defaults when using base layer (#6926 )
Emit plugin defaults regardless of usage (#6926 )
Move default border color back to preflight (#6926 )
Change experimental.optimizeUniversalDefaults to only work with @tailwind base (#6926 )
v3.0.11
05 Jan 13:45
Compare
Sorry, something went wrong.
No results found
Fixed
Preserve casing of CSS variables added by plugins (#6888 )
Ignore content paths that are passed in but don't actually exist (#6901 )
Revert change that applies Tailwind's defaults in isolated environments like CSS modules (9fdc391 )
v3.0.10
04 Jan 18:11
Compare
Sorry, something went wrong.
No results found
Fixed
Fix @apply in files without @tailwind directives (#6580 , #6875 )
CLI: avoid unnecessary writes to output files (#6550 )
Added
Allow piping data into the CLI (#6876 )
v3.0.9
03 Jan 17:47
Compare
Sorry, something went wrong.
No results found
Fixed
Improve DEBUG flag (#6797 , #6804 )
Ensure we can use < and > characters in modifiers (#6851 )
Validate theme() works in arbitrary values (#6852 )
Properly detect theme() value usage in arbitrary properties (#6854 )
Improve collapsing of duplicate declarations (#6856 )
Remove support for TAILWIND_MODE=watch (#6858 )