Skip to content
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

Merged
merged 134 commits into from
Jun 23, 2019
Merged

5.0.0 #6

merged 134 commits into from
Jun 23, 2019

Conversation

exah
Copy link
Owner

@exah exah commented Feb 20, 2019

✨ New

Styles

  • boxShadow
  • hide is moved from display
  • fontSize
  • fontWeight
  • lineHeight
  • letterSpacing
  • textAlign
  • textColor
  • textOverflow
  • overflow as shorthand for overflow-x, overflow-y and -webkit-overflow-scrolling
  • whiteSpace
  • CSS Grids
    • gridContainer
    • gridItem

Systems

  • new box system to replace old system 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
  • new text system to replace old text and typography style:
    • fontFamily
    • fontSize
    • fontWeight
    • letterSpacing
    • lineHeight
    • textAlign
    • textColor
    • whiteSpace
  • atomic now just separate system (experimental and could be removed)

💥 Changed

  • space aliases
    • mgm for margin
    • pdp for padding
  • border are now without alias
    • bdborder
    • bdcborderColor (now exported separately)
  • radiusborderRadius
  • display now includes only css display style, hide exported separately
  • flex now is only css flex prop, other styles exported separately as flexContainer, boxContentAlignment and boxItemsAlignment
  • Rename directionpositionOffsets
  • Instead of ellipsis use textOverflow

🔥 Removed

  • cursor
  • direction
  • float
  • system
  • typography
  • grid
  • ellipsis

exah and others added 30 commits February 20, 2019 00:08
…`alignment` and `order` from item and container

- Remove boolean values from `order`, `flex` and `justifyContent `
…`letterSpacing`, `textAlign`, `whiteSpace` styles
@exah exah merged commit d66a63f into master Jun 23, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant