Releases: sapegin/stack-styled
Releases · sapegin/stack-styled
v3.2.1
v3.2.0
v3.1.0
v3.0.0
New API
Breaking changes
- Rename
minWidth
prop tominColumnWidth
to avoid clash with styled-systemminWidth
prop. - Remove
gap
prop, usegridGap
,gridRowGap
andgridColumnGap
: 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
1.0.0
BREAKING CHANGES
is
prop was removed, useas
prop 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