UNPKG

2.22 kBMarkdownView Raw
1
2# Changelog
3
4## [2.3.1] 2018-09-08
5
6- Fix bad prepublish build
7
8## [2.3.0] 2018-09-08
9
10- Upgrade to @rebass/components, @rebass/grid, and styled-system v3
11
12## [2.2.0] 2018-09-08
13
14- Use `polished` for color manipulation instead of `chroma-js`
15
16## [2.1.1] 2018-09-08
17
18- Support `width` prop on Card
19- Update docs
20
21## [2.1.0] 2018-08-14
22
23- Add Hide component
24
25## [2.0.1] 2018-06-30
26
27- Add `fontFamily` to Heading and Text components
28- Update docs
29
30## [2.0.0] 2018-06-24
31
32### Added
33
34- Support for [emotion][emotion]
35
36### Changed
37
38- [styled-system](https://github.com/jxnblk/styled-system) v2
39- [grid-styled](https://github.com/jxnblk/grid-styled) v4
40- Moves components to separate modules
41- Uses [system-components](https://github.com/jxnblk/styled-system/tree/master/system-components)
42- Updates docs site
43
44#### Breaking
45
46- Renamed components
47 - TabItem -> Tab
48 - DotButton -> Dot
49 - PanelHeader -> Panel.Header
50 - PanelFooter -> Panel.Footer
51- Default theme (changed to match styled-system)
52 - The `colors` object no longer uses Palx
53 - Array color values have been removed
54 - `radius` has been replaced with `radii`
55 - `font` has been replaced with `fonts`
56 - `monospace` has been removed
57 - Theme fields are no longer exposed as exports
58- Props
59 - `width` is only available on Flex and Box
60 - `fontSize` is only available on typographic components
61 - `direction` is now `flexDirection`
62 - Flex `align` is now `alignItems`
63 - Flex `justify` is now `justifyContent`
64 - Flex `wrap` is now `flexWrap`
65 - Arrow `up` is now `direction='up'`
66 - `active` props have been removed in favor of custom styles
67 - Border now uses [styled-system border props](https://github.com/jxnblk/styled-system#borders)
68 - Banner `image` is now `backgroundImage`
69 - Absolute, Fixed, Relative, and Sticky now require values for `top`, `right`, `bottom`, and `left` props
70 - Drawer `position` prop has been renamed to `side`
71 - Drawer `size` prop has been replaced with `width` and `height` props
72
73### Removed
74
75- Custom HOC `hoc`
76- `createLibrary` function
77- `util`
78- `createComponent`
79- Palx dependency
80- ScrollCarousel component
81- CarouselSlide component
82- Star comonent
83
84
85[emotion]: https://github.com/emotion-js/emotion