-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
5.0.0 #6
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…`alignment` and `order` from item and container - Remove boolean values from `order`, `flex` and `justifyContent `
- Add to `sizeRule`
…`letterSpacing`, `textAlign`, `whiteSpace` styles
…d `transition` to `box` style
in `variant`, `colorValue`, `themeValue`
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
✨ New
Styles
boxShadow
hide
is moved fromdisplay
fontSize
fontWeight
lineHeight
letterSpacing
textAlign
textColor
textOverflow
overflow
as shorthand foroverflow-x
,overflow-y
and-webkit-overflow-scrolling
whiteSpace
gridContainer
gridItem
Systems
box
system to replace oldsystem
export and includes following styles:border
borderColor
borderRadius
boxSelfAlignment
boxShadow
colors
display
flex
hide
opacity
order
outline
overflow
position
positionOffsets
ratio
sizes
space
transform
transition
text
system to replace oldtext
andtypography
style:fontFamily
fontSize
fontWeight
letterSpacing
lineHeight
textAlign
textColor
whiteSpace
atomic
now just separate system (experimental and could be removed)💥 Changed
space
aliasesmg
→m
for marginpd
→p
for paddingborder
are now without aliasbd
→border
bdc
→borderColor
(now exported separately)radius
→borderRadius
display
now includes only css display style,hide
exported separatelyflex
now is only css flex prop, other styles exported separately asflexContainer
,boxContentAlignment
andboxItemsAlignment
direction
→positionOffsets
ellipsis
usetextOverflow
🔥 Removed
cursor
direction
float
system
typography
grid
ellipsis