Releases: tailwindlabs/tailwindcss
Releases · tailwindlabs/tailwindcss
v1.8.10
Fixed
- Prevent new
dark
experiment from causing third-party dark
variants to inherit stacking behavior (#2382)
v1.8.9
Fixed
- Add negative spacing values to inset plugin in the
extendedSpacingScale
experiment (#2358)
- Fix issue where
!important
was stripped from declarations within rules that used @apply
with applyComplexClasses
(#2376)
Changed
v1.8.8
Fixed
- Register dark mode plugin outside of
resolveConfig
code path (#2368)
v1.8.7
Fixed
- Fix issue where classes in escaped strings (like
class=\"block\"
) weren't extracted properly for purging (#2364)
v1.8.6
Fixed
- Fix issue where container padding not applied when using object syntax (#2353)
v1.8.5
Fixed
- Fix issue where
resolveConfig
didn't take into account configs added by feature flags (#2347)
v1.8.4
Fixed
- Fix issue where inserting extra PurgeCSS control comments could break integrated PurgeCSS support
- Fix issue where dark variant in 'class' mode was incompatible with 'group-hover' variant (#2337)
- Support basic nesting structure with
@apply
when using the applyComplexClasses
experiment (#2271)
Changed
- Rename
font-hairline
and font-thin
to font-thin
and font-extralight
behind standardFontWeights
flag (experimental until v1.9.0) (#2333)
v1.8.3
Fixed
- Fix issue where
font-variant-numeric
utilities would break in combination with most CSS minifier configurations (f3660ce)
- Only warn about
conservative
purge mode being deprecated once per process (58781b5)
v1.8.2
- Fix bug where dark mode variants would cause an error if you had a
plugins
array in your config (#2322)
v1.8.1
- Fix bug in the new font-variant-numeric utilities which broke the whole rule
- Fix bug while purging