Skip to content

Releases: tailwindlabs/tailwindcss

v2.2.16

26 Sep 11:56
Compare
Choose a tag to compare

Fixed

  • JIT: Properly handle animations that use CSS custom properties (#5602)

v2.2.15

10 Sep 13:53
0d8be3d
Compare
Choose a tag to compare

Fixed

  • Ensure using CLI without -i for input file continues to work even though deprecated (#5464)

v2.2.14

10 Sep 13:53
cd15b3e
Compare
Choose a tag to compare

Fixed

  • Only use @defaults in JIT, switch back to clean-css in case there's any meaningful differences in the output (bf248cb)

v2.2.13

08 Sep 13:32
454a189
Compare
Choose a tag to compare

Fixed

  • Fix broken CDN build

v2.2.12

10 Sep 13:53
f6b862c
Compare
Choose a tag to compare

Fixed

  • Ensure that divide utilities inject a default border color (#5438)

v2.2.11

10 Sep 13:52
Compare
Choose a tag to compare

Fixed

  • Rebundle to fix missing CLI peer dependencies

v2.2.10

06 Sep 19:34
Compare
Choose a tag to compare

Fixed

  • Fix build error when using presets: [] in config file (#4903)

Added

  • Reintroduce universal selector optimizations under experimental optimizeUniversalDefaults flag (a9e160c)

v2.2.9

06 Sep 19:34
267f20c
Compare
Choose a tag to compare

Fixed

  • JIT: Fix @applying utilities that contain variants + the important modifier (#4854)
  • JIT: Don't strip "null" when parsing tracked file paths (#5008)
  • Pin clean-css to v5.1.4 to fix empty CSS variables in CDN builds (#5338)

v2.2.8

06 Sep 19:34
211f40b
Compare
Choose a tag to compare

Fixed

  • Improve accessibility of default link focus styles in Firefox (#5082)
  • JIT: Fix animation variants corrupting keyframes rules (#5223)
  • JIT: Ignore escaped commas when splitting selectors to apply prefixes (#5239)
  • Nesting: Maintain PostCSS node sources when handling @apply (#5249)
  • JIT: Fix support for animation lists (#5252)
  • JIT: Fix arbitrary value support for object-position utilities (#5245)
  • CLI: Abort watcher if stdin is closed to avoid zombie processes (#4997)
  • JIT: Ignore arbitrary values with unbalanced brackets (#5293)

v2.2.7

10 Aug 12:46
Compare
Choose a tag to compare

Fixed

  • Temporarily revert runtime performance optimizations introduced in v2.2.5, use universal selector again (#5060)