Skip to content

Releases: tailwindlabs/tailwindcss

v3.0.24

12 Apr 18:23
Compare
Choose a tag to compare

Fixed

  • Prevent nesting plugin from breaking other plugins (#7563)
  • Recursively collapse adjacent rules (#7565)
  • Preserve source maps for generated CSS (#7588)
  • Split box shadows on top-level commas only (#7479)
  • Use local user CSS cache for @apply (#7524)
  • Invalidate context when main CSS changes (#7626)
  • Only add ! to selector class matching template candidate when using important modifier with multi-class selectors (#7664)
  • Correctly parse and prefix animation names with dots (#7163)
  • Fix extraction from template literal/function with array (#7481)
  • Don't output unparsable arbitrary values (#7789)
  • Fix generation of div:not(.foo) if .foo is never defined (#7815)
  • Allow for custom properties in rgb, rgba, hsl and hsla colors (#7933)
  • Remove autoprefixer as explicit peer-dependency to avoid invalid warnings in situations where it isn't actually needed (#7949)
  • Ensure the percentage data type is validated correctly (#8015)

Changed

  • Replace chalk with picocolors (#6039)
  • Replace cosmiconfig with lilconfig (#6039)
  • Update cssnano to avoid removing empty variables when minifying (#7818)

v3.0.23

16 Feb 11:27
93e0fdf
Compare
Choose a tag to compare

Fixed

  • Remove opacity variables from :visited pseudo class (#7458)
  • Support arbitrary values + calc + theme with quotes (#7462)
  • Don't duplicate layer output when scanning content with variants + wildcards (#7478)
  • Implement getClassOrder instead of sortClassList (#7459)

v3.0.22

11 Feb 15:39
Compare
Choose a tag to compare

Fixed

  • Temporarily move postcss to dependencies (#7424)

v3.0.21

10 Feb 23:14
Compare
Choose a tag to compare

Fixed

  • Move prettier plugin to dev dependencies (#7418)

v3.0.20

10 Feb 17:26
99a8ab1
Compare
Choose a tag to compare

Added

  • Expose context.sortClassList(classes) (#7412)

v3.0.19

07 Feb 21:11
Compare
Choose a tag to compare

Fixed

  • Fix preflight border color fallback (#7288)
  • Correctly parse shadow lengths without a leading zero (#7289)
  • Don't crash when scanning extremely long class candidates (#7331)
  • Use less hacky fix for URLs detected as custom properties (#7275)
  • Correctly generate negative utilities when dash is before the prefix (#7295)
  • Detect prefixed negative utilities in the safelist (#7295)

v3.0.18

28 Jan 19:52
ce98735
Compare
Choose a tag to compare

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

Fixed

  • Remove false positive warning in CLI when using the --content option (#7220)

v3.0.16

24 Jan 14:01
b1c77d6
Compare
Choose a tag to compare

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

Fixed

  • Temporarily remove optional chaining in nesting plugin (#7077)