Releases: tailwindlabs/tailwindcss
Releases · tailwindlabs/tailwindcss
v1.0.3
- Throws an error when someone tries to use
@tailwind preflight
instead of@tailwind base
, this is the source of many support requests
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)