v2.2.0 🔮 #68
danpacho
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
New Features 🚀
What is cool thing about this update? 🧐
When customizing
screens
andaria
attributes, we currently use a rather **strange syntax, such asconditionA
andconditionB
, **. Also, we can't fine-tune the approach of each nest conditions.For example, break conditions must start with
@
, pseudo classes must start with:
, and pseudo elements must start with::
. Changing the structure to allow users to customize these identifiers.Improve DX 🛠️
So now we can customize
Tailwindest
type like this same asShortTailwindest
screens
andaria
value more easily and without number limitations(previously up to 26).3rd
generic option.Breaking api changes 🚨
There is three major api breaking changes. So you SHOULD check it before update!
group
andpeer
, should access viagroup
andpeer
property not@group
and@peer
$aria
is now removed, all aria properties should be access likearia-{condition}
Tailwindest
type generic options is changed.aria
,screens
option type tostring literal
, not object typeFull Changelog: v2.1.3...v2.2.0
This discussion was created from the release v2.2.0 🔮.
Beta Was this translation helpful? Give feedback.
All reactions