v3.0.0-alpha.2 #6012
Replies: 5 comments 3 replies
-
How about adding |
Beta Was this translation helpful? Give feedback.
-
Is there docs for v3? Even if uncompleted and possibly old information, so people who want to just mess around can at least somewhat navigate in the dark on new features? |
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
-
Could there be more than |
Beta Was this translation helpful? Give feedback.
-
Was the release of V3 intentional or some sort of error? By the sounds of this announcement it was not intended to drop for a couple more weeks but it's now available via @latest tag as of ~2 hours ago. Just wanting to be sure before locking in V3 related changes in a project right now. |
Beta Was this translation helpful? Give feedback.
-
To upgrade, install
tailwindcss@next
:If you're using @tailwindcss/typography, you'll want to update that package as well:
Remember this is an alpha release, so some things might be broken. I don't know about them otherwise I would have fixed them, but you are gonna find them! So try it, break it, and tell me about it when you do so we can get this thing really battle-tested for a proper v3.0 release in a few weeks.
Changed
prefix
as a function (#5829)Added
flex-basis
utilities (#5671)fit-content
values formin/max-width/height
utilities (#5638)min/max-content
values formin/max-height
utilities (#5729)cursor-*
values by default (#5734)grow-*
andshrink-*
utilities, deprecateflex-grow-*
andflex-shrink-*
(#5733)text-decoration-color
utilities (#5760)addVariant
API (#5809)print
variant for targeting printed media (#5885)fill-*
andstroke-*
utilities (Add full color palette for fill/stroke #5933)Fixed
awaitWriteFinish
setting to avoid occasional stale builds on Windows (#5774)--content
option (#5775)_
insideurl()
when using arbitrary values (#5853)@layer
AtRules (#5854)theme(...)
for all relevant plugins (#4533, #5871)@apply
-ing a utility with multiple definitions works (#5870)Thanks to everyone who contributed to this release: @adamwathan, @bradlc, @dance2die, @dcastil, @DoctorDerek, @hardfist, @lukewarlow, @MatteoGauthier, @MichaelAllenWarner, @nifte, @reinink, @RobinMalfait, @sachinraja, @xzfd1010 ❤️
This discussion was created from the release v3.0.0-alpha.2.
Beta Was this translation helpful? Give feedback.
All reactions