Releases: tailwindlabs/tailwindcss
Releases · tailwindlabs/tailwindcss
v2.0.0-alpha.10
Added
- Added new
ring
utilities (#2747)
- Added
5
and 95
to opacity scale (#2747)
Changed
- Removed
shadow-outline
, shadow-solid
, and shadow-xs
in favor of new ring
API (#2747)
v2.0.0-alpha.9
Added
- Added
shadow-solid
utility, a 2px solid shadow that uses the current text color (369cfae)
- Enable
focus-within
where useful by default (1a21f072)
Changed
- Update
shadow-outline
to use the new blue (b078238)
v2.0.0-alpha.8
Added
- Add
11
to spacing scale (7f05204)
- Add percentage-based height values (5259560)
- Add indigo to the color palette by default (700866c)
Changed
- Use
coolGray
as the default gray (700866c)
v2.0.0-alpha.7
Changed
- Revert upgrading to PostCSS 8 lol (we'll still migrate to PostCSS 8 before release... maybe.)
v2.0.0-alpha.6
Changed
- Respect
preserveHtmlElements
option even when using custom PurgeCSS extractor (#2704)
- Set font-family and line-height to
inherit
on body
to behave more like v1.x (#2729)
v2.0.0-alpha.4
Added
- Support deep merging of arrays of objects under
extend
(#2700)
v2.0.0-alpha.3
Added
- Support flattening deeply nested color objects (#2148)
- Support defining presets as functions (#2680)
Changed
- Merge
extend
objects deeply by default (#2679)
- Rename
flex-no-wrap
to flex-nowrap
(#2676)
v2.0.0-alpha.2
Added
- Support
extend
in variants
configuration (#2651)
- Add
max-w-prose
class by default (#2574)
Changed
- Revert use of logical properties for
space
and divide
utilities (#2644)
space
and divide
utilities ignore elements with [hidden]
now instead of only ignoring template
elements (#2642)
- Set default font on
body
, not just html
(#2643)
- Automatically prefix keyframes and animation names when a prefix is configured (#2621, #2641)
- Rename
whitespace-no-wrap
to whitespace-nowrap
(#2664)
v1.9.6
Changed
-
The presets
feature had unexpected behavior where a preset config without its own presets
key would not extend the default config. (#2662)
If you were depending on this unexpected behavior, just add presets: []
to your own preset to exclude the default configuration.