Releases: tailwindlabs/tailwindcss
Releases · tailwindlabs/tailwindcss
v4.0.0-alpha.23
Added
- Add opacity modifier support to the
theme()
function in plugins (#14348)
v3.4.10
v3.4.9
Fixed
- No longer warns when broad glob patterns are detecting
vendor
folders
v3.4.8
v3.4.7
v3.4.6
v3.4.5
Fixed
- Disable automatic
var()
injection for anchor properties (#13826) - Use no value instead of
blur(0px)
forbackdrop-blur-none
andblur-none
utilities (#13830) - Add
.mts
and.cts
config file detection (#13940) - Don't generate utilities like
px-1
unnecessarily when using utilities likepx-1.5
(#13959) - Always generate
-webkit-backdrop-filter
forbackdrop-*
utilities (#13997)
v3.4.4
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-*
, andpeer-has-*
variants (#13770) - Support negative values for
{col,row}-{start,end}
utilities (#13781) - Update embedded browserslist database (#13792)
v3.4.3
v3.4.2
Fixed
- Ensure max specificity of
0,0,1
for button and input Preflight rules (#12735) - Improve glob handling for folders with
(
,)
,[
or]
in the file path (#12715) - Split
:has
rules when usingexperimental.optimizeUniversalDefaults
(#12736) - Sort arbitrary properties alphabetically across multiple class lists (#12911)
- Add
mix-blend-plus-darker
utility (#12923) - Ensure dashes are allowed in variant modifiers (#13303)
- Fix crash showing completions in Intellisense when using a custom separator (#13306)
- Transpile
import.meta.url
in config files (#13322) - Reset letter spacing for form elements (#13150)
- Fix missing
xx-large
and remove doublex-large
absolute size (#13324) - Don't error when encountering nested CSS unless trying to
@apply
a class that uses nesting (#13325) - Ensure that arbitrary properties respect
important
configuration (#13353) - Change dark mode selector so
@apply
works correctly with pseudo elements (#13379)