# Changelog

## v5.0.0 - 2018-07-15

- Updated to system-components v3 and styled-system v3
- Removed legacy props (`wrap`, `align`, `justify`, `w`)
- Cleaned up code base

## v4.2.0 - 2018-06-30

- Use system-components

## v4.1.0 - 2018-04-17

- support `alignSelf` property on Box

## v4.0.0 - 2018-04-13

- added `styled-space` package
- remove `styled-components` as a dependency and make it a peer dependency.

## v3.2.0 - 2018-02-17

- change props of Flex:
  - `align` -> `alignItems`
  - `justify` -> `justifyContent`
  - `wrap` -> `flexWrap`

- update to latest `styled-system`

## v3.1.1 - 2018-02-16

- Fix order prop

## v3.1.0 - 2018-02-13

- use class for `div`
- use `is` prop
- change props of Flex:
  - `direction` -> `flexDirection`

- make `div` handle `innerRef` prop

## v3.0.0 - 2018-02-04

- remove extensions: φ, ga, gb, A, B, Golden, Quarter, Third,
- clean up React warnings on props
- edit default `theme`
- remove `Grid`
