v3.0.0
3.0.0 (2019-02-18)
Bug Fixes
- Appear: Unanimated style (930dd5c)
- ApplicationDetails: Removed license and made with (c14c406)
- Base: Allow width and height to be added to element for canvas (674cd76)
- Base: Changed fRef prop to innerRef (f6d49b4)
- Flex: Update gutter prop name to gap (a5eed99)
- Grid: Changed API of Grid component to allow setting of min and max width for auto-fit, also aligning naming of spacing with gap. (f0c6490)
- InputLabels: Allow InputLabel and SelectInputLabel to truncate (4eacfca)
Features
- Base: Added positive and negative background colors (ec1bc5f)
- BulletPoints: Added BulletPoints components (f197633)
- Form: Added Form component (8c630e8)
- Icon: Added Book, Cog and QuestionMark icons (92cc657)
- InView: Added an InView component (2fbd355)
- Link: Added underline style for links within Blocks of text (973657d)
- Text: Added ellipsis prop (5f3429a)
- Text: Introduce a heading font and rename size values. (ab4627f)
BREAKING CHANGES
- Flex: To be more aligned with Grid term of spacing, renamed Flex prop gutter to gap
- Text: Renamed size prop values.
title
-> x5
heading
-> x3
body
-> x2
small
-> x1
- Grid: Grid component, replaced columnAutoFit prop with autoFitWidthMax and autoFitWidthMin props. Replaced gutter prop with gap prop.
- ApplicationDetails: ApplicationDetails - Removed license and licenseUrl props
- Base: Base component fRef prop updated to innerRef to work better with ReactRouter components