Update tailwindcss monorepo to v4.1.13
This MR contains the following updates:
Package | Change | Age | Confidence |
---|---|---|---|
@tailwindcss/cli (source) | 4.1.10 -> 4.1.13 |
||
tailwindcss (source) | 4.1.10 -> 4.1.13 |
Release Notes
tailwindlabs/tailwindcss (@tailwindcss/cli)
v4.1.13
Changed
- Drop warning from browser build (#18731)
- Drop exact duplicate declarations when emitting CSS (#18809)
Fixed
- Don't transition
visibility
when usingtransition
(#18795) - Discard matched variants with unknown named values (#18799)
- Discard matched variants with non-string values (#18799)
- Show suggestions for known
matchVariant
values (#18798) - Replace deprecated
clip
withclip-path
insr-only
(#18769) - Hide internal fields from completions in
matchUtilities
(#18820) - Ignore
.vercel
folders by default (can be overridden by@source …
rules) (#18855) - Consider variants starting with
@-
to be invalid (e.g.@-2xl:flex
) (#18869) - Do not allow custom variants to start or end with a
-
or_
(#18867, #18872) - Upgrade: Migrate
aria
theme keys to@custom-variant
(#18815) - Upgrade: Migrate
data
theme keys to@custom-variant
(#18816) - Upgrade: Migrate
supports
theme keys to@custom-variant
(#18817)
v4.1.12
Fixed
- Don't consider the global important state in
@apply
(#18404) - Add missing suggestions for
flex-<number>
utilities (#18642) - Fix trailing
)
from interfering with extraction in Clojure keywords (#18345) - Detect classes inside Elixir charlist, word list, and string sigils (#18432)
- Track source locations through
@plugin
and@config
(#18345) - Allow boolean values of
process.env.DEBUG
in@tailwindcss/node
(#18485) - Ignore consecutive semicolons in the CSS parser (#18532)
- Center the dropdown icon added to an input with a paired datalist by default (#18511)
- Extract candidates in Slang templates (#18565)
- Improve error messages when encountering invalid functional utility names (#18568)
- Discard CSS AST objects with
false
orundefined
properties (#18571) - Allow users to disable URL rebasing in
@tailwindcss/postcss
viatransformAssetUrls: false
(#18321) - Fix false-positive migrations in
addEventListener
and JavaScript variable names (#18718) - Fix Standalone CLI showing default Bun help when run via symlink on Windows (#18723)
- Read from
--border-color-*
theme keys individe-*
utilities for backwards compatibility (#18704) - Don't scan
.hdr
and.exr
files for classes by default (#18734)
v4.1.11
Fixed
Configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.
Edited by renovate