Skip to content

Releases: tailwindlabs/tailwindcss

v3.0.13

11 Jan 10:25
6256909
Compare
Choose a tag to compare

Fixed

  • Fix consecutive builds with at apply producing different CSS (#6999)

v3.0.12

07 Jan 16:48
8e0ccda
Compare
Choose a tag to compare

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
a00b9fb
Compare
Choose a tag to compare

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
30ea5b1
Compare
Choose a tag to compare

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
51b3c0a
Compare
Choose a tag to compare

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)

v3.0.8

28 Dec 21:16
Compare
Choose a tag to compare

Fixed

  • Reduce specificity of abbr rule in preflight (#6671)
  • Support HSL with hue units in arbitrary values (#6726)
  • Add node16-linux-arm64 target for standalone CLI (#6693)

v3.0.7

17 Dec 17:49
0c10621
Compare
Choose a tag to compare

Fixed

  • Don't mutate custom color palette when overriding per-plugin colors (#6546)
  • Improve circular dependency detection when using @apply (#6588)
  • Only generate variants for non-user layers (#6589)
  • Properly extract classes with arbitrary values in arrays and classes followed by escaped quotes (#6590)
  • Improve jsx interpolation candidate matching (#6593)
  • Ensure @apply of a rule inside an AtRule works (#6594)

v3.0.6

16 Dec 19:11
4a5ba37
Compare
Choose a tag to compare

Fixed

  • Support square bracket notation in paths (#6519)
  • Ensure all plugins are executed for a given candidate (#6540)

v3.0.5

15 Dec 12:08
3c93379
Compare
Choose a tag to compare

Fixed

  • Revert: add li to list-style reset (9777562d)

v3.0.4

15 Dec 11:40
ee55770
Compare
Choose a tag to compare

Fixed

  • Insert always-on defaults layer in correct spot (#6526)