Releases: tailwindlabs/tailwindcss
Releases · tailwindlabs/tailwindcss
v1.9.2
14 Oct 19:26
Compare
Sorry, something went wrong.
No results found
Fixed
Merge plugins when merging config with preset (#2561
Use word-wrap and overflow-wrap together, not one or the other since word-wrap is IE-only
v1.9.1
14 Oct 19:26
Compare
Sorry, something went wrong.
No results found
Fixed
Don't import corePlugins in resolveConfig to avoid bundling browser-incompatible code (#2548 )
v1.9.0
12 Oct 20:06
Compare
Sorry, something went wrong.
No results found
Tailwind CSS v1.9 is now available with a new presets feature, some new utilities, and a few accessibility improvements. Check it out!
New features
Add new presets config option (#2474 )
Scaffold new tailwind.config.js files with available future flags commented out (#2379 )
Add col-span-full and row-span-full (#2471 )
Make outline configurable, outline-none more accessible by default, and add outline-black and outline-white (#2460 )
Add additional small rotate and skew values (#2528 )
Add xl, 2xl, and 3xl border radius values (#2529 )
Add new utilities for grid-auto-columns and grid-auto-rows (#2531 )
Promote defaultLineHeights and standardFontWeights from experimental to future
Fixed
Don't escape keyframe values (#2432 )
Use word-wrap instead of overflow-wrap in ie11 target mode (#2391 )
Experimental
Add experimental 2xl breakpoint (#2468 )
Rename {u}-max-content and {u}-min-content utilities to {u}-max and {u}-min in experimental extended spacing scale (#2532 )
Support disabling dark mode variants globally (#2530 )
v1.8.13
10 Oct 01:09
Compare
Sorry, something went wrong.
No results found
Fixed
Support defining colors as closures even when opacity variables are not supported (#2536 )
v1.8.12
07 Oct 18:14
Compare
Sorry, something went wrong.
No results found
Fixed
Reset color opacity variable in utilities generated using closure colors (#2515 )
v1.8.11
06 Oct 18:39
Compare
Sorry, something went wrong.
No results found
Make tailwindcss.plugin work in ESM environments for reasons
v1.8.10
14 Sep 13:16
Compare
Sorry, something went wrong.
No results found
Fixed
Prevent new dark experiment from causing third-party dark variants to inherit stacking behavior (#2382 )
v1.8.9
13 Sep 13:51
Compare
Sorry, something went wrong.
No results found
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
11 Sep 14:20
Compare
Sorry, something went wrong.
No results found
Fixed
Register dark mode plugin outside of resolveConfig code path (#2368 )
v1.8.7
10 Sep 18:47
Compare
Sorry, something went wrong.
No results found
Fixed
Fix issue where classes in escaped strings (like class=\"block\") weren't extracted properly for purging (#2364 )