Releases · sapegin/stack-styled
v3.2.1
v3.2.0
v3.1.0
3.1.0 (2019-11-25)
Features
- Enable more styled props (color, border, shadow, position props categories)
v3.0.0
New API
Breaking changes
- Rename
minWidthprop tominColumnWidthto avoid clash with styled-systemminWidthprop. - Remove
gapprop, usegridGap,gridRowGapandgridColumnGap: use standard styled-system prop and allow different gaps between rows and columns. - No default 8px gap.
- Use spacing scale in
minColumnWidth, sominColumnWidth={7}now adds 256px min column width.
v2.0.0
Breaking changes
- Minimum supported Node.js version is 8.6
Other changes
- Update styled-system to 5.0 (no API changes).
1.0.0
BREAKING CHANGES
isprop was removed, useasprop from styled-components- styled-components 3 or below are no longer supported
New features
- Base (untested) Emotion support
- Remove peerDependencies to avoid warnings on install about either Emotion or styled-components
- Don't use @rebass/components