Skip to content

Releases: tailwindlabs/tailwindcss

v4.0.0-alpha.24

12 Sep 14:25
2ef87ab
Compare
Choose a tag to compare
v4.0.0-alpha.24 Pre-release
Pre-release

Added

  • Support CSS theme() functions inside other @custom-media, @container, and @supports rules (#14358)
  • Export Config type from tailwindcss for JS config files (#14360)
  • Add support for matchVariant plugins using the @plugin directive (#14371)
  • Warn if the tailwindcss package is used as a PostCSS plugin (#14378)

Fixed

  • Ensure there is always CLI feedback on save even when no new classes were found (#14351)
  • Properly resolve theme('someKey.DEFAULT') when all --some-key-* keys have a suffix (#14354)
  • Make sure tuple theme values in JS configs take precedence over @theme default values (#14359)
  • Improve IntelliSense completions for border utilities (#14370)

v3.4.11

11 Sep 17:32
818d10a
Compare
Choose a tag to compare

Fixed

  • Allow anchor-size(…) in arbitrary values (#14393)

v4.0.0-alpha.23

05 Sep 15:21
Compare
Choose a tag to compare
v4.0.0-alpha.23 Pre-release
Pre-release

Added

  • Add opacity modifier support to the theme() function in plugins (#14348)

v3.4.10

13 Aug 20:41
Compare
Choose a tag to compare

Fixed

  • Bump versions of plugins in the Standalone CLI (#14185)

v3.4.9

08 Aug 13:26
f65023e
Compare
Choose a tag to compare

Fixed

  • No longer warns when broad glob patterns are detecting vendor folders

v3.4.8

07 Aug 15:35
1676118
Compare
Choose a tag to compare

Fixed

  • Fix minification when using nested CSS (#14105)
  • Warn when broad glob patterns are used in the content configuration (#14140)

v3.4.7

25 Jul 14:20
Compare
Choose a tag to compare

Fixed

  • Fix class detection in Slim templates with attached attributes and ID (#14019)
  • Ensure attribute values in data-* and aria-* modifiers are always quoted in the generated CSS (#14037)

v3.4.6

16 Jul 15:20
Compare
Choose a tag to compare

Fixed

  • Fix detection of some utilities in Slim/Pug templates (#14006)

Changed

  • Loosen :is() wrapping rules when using an important selector (#13900)

v3.4.5

15 Jul 15:21
Compare
Choose a tag to compare

Fixed

  • Disable automatic var() injection for anchor properties (#13826)
  • Use no value instead of blur(0px) for backdrop-blur-none and blur-none utilities (#13830)
  • Add .mts and .cts config file detection (#13940)
  • Don't generate utilities like px-1 unnecessarily when using utilities like px-1.5 (#13959)
  • Always generate -webkit-backdrop-filter for backdrop-* utilities (#13997)

v3.4.4

05 Jun 17:11
Compare
Choose a tag to compare

Fixed

  • Make it possible to use multiple <alpha-value> placeholders in a single color definition (#13740)
  • Don't prefix classes in arbitrary values of has-*, group-has-*, and peer-has-* variants (#13770)
  • Support negative values for {col,row}-{start,end} utilities (#13781)
  • Update embedded browserslist database (#13792)