Releases: tailwindlabs/tailwindcss
Releases · tailwindlabs/tailwindcss
v1.0.2
v1.0.1
v1.0.0
1.0.0
v1.0.0-beta.9
v1.0.0-beta.10
- Use
9999
and-9999
fororder-last
andorder-first
utilities respectively (#906)
v1.0.0-beta.8
- Adds
responsive
variants for the neworder
utilities by default, should have been there all along
v1.0.0-beta.7
- Fixes a bug where you couldn't extend the margin config (aac25d6)
v1.0.0-beta.6
- Removed
negativeMargin
plugin, now the regularmargin
plugin supports generating negative classes (like-mx-6
) by using negative keys in the config, like-6
(#865, upgrade guide) - Added support for negative inset (
-top-6
,-right-4
) and z-index (-z-10
) utilities, using the same negative key syntax supported by themargin
plugin (#867, #875) - Add missing fractions as well as x/12 fractions to width scale (#646)
- Add
order
utilities (#693) - Add
cursor-text
class by default (#795) - Make it possible to access your fully merged config file in JS (#877)
v1.0.0-beta.5
- Fix a bug where stroke and fill plugins didn't properly handle the next object syntax for color definitions (#821)
- Fix a bug where you couldn't have comments near
@apply
directives (#847) - Make it possible to disable all core plugins using
corePlugins: false
(#849) - Make it possible to configure a single list of variants that applies to all utility plugins (#852)
- Make it possible to whitelist which core plugins should be enabled (#853)
v1.0.0-beta.4
- Add the
container
key to the scaffolded config file when generated with--full
(#792) - Fixes an issue where the user's config object was being mutated during processing (only affects @bradlc 😅)
- Fixes an issue where you couldn't use a closure to define theme sections under
extend
(#803) - Removes
SFMono-Regular
from the beginning of the default monospace font stack, it has no italic support and Menlo looks better anyways (#805) - Bumps node dependency to 8.9.0 so we can keep our default config file clean, 6.9.0 is EOL next month anyways